Web Hosting Talk







View Full Version : How to make a flash movie not stream right away


saukwebsolutions
11-24-2005, 10:47 AM
In Flash 8 I have said before I published it to pause on start up, but it just goes like it is streaming. I want it to only go if someone hits play, how can I do this for all browsers? Thanks

the_pm
11-24-2005, 10:51 AM
Create a layer devoted entirely to scripting.

Create a keyframe in the frame at which you want the movie to pause and not stream. Open up your Actions window and write in stop();

Then, create a graphic or button symbol of your choosing and add the action that will make the movie start playing at the next frame. I think it's gotoandplay(currentframe+1), or something like that. gotoandplay is the right action, and Flash will prompt you with the right syntax :)

saukwebsolutions
11-24-2005, 11:04 AM
cool, let me see if I can do this, also thanks for the quick help

VistaDiscussion
11-26-2005, 07:59 PM
I tryed it and it didnt work.. Please help

sabian1982
11-28-2005, 09:05 AM
take a look for a tutorial on preloaders... that way before the movie starts it has to load... theres quite a few varied ones out there!!!

saukwebsolutions
11-28-2005, 11:39 AM
wow cool! there is quite a few, thanks sabian for the insight