| Author |
loaded swf into main swf animation is slow
|
|
| vansergio 2005-08-08, 7:24 pm |
| I am using this piece of code to load the different sections of the site but I
am running into problem with animation being really slow should I use different
levels, or should I load all section in level 1
onClipEvent (load) {
var mc;
mc=createEmptyMovieClip("empt",1)
mc.stop()
mc.loadMovie("musicplayer.swf");
}
What can I do this problem has haunt me for the longest and I am really tired
of it. Thank you any help will be greatly appreciatedText
onClipEvent (load) {
var mc;
mc=createEmptyMovieClip("empt",1)
mc.stop()
mc.loadMovie("musicplayer.swf");
}
| |
| vansergio 2005-08-09, 7:30 pm |
| I hope that some one can help please I would be forever in your debt ...
| |
| Demon paW 2005-08-19, 7:30 pm |
| well levels are not responsible for the speed but "layer" position you just hae to preload the external movies. Email me at webmaster@demonpaw.com for mor information or search through here
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |