/ Published in: ActionScript 3
URL: http://www.adrianparr.com/?p=36
Make sure you put the SWF Metadata AFTER any import statements.
Expand |
Embed | Plain Text
package { import flash.display.Sprite; [SWF(width='800', height='600', backgroundColor='#ffffff', framerate='25')] public class Test extends Sprite { public function Test() { } } }
You need to login to post a comment.
