Groups | Blog | Home
all groups > flash (macromedia) > april 2007 >

flash (macromedia) : Opening Browser Window As Maximized


bei_owlman
4/22/2007 9:25:40 PM
Hello. I am new to Flash and new to this forum. I am developing a Flash
application that has links from the movie to other URLs. I wish to have the
URL open in a MAXIMIZED window rather than the default I now get. Is there a
way to do this and if so, how is it done? Thanks for any and all suggestions.
Andrei1
4/23/2007 4:14:10 AM
Hey Roy,

You can use JavaScript function to open the window. Create a JS function in
your HTML and call it from flash:

getURL(?javascript: myFunction(arg1, arg2, ?);?);

in your JavaScript function just open the window with the standard JS code the
way you want to.

AddThis Social Bookmark Button