Discussion:
flash movie in new window
(too old to reply)
Viv
2007-12-13 11:50:10 UTC
Permalink
I have a button with the action loadmovie

but the movie loads in the same flashmovie, I want to load it in a new
window
this don't work
on (release) {
loadMovie("xxx.swf","_blank");

}

How can I do it?
stevo
2008-01-04 07:03:46 UTC
Permalink
Post by Viv
I have a button with the action loadmovie
but the movie loads in the same flashmovie, I want to load it in a new
window
this don't work
on (release) {
loadMovie("xxx.swf","_blank");
}
How can I do it?
I am kind of a flash hack, but here's my 2 cent.

load movie is suppose to load an external .swf into the current movie
(actually, I guess it replaces it). if you want to open it in a new window,
then I would suggest the on (release) only activate the new window (or a new
frame in a scene) and then the first frame in the new window (scene) could
load movie.

Just a thought - hope you figure it out.

Continue reading on narkive:
Loading...