home *** CD-ROM | disk | FTP | other *** search
/ Organic Chemistry (8th Edition) / Image.iso / pc / organic / media / content / book_flash.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2003-05-14  |  204 b   |  14 lines

  1. stop();
  2. this.onEnterFrame = function()
  3. {
  4.    if(getBytesLoaded() == getBytesTotal())
  5.    {
  6.       play();
  7.       delete this.onEnterFrame;
  8.    }
  9.    else
  10.    {
  11.       aaa = getBytesLoaded();
  12.    }
  13. };
  14.