ActionScript is a scripting language used for RIAs, mobiles applications, web applications, etc. which was initially developed by Macromedia and then acquired by Adobe. It targets to compile for Flash player runtime which can be deployed in various platforms including mobiles.
110
votes
16answers
14k views
What is the best way to stop people hacking the PHP-based highscore table of a Flash game
I'm talking about an action game with no upper score limit and no way to verify the score on the server by replaying moves etc.
What I really need is the strongest encryption possible in Flash/PHP, ...
147
votes
6answers
39k views
Best practice: escape, or encodeURI / encodeURIComponent
When encoding a query string to be sent to a web server - what is the best practice to use from javascript:
Use escape:
escape("% +&=");
OR
use encodeURI() / encodeURIComponent()
...
22
votes
6answers
4k views
Static Actionscript code analysis?
I want to see class, function and variable/property, dependencies visually, like NDepend, but for ActionScript 2 or AS3 code.
Any programs or ideas?
Use Doxygen in some way?
FlexUnit?
8
votes
13answers
15k views
How to deal with Number precision in Actionscript?
I have BigDecimal objects serialized with BlazeDS to Actionscript. Once they hit Actionscript as Number objects, they have values like:
140475.32 turns into 140475.31999999999998
How do I deal with ...
7
votes
8answers
23k views
Flex 3 - how to support HTTP Authentication URLRequest?
I have a Flex file upload script that uses URLRequest to upload files to a server. I want to add support for http authentication (password protected directories on the server), but I don't know how to ...
13
votes
24answers
3k views
Hidden features/tricks of Flash development, Flash language (AS2/3), and Flash IDE [closed]
Guys, I am thoroughly surprised that there is no Flash Hidden Features post yet in the Hidden Features series that I've been tracking for a while now.
There is a recent AS3/Flex one but it's not very ...
6
votes
8answers
900 views
How do I learn Flash Game Development?
I'm currently a PHP programmer and one of my childhood dreams is to create a game.
The problem is I don't know Flash. I'm not great at drawing stuff or even artistic. I could program a little with ...
1
vote
8answers
3k views
Suggestions for (semi) securing high-scores in Flash/PHP game
...I have read a few threads on here that have discussed various methods and was just looking for some feedback on a proposed solution we came up with. In one of the threads a comment was posted ...
4
votes
3answers
780 views
How to control a flash film with JS/jQuery
i have a project where i have a movie.swf (AS2) and some buttons with js/jQuery in the html part. Now i want the buttons to control the flash. For Example pressing Button1 would do a gotoAndPlay(1) ...
21
votes
10answers
4k views
Do I have a shot at learning Objective-C? [closed]
I do mostly ActionScript development, plus a bit of C# (and historically Lingo, Java and VB). What are my chances of learning Objective-C? I'd love to have a go at iPhone development, but the language ...
8
votes
5answers
13k views
Download a file with Adobe AIR
How do I download a file from the internet in a Flex based AIR application.
I tried using a file with url set to the address, but I got a file does not exist error when I tried to save it. And it ...
2
votes
5answers
598 views
Suggested flash tutorial sites
I'm trying to locate some decent flash/actionscript tutorial sites if anyone in this community has any suggestions I would appreciate it.
10
votes
8answers
1k views
Should I Abandon Adobe Flash for HTML5 and <canvas>?
I'm currently looking into developing Facebook applications and was planning on using Flash as the basis of my application, I have test built some simple PHP Facebook applications and I know enough ...
14
votes
9answers
981 views
HTML5 or Flash? [closed]
I have to write a web application for a client soon. Looking at the specs, there is no reason why the project couldn't be an HTML5/CSS/Javascript project, but the client is arguing that it has to be ...
0
votes
2answers
333 views
How easy is it to learn Flex or ActionScript and which one is better? [closed]
I've desperately been trying to make mobile applications for iOS and Android but Objective-C and Java are way to hard for me to learn. I do make apps for Windows in Visual Basic.NET but now with the ...
0
votes
7answers
5k views
Simple secure way for Flash to MySQL Database
Any simple, but secure script available for Flash > MySQL DB integration? I need something for a Login DB.
Exchanging variables with PHP is nice and easy, but obviously insecure.
via Remoting? I've ...
3
votes
12answers
660 views
Scripting and Programming
Where does Scripting ends and Programming begins? ActionScript 3 and JavaScript/JScript are so different...
2
votes
3answers
3k views
RegEx to match comma separated numbers with optional decimal part
I've a regex that matches comma separated numbers with an optional two digit decimal part in a given multiline text.
/(?<=\s|^)\d{1,3}(,\d{3})*(\.\d{2})?(?=\s|$)/m
It matches strings like 1, 12, ...
2
votes
2answers
4k views
Flash client XMLSocket not connecting to server
I have a Flash client that I want to connect to a server. Both are using localhost and port 50000 so there shouldn't be any cross-domain problems. I also set Access Network Only in the publishing ...
0
votes
2answers
377 views
Flash Socket Policy - Policy is served, but client aborts connection to socket
I have a service set up on port 2400. When I run the Flash client from Flash itself, it runs fine because it bypasses security policy.
When I try to connect by running the SWF on my desktop, or from ...
-1
votes
3answers
246 views
Is Flash/Actionscript any safer than Javascript for persistent online game?
I'm finding lately how unsecure Javascript is when programming a game (I'm trying to do a turn based RPG and currently the battle calculations are done through Javascript which any player can cheat ...
17
votes
6answers
5k views
What are the best books for Flex and Adobe AIR? [closed]
My team is about to build a new product and we are using Flex as the front end. There are other book posts on stackoverflow, but I couldn't find one that matched my needs.
My manager will be ...
15
votes
8answers
9k views
7
votes
11answers
15k views
What is the best way to get the minimum or maximum value from an Array of numbers?
Let's say I have an Array of numbers: [2,3,3,4,2,2,5,6,7,2]
What is the best way to find the minimum or maximum value in that Array?
Right now, to get the maximum, I am looping through the Array, ...
10
votes
6answers
8k views
Asynchronous function call in Flex
Is it possible to call a function asynchronously in Flex? I want to parse a file at regular intervals without blocking the rest of the application, what is the recommended approach for this?
12
votes
5answers
2k views
How can I get an instance's “memory location” in ActionScript?
FlexBuilder's debugger will show you the "memory location" (or, I can only assume, something roughly analagous) of any in-scope instance:
But I'd like to get this information in code (sort of like ...
4
votes
4answers
2k views
javascript to actionscript keypress passing utility?
Is there an existing javascript library for relaying key press events in the browser (or certain divs) into flash? I am hoping there might be a library kind of like this one for mousewheel events ?
...
3
votes
3answers
3k views
Flex: Render an unrealized UIComponent to BitmapData?
What is the best way to render to a UIComponent which hasn't been added to the stage? (I'm using UIComponents as renderers for objects, and want to render new copies for image export, filtering, ...
10
votes
2answers
3k views
StringBuilder in Flex
I'm looking for fast string concatenation class or so in Flex.
Like StringBuilder in Java.
Thanks
6
votes
8answers
10k views
ActionScript 3.0 + Calculate timespan between two dates?
In ActionScript 3.0, is there an automatic way to calculate the number of days, hours, minutes and seconds between two specified dates?
Basicly, what I need is the ActionScript equivalent of the .NET ...
3
votes
1answer
2k views
Flash connecting to a WCF service
I would like ask for guidance on the proper endpoint configuration for my WCF service to enable a Flash app to consume it.
Thanks,
Keith Rull
11
votes
6answers
2k views
Lint tool for actionscript?
Are there any lint tools available for actionscript? One source would be ideal, but anything is welcome.
My team is starting to adopt more a more rigorous style guide (where "more rigorous" means ...
8
votes
6answers
369 views
Parse durations in simple English
I would like to find an actionscript library that can take strings like:
Two days
2h
one month
a week
and parse them into duration (returning the time in some unit).
It seems like it's been done ...
6
votes
5answers
6k views
Add days to Date in ActionScript
We have an application in which the user has to enter a date who's value is no more than 30 days after the the current date (the date on which the user uses the application). This is a Flash ...
4
votes
3answers
2k views
Fast or asynchronous AS3 JPEG encoding
I'm currently using the JPGEncoder from the AS3 core lib to encode a bitmap to JPEG
var enc:JPGEncoder = new JPGEncoder(90);
var jpg:ByteArray = enc.encode(bitmap);
Because the bitmap is rather ...
3
votes
3answers
610 views
Pass arguments from an array to an Actionscript method with …(rest) argument
my question is the Flex transposition of this question :
Can I pass an array as arguments to a method with variable arguments in Java?
That is, I have an Array in some Actionscript code and i need ...
3
votes
3answers
581 views
How to pass ByteArray to C code in alchemy?
I want to pass a byte array object from flex code to C code.How to do that?
3
votes
5answers
9k views
AS3: How accurate are the getTimer() method and the Timer class?
I'm in the process of making a game (a shmup) and I've started to question the accuracy of the timers in ActionScript. Sure, they're accurate enough when you want to time things on the order of a few ...
2
votes
3answers
931 views
Listen for my Flash event in Javascript
I'm trying to build a basic video player with a playlist using the OVP Player. So far I have figured out how to feed in the new video source using ExternalInterface, but I can not figure out how to ...
1
vote
2answers
81 views
Flex: DataGrid column formatting of numbers
I'm trying to format some numbers in a column of a DataGrid. I'm getting an error in my simplified test program below when I run it. All the examples I've seen so far have column data that are ...
0
votes
1answer
25 views
Flex: Custom composite component in ActionScript — problems with percentWidth/percentHeight
I've done tons of research and read the Adobe Live Docs till my eyes bled trying to figure this out.
I am building a composite custom component in ActionScript, and would like the sub controls to be ...
0
votes
3answers
398 views
Dynamically Casting In ActionScript
Is there a way to cast dynamically in Actionscript? What I want to accomplish is illustrated by the following code:
var Val:*;
var S:String=SomeTextEdit.text;
switch ...
0
votes
2answers
4k views
POST Login with ActionScript 2.0
I have created a pretty basic Flash website for a client and am having an issue programming a Client Login feature that he would like. Currently, if I navigate to the site and click Client Login, it ...
16
votes
10answers
1k views
Most useful ActionScript packages / libraries
What are some useful plug-ins, packages or source-code for ActionScript?
Please include ActionScript version, name, link and description.
29
votes
4answers
10k views
How do I get from an instance of a class to a Class object in ActionScript 3?
How do you get an instance of the actionscript class Class from an instance of that class?
In Python, this would be x.__class__; in Java, x.getClass();.
I'm aware that certain terrible hacks exist ...
7
votes
6answers
8k views
How do I access cookies within Flash?
I'm looking to grab cookie values for the same domain within a Flash movie. Is this possible?
Let's see I let a user set a variable foo and I store it using any web programming language. I can ...
5
votes
6answers
3k views
How to implement the Adobe HTTP Streaming spec without using their Streaming server
As of Flash 10.1, they have added the ability to add bytes into the NetStream object via the appendBytes method (described here http://www.bytearray.org/?p=1689). The main reason for this addition is ...
14
votes
10answers
19k views
IDE for developping in ActionScript (Flash). Any suggestions?
I started to work with Adobe Flash a few days ago and I'd say that the code editor lacks a few features before even being considered as an IDE (it sucks actually).
Do you know any other solution for ...
5
votes
4answers
4k views
Recommendations for an HTML-Friendly RichTextEditor for Flex & AIR? [closed]
As a side project, for "fun," I'm rewriting my blog and CMS in Flex and AIR respectively, and while I'm pretty well satisfied with the design thus far, the one major pain point remains working with ...
2
votes
1answer
424 views
How can i on button press execute a command in the command prompt and get back the output in ActionScript?
I have a GUI using Flex. I have a condition like i need to execute some command line arguments in the local machine and get the results back or output back to a textbox area. How can i do a button on ...