-
I have been trying to figure this out for a while and I am getting frustrated. It seems like it would be simple but everything I have tried has failed. All I want to do is create a PopUp window with my flash site on it from an HTML page. I have tried FSCOMMAND and JAvaScript. I have no problem creating a Pop Up window within flash with the easy Open New Window command (_blank), but I want to have a Pop up window with no toolbars. So I followed the macromedia tutorial on how to do this at:http://macromedia.com/support/flash/ts/documents/popup_windows.htm
I followed the direction exactly for the second and third tutorial. I just created a simple flash movie with one button on it. I put the code in for the action of the button and the complimenting code on the HTML page. When I previewed it in the browser, the button came up, I clicked on the button, and nothing happened at all. I am using IE, so the second tutorial may not work, so I tried the FS command and it still didn't work. Please help, I have been at it for a month now.
-
-
little confused refridge - do you want to popup a window from a flash movie or just plain html??
cya
henry
-
getURL("javascript:popUp()");
BAM!
Just make sure there is a popUp() function on the page containing the flash.