Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: Checking for Load Movie completion
From: Anil Hamal
Date: Thu, 6 Jan 2000 19:21:47 GMT

Hi Marc...I was thinking of simple percent % counter not bar...
I have used this code to load my movies but dunno how to apply this code
together
with load movie command...............................any tips?

Set Variable: "loadedFrames" = GetProperty ("/",_framesloaded)
Set Variable: "totalFrames" = GetProperty ( "/", _totalframes )
Set Variable: "percentLoaded" = int((loadedFrames / totalFrames) * 100)

file://set your text box here
Set Variable: "_Level100/loader:DownloadLoaded" = percentLoaded

If (percentLoaded < 100)
Go to and Play ("Load")
Else
Go to and Stop ("start")
End If

thanks
anil




flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California

Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: Checking for Load Movie compl, Marc Hoffman, Poison Dart

Replies
  Re: FLASH: Front and Back, Dorian Nisinson
  RE: FLASH: Front and Back, Bill Numerick
  Re: FLASH: Checking for Load Movie compl, Marc Hoffman, Poison Dart
  Re: FLASH: Checking for Load Movie compl, Marc Hoffman, Poison Dart

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]