Hi everyone
could anyone help me with a loading problem i have.
I have a main.swf with a number of projects that need to load into the main.swf
this is the action script i have on the project buttons:
on (press) {
loadMovieNum("projects/projecttitle.swf", 1);
}
The project loads but it seems as though there's a delay between clicking the project and the project starting to load.... so the user is left for short period not knowing if anything is happening
I've tried the site on another server to what i have it on, and it does the same thing.
You can view my problem at:
Any help would be much appreciated
Thanks
Jon
could anyone help me with a loading problem i have.
I have a main.swf with a number of projects that need to load into the main.swf
this is the action script i have on the project buttons:
on (press) {
loadMovieNum("projects/projecttitle.swf", 1);
}
The project loads but it seems as though there's a delay between clicking the project and the project starting to load.... so the user is left for short period not knowing if anything is happening
I've tried the site on another server to what i have it on, and it does the same thing.
You can view my problem at:
Any help would be much appreciated
Thanks
Jon