Click to See Complete Forum and Search --> : actionscript to load new flash file


kathleen1357
03-05-2008, 01:01 PM
Hi all,

What is the basic actionscript code for playing a second flash file?

I am doing banner ads, I play one flash ad 'movie' and when it is done I want it to begin playing another ad 'flash file'. I'm pretty sure it is loadclip or loadmovie

not_set_yet.loadClip();

not_set_yet.loadMovie()

but I don't know what the object or parametaers are. I don't even know if one of these are what I need to use. Does anyone have an actionscript they use to do this task?
Thanks,

kathleen1357
03-05-2008, 02:10 PM
Alright, I think I figured that one out - loadmovie - I got it working at least - but in addition to that...
what is the script for loading a flash file when you click something on the previous flash file? I can make it a button and have it open a new url but I'd rather not. I want to click flash file 1 and it open flash file 2
this is where you combine two actionscripts right? :confused: