Hi peoplez!
My knowledge of flash where required by studding tutorials. I’m working with flash around a year and half from now if I’m not mistaking and I’ve made several site’s with flash components… let’s say that I’m not a newbie anymore
Introduction:
I’ve made a site almost completely in flash: 1 main movie and several smaller movies for each section of the site:
- Each movie has his own loader (scene1=loader, scene2=movie).
- Sizes: Main movie 400kb, smaller movies 130kb – 170kb
- good server
I choose this method so you wouldn’t have to wait much in the main load and to avoid loading sections of the site that you probably wouldn’t surf/see.
Problem:
I don’t know why, but there is some kind of latency when you click the menu (most of all by people with low internet speed connection). Some times it takes so much time that you could wait and wait thinking that it doesn’t work. In the other hand, there is none latency when the movie has to open a new
html window.
Btw: this doesn’t occur when testing in flash program or from the HD
Code:
This is the code I’ve used for the button:
on (release) {
_root.webcentro.loadMovie("multimedia.
swf");
}
Solution?
- Is there a better way to do this?
- Would it be wise to preload all movies in the background? How can I do that in a way that the movie would only begin to play by clicking the button and not when it’s done with loading?
For more info or such, just ask please! ï?Š
Thanks in advanced! :wink: