Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
Brian@winmediainc.com #1
Pop Up window in flash
I am trying to create a pop up window in the opens from inside the flash
document.
getURL
("javascript:NewWindow=window.open('http://brianbehrens.net','brian','width=758,
height=420,left=0,top=0,
toolbar=No,location=No,scrollbars=No,status=No,res izable=No,fullscreen=No');
NewWindow.focus(); void(0);");
this is what I currently am using. It works in my safari browser, but not
internet explorer.
Can anyone help. or does anyone know a better way to do this?
- Brian
Brian@winmediainc.com Guest
-
minimize flash window
Does any one know how to minimize a flash window ( which hides the window like the windows operating system minimize window button) -Thanks Mike -
Flash Preview Window - Help
I have a movie that contains a streaming audio file. I have a preloader movie in frame 1, the audio movie instance on frame 2. I do not want to... -
open new window in flash?
i have a button that i want to open a new window of a .jpg, how can i do that in Flash? Here's the code i tried but didn't work ... -
Help with pop up window in flash mx
Hello I'm having this problem with a flash pop up window that I created for my new website. I'm building the main chunk of the website in... -
flash - new window
Hi I tried to make some very successfull popups from swf files but there was always something wronf, dependin of your browser. So i found another... -
pazzoboy #2
Re: Pop Up window in flash
Create a rectangle with the height and width you need, and delete the fill.
Convert it to a movieclip, and then put it on stage where you want the loaded,
give it an instance name, like URL_holder.
Use this:
getURL("http://whatever.net",URL_holder);
pazzoboy Guest
-
David Stiller #3
Re: Pop Up window in flash
Brian,
The code you pasted into your initial question works just fine for me.
I noticed a few linebreaks in the string ... had to fix (remove) those, but
after that, it worked.
David
stiller( at ) quip ( dot ) net
David Stiller Guest



Reply With Quote

