Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

On Clip Event Problem - I am stuck here

Status
Not open for further replies.

steinberginc

Programmer
May 13, 2003
3
US
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");

}

 
Using Flash 5?

Regards,

cubalibre2.gif
 
So you're basically looking for a preloader to load an external .swf holding an embedded video?
What's this loadAdaptive bit?

Regards,

cubalibre2.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top