PDA

View Full Version : How to make flash full screen in HTML



felipegm
May 19th, 2005, 10:57 AM
I´ve seen this site www.cookie.pl/archiw/feta03/index4.htm (http://www.cookie.pl/archiw/feta03/index4.htm) and saw that the flash goes all the html like in fscommand fullscreen mode.
is there any code in html to make it possible?

Photogenius
May 19th, 2005, 12:09 PM
What are you on about exactly? i dont understand ur post

dpg-105
May 19th, 2005, 12:26 PM
yeah, what Photogenius said!
but do you mean this http://www.kirupa.com/developer/mx2004/fullscreen.htm

full flash site!

maybe u c it as fullscreen if u on 1024*768. higher that that will show that it's not fullscreen but fixed at 1024*768.

goodluck!

felipegm
May 19th, 2005, 12:27 PM
how can I do the flash to fullscreen in HTML???

dpg-105
May 19th, 2005, 12:30 PM
follow the steps in the tutorial!

thats all folks
May 19th, 2005, 12:35 PM
Are you saying that you want the browser to go to full screen? and the swf to be in a table. It looks like they have a table that is aligned left (table size 1014X730 in size). You can add this code to the html to make the browser go full screen:
<script type="text/javascript">

self.moveTo(0,0)
self.resizeTo(screen.availWidth,screen.availHeight )

</script>

hope this helped

pull

felipegm
May 19th, 2005, 12:39 PM
thanks for the help

ElectricGrandpa
May 19th, 2005, 12:52 PM
Feel free to steal the javascript and such off of my site at www.matt-rix.com

It opens a pop-up to full screen, which might be what you're looking for.

jasarius
June 26th, 2005, 11:07 AM
I'm just kinda jumping into this thread :).

This is something I've been looking on how to do...thanks! Quick question, is there a recommended stage size to avoid going over when doing this (i.e. 1024x768)? I know if I have a small stage size (550x400) the rest is just blank space, but if I want something to fly/slide into view, I want to save myself the frustration and possible embarassment of the object being see before it needs to be seen.

I hope that made sense.

Thanks.