on (release) {
location.loadMovie("(url which external movie is at)");
}
i was wondering if this would werk for a button to trigger a movie to open in the movie that is already playiing. :-\
on (release) {
location.loadMovie("(url which external movie is at)");
}
i was wondering if this would werk for a button to trigger a movie to open in the movie that is already playiing. :-\
Welcome to the boards!
I´m trying to help you, so, can you plz explain that better:
was wondering if this would werk for a button to trigger a movie to open in the movie that is already playiing.
Cheers
Hi!..
ok
well in this SWF i made…it contains like 5 buttons. i just want to buttons to load a movie inthe SWF itself. i made i MovieClip thingy (named location) for the external movie to go in…so i was wondering if that code would work… ack…did i make it confusing again?
=)
here´s my bit of knolege:
if you place that code on a button:
on (release) {
content.loadMovie("news.swf");
}
you´ll have the external movie news.swf loaded into the movieclip content on your movie. You´ll have to have a movie clip instance named content on your main movie to do that.
or you can do that:
on (release) {
loadMovieNum("news.swf", 1);
}
that will load the external movie news.swf into your main movie on the level 1, wich is above the level of the main movie that is (always) 0.
got it?
it´s easier
but the #1 has more uses, once you get good at AS (-:
Yeah…but…ok…kool…now i wanna kno where…which layer or frames do u have to put this content movie clip in. should i make a layer and pull it thru all of my main movie?
EDIT:
BTW…i need #1 for my usees…heh…
but you sound like you don´t know jack of what you´re trying to do, so, can you tell me why you need the #1 instead the #2?
Coz they really look like the same, the difference is just for other usabilities :-\
that will load the external movie news.swf into your main movie on the level 1, wich is above the level of the main movie that is (always) 0.
ok this…u mean that the external movie will go directly on top of my main movie…covering all of the rest of my main movie? so that the external movie will be showing instead of my main movie?..if u were say that u can show both the main movie and the external movie on the stage than im sorrie…but i think that # 1 would bring the external movie into the main movie…but not covering it.
remember im a newbie…so correct me if im wrong…:sigh:
imagine a main movie with 200x200 px and a loade movie with 10x10px.
the loaded movie will not cover all the main movie, no matter if you go for #1 or #2.
I´m off to home now. See you latter.
:: Copyright KIRUPA 2024 //--