home *** CD-ROM | disk | FTP | other *** search
/ Computer Active Guide 2009 June / CAG06.ISO / Programos / TwonkyMediaManagerSetupStandard.exe / MediaManager / blue_theme_global.swf / scripts / StartupAnimation.as < prev    next >
Encoding:
Text File  |  2010-02-09  |  391 b   |  21 lines

  1. package
  2. {
  3.    import mx.flash.UIMovieClip;
  4.    
  5.    [Embed(source="/_assets/assets.swf", symbol="symbol558")]
  6.    public dynamic class StartupAnimation extends UIMovieClip
  7.    {
  8.       public function StartupAnimation()
  9.       {
  10.          super();
  11.          addFrameScript(77,frame78);
  12.       }
  13.       
  14.       internal function frame78() : *
  15.       {
  16.          stop();
  17.       }
  18.    }
  19. }
  20.  
  21.