Skip to content

Instantly share code, notes, and snippets.

@matthaliski
Last active October 5, 2015 08:28
Show Gist options
  • Save matthaliski/2779086 to your computer and use it in GitHub Desktop.
Save matthaliski/2779086 to your computer and use it in GitHub Desktop.
Define swf properties in ActionScript only projects
//There is no need to hook up to a pointless FLA in larger projects. Just define your swf properties like this
//Included in the Document Class within the package.
[SWF(width='160',height='600',backgroundColor='#000000',frameRate='24')]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment