Fullscreen prepared in PC doesn't work in Mac (MX)

I checked in Mac, this fullscreen from dynamicdrive doesn’t work.
I am working at PC. How can it work in both PC and Mac. Do you know any solution or any other way to do a fullscreen in HTML pop-up window to open a flash movie.

Thanks…

Try this one. I tried using a script from dynamicdrive that would work from my hard drive, but not from the internet(?!). So, I read this a while ago here from Digitalosophy. Add this script to the head of your page:


<script language="javascript">
this.moveTo(0,0);
this.resizeTo(screen.availWidth,screen.availHeight);
</script>

Hope that does it for you. Don’t know if it will work on those toys called Macs. Sorry, I’m not a fan of the edible Apple.

Thank you Freddythunder,

I solved the problem at MAC with your answer. I decided to give 4 options to user,

fullscreen : Windows or Mac
880x420 : Windows or Mac

Because when MAC is working well, WINDOWS doesn’t work and vice versa.

Thanks again…

Alphaville

nice call Freddy Thunder, I see you made use of that script :slight_smile:

Alpha - No problem

Digital - Yep, I actually use that script under my window.defaultStatus=“tagline”; in all the sites I make now.
:beam:

kool i pretty much use it fro all my sites, unless i need my body to have a margin of 0