This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Macromedia Flash > November 2003 > puting an exported movie into another movie
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
puting an exported movie into another movie
|
|
| drosszro webforumsuser@macromedia.com 2003-11-30, 12:40 pm |
| k, i I made a movie, now i want to make it so in another movie, you click a button and it plays that movie then returns to a certain slide, what is the best way to do this?
| |
|
| mybutton.onRelease = function() {
// container is a movieclip that you load your stuff into.
_parent.container.loadmovie("myexportedmovie.swf")
}
or
mybutton.onRelease = function() {
// 2 is the level you load your stuff into
loadMovieNum("myexportedmovie.swf",2);
}
"drosszro" <webforumsuser@macromedia.com> wrote in message
news:bq6q9c$js2$1@forums.macromedia.com...quote:
> k, i I made a movie, now i want to make it so in another movie, you click
a button and it plays that movie then returns to a certain slide, what is
the best way to do this?quote:
>
>
| |
| drosszro webforumsuser@macromedia.com 2003-11-30, 12:41 pm |
| anyone?
| |
| kelv webforumsuser@macromedia.com 2003-11-30, 12:41 pm |
| Can you please explain a little clearer so i can try to assist you?
kind regards
kelv
|
|
|
| | Copyright 2003 - 2009 forum4designers.com Software forum Computer Hardware reviews |
|