nture
03-06-2008, 10:37 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.
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");
}
I'm having 2 issues:
1) How to make the websites open at, say 800x600 pixels instead of full screen? When they also open full screen, it's hard for user to know that Flash is still in the background.
2) How to make the websites open _in front_ of the menu/flash projector instead of behind?
Thanks for any help!
My Flash project opens up full screen to a menu with buttons to different websites.
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");
}
I'm having 2 issues:
1) How to make the websites open at, say 800x600 pixels instead of full screen? When they also open full screen, it's hard for user to know that Flash is still in the background.
2) How to make the websites open _in front_ of the menu/flash projector instead of behind?
Thanks for any help!