andycmmartin
Technical User
Hi
I have used the following action script to create a basic pre loader for a video file:
if (_root._framesloaded>=_root._framestotal) {
gotoAndPlay("Scene 2",1);
}
When the page loads it should show the background image while the video and sound track load. This does not happen it just seems to play the movie and pause to load the next chunk. The movie is at the bottom of the following web page:
Any help would be great. Plus is there some sofware to reduce the size of the video file?
Thanks
Andy
I have used the following action script to create a basic pre loader for a video file:
if (_root._framesloaded>=_root._framestotal) {
gotoAndPlay("Scene 2",1);
}
When the page loads it should show the background image while the video and sound track load. This does not happen it just seems to play the movie and pause to load the next chunk. The movie is at the bottom of the following web page:
Any help would be great. Plus is there some sofware to reduce the size of the video file?
Thanks
Andy