Flasher Archive

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


Subject: Re: FLASH: Wassup with my preloader??????
From: Kristopher Wainwright
Date: Thu, 11 Jan 2001 04:13:40 GMT

Okay so I got alot of requests for the code.

A quick and easy one is this one:

Set Variable: "loadedFrames" = GetProperty
("/",_framesloaded)

Set Variable: "totalFrames" = GetProperty
("/",_loadedFrames)

If (loadedFrames < totalFrames)
Set Variable: "percentageOutput" = int
((loadedFrames / totalFrames) * 100 )
Go To and Play ("preload-loop")

Else
Go To and Play ("begin-movie")


Now using say a ten frame MC, label keyframe 3 as
"preload-loop" and then label the keyframe where you
want the movie to start playing, say frame 8, as
"begin-movie". Somewhere in between these labeled
keyframes, say keyframe 5, insert this code .... say
keyframe 6. Now put a text field variable inside the
loop (between frames 3 and 5) so it displays how much
of the MC has loaded.

If you need something more advanced, goto a personal
friend of mine's website and he has tutorials that can
help you too.

http://www.w3source.net/

Have fun.

Kris Sends .....

--- Tsunamic <adminattsunamic [dot] com> wrote:
> Do you think that I may be able to take advantage of
> your offer? I am in the
> same boat on my soon to be launched site. Mine just
> doesn't want to work, so
> the code would be great! Thanks in advance!
>
> http://www.tsunamic.com
> n e w m e d i a | w e b d e s i g n
> =================================
>



__________________________________________________
Do You Yahoo!?
Yahoo! Photos - Share your holiday photos online!
http://photos.yahoo.com/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
November 27-29, 2000, LONDON, National Film Theatre

Produced by United Digital Artists and lynda.com
-Sponsored by Macromedia, Adobe Systems and Apple Computer
-http://www.flashforward2000.com or UK tel. +44 (0870) 751 1526
Register before November 10 and save £200
http:// www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


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