Nathan Virtue
posted this on February 11, 2011 11:56 am
Here are some general guidelines for Flash developers to follow in order to get the best results:
For a quick check on what versions of Flash/Actionscript your SWF is running, Try This Site
Further technical rules for developers to follow in creating AS 3.0 SWF files:
Other Notes for Developers:
application will explicitly call gotoAndPlay(1) on swf upon loading for prerender, due to nature of our application any code in frame one might be executed multiple times. you need to accommodate your code and assets accordingly.
if you need to have masking and interactivity it can exist in frame two which can have "stop()";
frame one assets might be transparent.
frame one execution might be omitted at times so there should be no vital content on frame one and content replication on frame2 might be required.