steinberginc
Programmer
Hi there.
I am working on a preloader for a video in mx. I am using a onClipEvent so the user won't have to click anything. My work is almost done but now I am stopped with this problem. I really need to fix this but are not very good in actionscripting. I was hoping someone here could have a look and tell me what I can do so i can load the adaptive loading script. I am using the script on the mc for telling flash what to load and where to load:
onClipEvent (load) {
_root.loader.loadAdaptive("movie_normal.swf", "_root.holder"
;
}
I am working on a preloader for a video in mx. I am using a onClipEvent so the user won't have to click anything. My work is almost done but now I am stopped with this problem. I really need to fix this but are not very good in actionscripting. I was hoping someone here could have a look and tell me what I can do so i can load the adaptive loading script. I am using the script on the mc for telling flash what to load and where to load:
onClipEvent (load) {
_root.loader.loadAdaptive("movie_normal.swf", "_root.holder"
}