noob flash question
- Started
- Last post
- 12 Responses
- Kiko
Im not even a noob, I only know the very very basics such as stop and go to frame etc in flash. But can anone explain to me simply, how I can embed a fully functional swf baner in my flash file.
Whenever I do thi is just imports the assets and does not retain the functionality. I read osmehwere that I have to load it in? How do I do that?thanks
Noob in need
- ********0
keep the swf seperate, and load into a movie clip using loadMovie
- dbloc0
loadMovie();
- Kiko0
ill give that a go cheers
- Kiko0
Im putting this into frame 1 and getting
Wrong number of parameters; loadMovie requires between 2 and 3.
- ukit0
You need to specify the movieclip you want to load it into
loadMovie("loadedmovie.swf", "container");
- ********0
F1
- dbloc0
movieHolder_mc.loadMovie("flashb...
- Kiko0
thankyou ukit! it worked!!!
thanks alot
- Kiko0
and thank you everyone else too
- jimzyk0
you're welcome, i did nothing but sit here and read this thread, after the problem was solved...
- ********0
yeah me too. but sure, any time ;)
- ********0
^strange bump.