|
-
Loadmovie
i am trying to load a .swf file into a movie clip by using another movie clip as the executer, not a button as usual.
i have a movie clip named button that will make the .swf load into the other movie clip.
the code i am trying to use is:
button.onPress= function() {
loadMovie("cross.swf",loadArea_mc);
}
and it doesn't work, any ideas?
-
Senior Member
button.onPress= function() {
loadMovie("cross.swf",loadArea_mc);
}
mmmm...well
is the path of the "loadArea_mc" correct??
and try inserting the name of the movieClip within ""..
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|