Debug my fullscreen script

can anyone help me about full screen?
hey, can anyone help/debug my script?

on(release){
fscommand(“fullscreen”,“true”)
geturl(“page.html”)
}

the idea is similar to Ultrashock.com wherein a flash movie has a url that makes the page fullscreen. hope anyone can help me with this. thx guys!!!

electrongeek gave me this link but it is not applicable for flash movies. it is only for buttons applicable to html only.
http://www.dynamicdrive.com/dynamicindex8/window1.htm

hope anyone can help me. tnx!!!


-JoWiE

fscommand only works for projectors

but you can use the script at dynamic drive in a flash movie

instance.onRelease = function() {
	getURL("java script:fullwin('http://www.kirupa.com');");
}

=)

[size=1]ps. do not use spaces between java and script ;)[/size]

hey! tnx! i tried the fscommand because i hav run out of ideas. tnx!!!

no problem kitchie :wink:

hey i can do the fullscreen now. but i really don’t have idea bout closing the window.
Ultrashock.com has an exit button.

thx!!! you help alot!

instance.onRelease = function() {
	getURL("java script:self.close()");
}

=)

[size=1]ps. remove the space between java and script ;)[/size]

tnx! tnx for the help!

yup … no problem =)

hey i’ve got a problem bout the fullscreen thingy you gave me but if you don’t know the answer, it’s ok. i’ve done working the script (links) and it’s done. the flash movie was woking 100% with the links and it is working fullscren. when i test my movie alone with the flash player, (without using IE), it works perfectly. the movie synchronizes with the music.

the problem is, when i test my page, using the LINK FROM THE FLASH MOVIE, the movie plays slowly(working in fullscreen). and the movie doesn’t synchronizes with the music. but when i tried opening the page with IE(not fullscreen), the movie runs perfectly. i think the problem with fullscreen thingy makes the movie slower.

if you have the answer to this problem, pls help me. tnx!!!