/ Published in: ActionScript 3
This is a handy starting point when creating a new DocumentClass.
This is also available from Lee Brimelow's Snippets Panel ...
New Snippets Panel Extension for Flash CS3!
http://theflashblog.com/?p=336
Flash CS3 Snippets Panel Updated
http://theflashblog.com/?p=346
This is also available from Lee Brimelow's Snippets Panel ...
New Snippets Panel Extension for Flash CS3!
http://theflashblog.com/?p=336
Flash CS3 Snippets Panel Updated
http://theflashblog.com/?p=346
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
package { import flash.display.MovieClip; public class DocumentClass extends MovieClip { public function DocumentClass():void { } } }