home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 August / TommyVideo.iso / flash / index.swf / scripts / DefineSprite_26 / frame_4 / DoAction.as
Encoding:
Text File  |  2003-06-08  |  239 b   |  11 lines

  1. if(_root.upper)
  2. {
  3.    loadedFrames = _root.content1.getBytesLoaded();
  4.    totalFrames = _root.content1.getBytesTotal();
  5. }
  6. else
  7. {
  8.    loadedFrames = _root.content2.getBytesLoaded();
  9.    totalFrames = _root.content2.getBytesTotal();
  10. }
  11.