Can someone please help me make this thing work !?

OK, heres the story, im doing a cd-rom project which involves a flash projector and few of websites i have done. so when i run the flash projector.exe, there are buttons that will open up the websites when its clicked. now heres the problem, i have set my projector to fullscreen, when i click on the buttons to launch the websites, it appears to be hiding behind my projector, it has actually opened up but u wont know cos u cant see it, u actually have to alt+TAB to choose it. please… can someone help me, how can i make my websites open on top of my projector? should i add codes to my button? thanks alot…

malcolm

HI MALCOLM,
in your button after getURL for the website put
fscommand(“fullscreen”, “false”);

just one of the way to solve ur problem. hope it works if any problem, come back.

KalimKhan

thanks alot

if the sites that have to pop up are your own you can give them a
onLoad=“self.focus()”

just put this in de body tag:

[body onLoad=“self.focus()”]

(replace the [ ] with < >)