i have a button/movie with hover text…and when i select it i want a pop up window to open but in flash/so not a explorer window…if it makes sense (must the window be a flash movie.?)
heres the code for the button
on (rollOver) {
symbol_mc.gotoAndPlay(2);
_root.x = 1;
_root.caption.words = “Welcome”;
}
on (rollOut) {
symbol_mc.gotoAndPlay(11);
_root.x = 0;
_root.caption.words = “”;
}
any help thanks…