Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ifFrameLoaded HELP!!! 1

Status
Not open for further replies.

deecee

Technical User
Aug 25, 2001
1,678
US
Right now i have a flash move thats about 22 frames long..i have a preloader that waits till frame 2 is loaded then continues..It's still to fast and if someone clicks on a link in teh movie if tehy skip my intro then the site wouldn't be loaded up completly...how can i specify to wasit until say frame 10 is loaded before the movie begins...i tried changing the command to say ifframeloaded (10) but it didnt work

DEEEECEEEEEE
X-)
 
Are you testing this on the web? Or locally?
A link maybe?
Don't quite understand what you're saying here!
mywink.gif
ldnewbie
Hope that this
was helpful!
 
Try labeling the last frame of scene 1 (or the last frame of your last scene) and use this:

ifFrameLoaded ("Scene 1", "label") {
...your stuff...

}
mywink.gif
ldnewbie
Hope that this
was helpful!
 
well check it out
when teh preloader is finished jsut skip teh intro and then enter...then click on about us or one of the latter links...the movie is blank cuz it aintloaded

DEEEECEEEEE

X-)
 
Can you send me your .fla or at least the preloader part at oldnewbie@hotmail.com
Guess you're trying to preload just enough of this movie, so it will continue to preload while I watch the intro, and hoping that the preloading should of ended by the time the intro is over... Am I right so far?
Are these differents mcs (furnishing, tissus, etc...), loaded on other levels or mc instances on the main timeline?
mywink.gif
ldnewbie
Hope that this
was helpful!
 
hey
i got a flash movoie but i dont know how i can make a pre loader can some 1 telle me how?
 
What's your problem deecee?
Solving your lilliek issue or getting one of Dave's preloader to work?
mywink.gif
ldnewbie
Hope that this
was helpful!
 
i guess kinda both but id rather solve teh lilliek problem

deeeeceeeee
X-)
 
Send me your .fla and I'll have a look at it!
oldnewbie@hotmail.com
mywink.gif
ldnewbie
Hope that this
was helpful!
 
Deecee,
Check this out:
If I wait till 100% of the movie has loaded, no problem, you can hit any menu item and it'll be there.
I've decided to open up the doors when the movie as reached 80%, because at that point, if the user continues to watch the intro (without of course hiting on the skip intro button), the rest of the movie has time to finish downloading (it continues to download even while it has started playing...) before the user reaches the end of the intro.
Either you take out the skip intro button or you let the movie download to 100% before you allow it to play!
This movie being 1.2MB, I imagine the size of the .fla must be well over that. No point in e-mailing it to me, but maybe if you can manage to send me only the preloader part of it (make a copy and delete what doesn't concern the preloader), I can fix it up for you!

oldnewbie@hotmail.com
mywink.gif
ldnewbie
Hope that this
was helpful!
 
Well that zip holds almost everything! Only thing missing seems to be scene 2 coding which leaves me stuck! Might as well zip up the whole thing and make it available, as you did for this partial one.
You do realize, I hope, that the preloader has to be in a seperate scene?
mywink.gif
ldnewbie
Hope that this
was helpful!
 
huh i never knew that
i had it waiting until frame 2 loaded
hmmmm this is new

X-) thnx
 
Ok! Check this out:


Only have your intro in there (with the skip button dissable) 'cause as I explain in my previous post, I didn't have your scripting for the rest of it. Got davdesign's preloader working properly, just to show you it does work, although I can understand people having trouble with Dave's files, 'cause he sometimes forget not everybody has reached his level of knowledge!

As a matter of fact, I have a question for Dave or anybody else that could answer it: how to get rid of the flash frame of the preloader on a second visit to one's site?

I must admit, in this case, that the preloader and the intro are in the same scene, contrary to what I wrote in my previous post, although it would in they weren't.

Will you be packaging the whole thing so I can complete my help to you?

mywink.gif
ldnewbie
Hope that this
was helpful!
 
BTW, I haven't said it until now... But that's very nice work!
mywink.gif
ldnewbie
Hope that this
was helpful!
 
Your link is not working! Only get a 404!
Basicly, outside of some mods in the dynamic text fiels, I've copied Dave's coding as it. Why it wasn't working for you is probably because you modified it quite a bit!

Will you work on that link?
mywink.gif
ldnewbie
Hope that this
was helpful!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top