hi
i have a site that has a list of projects, if a project is selected it loads the swf of that project into the main stage using the action:
on (release) {
loadMovieNum("name.swf", 1);
}
once the movie has been viewed there is a button that will unload the movie and go back to the main stage. everything works fine when testing direct from the computer, but when its uploaded online the projects take a very long time to start the event of loading the swf, the swf's being loaded are not that large they range from 30kb to 250kb.
It seems to be on the event of clicking on a project, to it starting to load that is taking the time, is there anything that could be causing this to happen, it seems like the movie is constantly trying to catch up?
Any help or advice would be much appreciated
thanks
Jon
i have a site that has a list of projects, if a project is selected it loads the swf of that project into the main stage using the action:
on (release) {
loadMovieNum("name.swf", 1);
}
once the movie has been viewed there is a button that will unload the movie and go back to the main stage. everything works fine when testing direct from the computer, but when its uploaded online the projects take a very long time to start the event of loading the swf, the swf's being loaded are not that large they range from 30kb to 250kb.
It seems to be on the event of clicking on a project, to it starting to load that is taking the time, is there anything that could be causing this to happen, it seems like the movie is constantly trying to catch up?
Any help or advice would be much appreciated
thanks
Jon