i was wondering how you can make a popup in flash that will open a new browser window with a flash file in it…and i definitely want the popedup window to have the same dimensions as the file…so there isn’t any white space around the edges
In your link have it load the .swf file not the html one
ex.
on (press) {
loadmovie("yourname.swf", _parent);
}
This should solve your problem.
:love: ~ Seretha
ya but i want it to load in a new window, not the current one
bump…anyone?
instead of _parent you can use _blank
that should work dude!
but _parent is the one i would have used
ok ty
You know Alucard_X there is such thing as an EDIT button you know