Search  

TOGGLE FULLSCREEN PROBLEM

HomeForumsHelp NeededToggle fullscreen problem
51614 LGLab
149 posts
Exclusive author Referred at least one person Sold between 1 000 and 5 000 dollars Bought between 10 and 49 items

Hi guys,

I’ve seen so many nice full xml site here I decided to do my own.

Anyways, I’m having trouble with toggling full screen (I mean total full screen). Although it works in IE, it won’t work with Firefox 3 nor with Netscape.

I have downloaded the latest version of flash player and I’m using a simple code in Flash like this:

on (press) { if (Stage[“displayState”] == “normal”;) { Stage[“displayState”] = “fullScreen”; }else Stage[“displayState”] = “normal” }

I have also set the HTML file correctly. Just strange it only works in IE.

Anyone had this problem and/or have a solution?

Cheers

Posted 3 months ago
Default-profile ans0002
1 post
Bought between 1 and 9 items

I used your script except for having “onRelease” not like that matters. It worked for me on Safari 3 and Firefox 3 (don’t have IE to try it on). Did you change all false to true? Check out my html link: http://levelup-gfx.com/allowfullscreen.png

See all the yellow bars it should work after that!

Posted 3 months ago
51614 LGLab
149 posts
Exclusive author Referred at least one person Sold between 1 000 and 5 000 dollars Bought between 10 and 49 items

Thanks a lot buddy, I didn’t realize I needed to also set the allowFullScreen in the embed tag.

Next time I’ll ask before I pull all my hair out…

Cheers

Posted 3 months ago