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
- project test: http://www.djdomingo.com/total.htm
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?
- I’ve heard about “Export to first frame” but I don’t understand that. Have someone a*.flar file or a tutorial about this?
thx! This will help me a lot!
|