nture
03-10-2008, 07:33 PM
I'm using Flash Professional 8 on Windows XP.
My Flash project opens up full screen to a menu with buttons to different websites, which open up in a new window. Using the fullscreen command, when I test the projector, the websites open up full screen behind the menu with one click, and in front of the menu with 2 clicks. Ideally, I'd like the website to open up at 800x600 in front of the menu with one click.
On frame 1 is an action script to open Flash at full screen:
fscommand("fullscreen", "true");
On frame 1 are buttons with action script to open different websites, one of which is:
on(release){
getURL("http://www.mvla.net");
}
My questions:
1) How to tell the websites to open in a new window at a specific size, say 800x600 pixels, instead of full screen?
2) Using the fullscreen command for my projectors, how to make the websites open _in front_ of the menu/flash projector instead of behind?
3) If this is not possible to do with fullscreen command, then I can keep my projector at 800x600 size. However, the website still opens in full screen, so still need answer to Question #1.
Thanks for any help!
My Flash project opens up full screen to a menu with buttons to different websites, which open up in a new window. Using the fullscreen command, when I test the projector, the websites open up full screen behind the menu with one click, and in front of the menu with 2 clicks. Ideally, I'd like the website to open up at 800x600 in front of the menu with one click.
On frame 1 is an action script to open Flash at full screen:
fscommand("fullscreen", "true");
On frame 1 are buttons with action script to open different websites, one of which is:
on(release){
getURL("http://www.mvla.net");
}
My questions:
1) How to tell the websites to open in a new window at a specific size, say 800x600 pixels, instead of full screen?
2) Using the fullscreen command for my projectors, how to make the websites open _in front_ of the menu/flash projector instead of behind?
3) If this is not possible to do with fullscreen command, then I can keep my projector at 800x600 size. However, the website still opens in full screen, so still need answer to Question #1.
Thanks for any help!