ryan@imart
May 3rd, 2006, 02:09 PM
if(this.getBytesLoaded() == this.getBytesTotal()){
if (PageLoad == undefined) {
PageLoad = "science";
gotoAndPlay(PageLoad);
}else{
gotoAndPlay(PageLoad);
}
}else{
gotoAndPlay("2");
}
This will bounce between frame 1 and 2 untill the entire movie clip is downloaded. the file is about 500k, is there anyway to load just certain sections of my clip? or certain assets that are required for the section? like the images...
The project is www.nutrilite.com (http://www.nutrilite.com), please note how long the transitions take when moving from page to page and the initial download...even though on a high speed connection were looking to greatly improve the performance.
if (PageLoad == undefined) {
PageLoad = "science";
gotoAndPlay(PageLoad);
}else{
gotoAndPlay(PageLoad);
}
}else{
gotoAndPlay("2");
}
This will bounce between frame 1 and 2 untill the entire movie clip is downloaded. the file is about 500k, is there anyway to load just certain sections of my clip? or certain assets that are required for the section? like the images...
The project is www.nutrilite.com (http://www.nutrilite.com), please note how long the transitions take when moving from page to page and the initial download...even though on a high speed connection were looking to greatly improve the performance.