ID Nerd

 

Flash Code Library

Page history last edited by prabha 2 yrs ago

This code library is my giant cheat sheet / attempt to learn programming / ActionScript being very programming challenged.  My basic issue now (besides just not having an overall grasp of how programming works) is differentiating between things that exist in the language and the part I have to create.  So I'm gonna color code it... right now, GREEN is for user created terms.

 

 

 

 

Loading a SWF into a movie:

 

var myMCL:MovieClipLoader = new MovieClipLoader ();

 

myMCL.loadClip("slideshow_starter.swf","container");

 

Controlling the Player Size / Properties & Making a Quit Button:

 

FS Commands on timeline, Quit button with FS Command.

 

Make Textbox with ActionScript

 

 

Comments (0)

You don't have permission to comment on this page.