26
votes
11answers
3k 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, …
9
votes
3answers
1k 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 …
8
votes
5answers
767 views
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
10answers
1k views
Do I have a shot at learning Objective-C?
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 …
7
votes
4answers
483 views
Flash designer/coder collaboration best practices
I've done several flash projects working as the actionscripter with a designer doing all the pretty things and animation. When starting out i found quite a lot of information about actionscript coding …
6
votes
5answers
84 views
Most useful ActionScript libraries
What are some useful plug-ins, packages or source-code for ActionScript?
Please include ActionScript version, name, link and description.
6
votes
6answers
1k 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?
6
votes
18answers
1k views
Are browser based online games possible?
I'm not talking about BB-type text based but rich rpgs with spriting, etc.
With the current advancements in javascript for rich browser interfaces,
would it be possible to create semi-massive …
6
votes
3answers
437 views
FOSS tools for Flash development
I'm looking into doing some development for Flash. Do I need to buy expensive commercial tools or are there some FOSS tools out there I can get started with? Clearly there are a lot of tools out …
5
votes
5answers
349 views
Why do singletons pervade ActionScript culture?
I have recently started doing some ActionScript/Flex programming and I am... Surprised... By the number of singletons I see. They are everywhere! The standard library, the frameworks... Heck, I even …
5
votes
2answers
511 views
Re-dispatching event in FLEX
In a FLEX app, I am trying to "re-dispatch" a custom event. I.e. component1 does dispatchEvnet(event), component2 registers a handler for the event, the only function of the handler being, again, …
5
votes
4answers
991 views
Recommendations for an HTML-Friendly RichTextEditor for Flex & AIR?
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 …
5
votes
6answers
555 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 …
5
votes
9answers
2k views
IDE for developping in ActionScript (Flash). Any suggestions ?
Hi,
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 …
4
votes
3answers
347 views
UDP real-time games in Flash/Flex available Open source RTMFP implementation
Are there any examples of using the Flash 10 beta RTMFP UDP based protocol to build real-time Flash games. The RTMFP examples so far seem to focus on P2P networking between flash clients does anyone …

