/ Published in: ActionScript
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
package{
import flash.display.MovieClip;
public class MainController extends MovieClip
{
/*#################################
## References ##
#################################*/
/** -----------------------------------------------------------
* Constructor
* -----------------------------------------------------------
*/
public function MainController()
{
trace ("Document Class Loaded");
/*#################################
## References ##
#################################*/
/*#################################
## Initial Calls ##
#################################*/
initialize();
};
/** -----------------------------------------------------------
* Properties
* -----------------------------------------------------------
*/
/** -----------------------------------------------------------
* Public Methods
* -----------------------------------------------------------
*/
/** -----------------------------------------------------------
* Private Methods
* -----------------------------------------------------------
*/
private function initialize():void{
};
/** -----------------------------------------------------------
* Event Methods
* -----------------------------------------------------------
*/
}
}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                