PDA

View Full Version : Fullscreen Flash Movies


surfwax95
10-15-2005, 05:31 PM
I'm wanting to make my .swf Fullscreen (inside the browser) with no scrollbars in the browser.

I've searched and found a few snippets of code that I feel would help me out, but I have a follow up question in regards to this code.
Where do I put it? If I'm wanting my ENTIRE movie (2 scenes) fullscreen, should I put the code in each scene, or what?

Thanks.

Xeef
10-15-2005, 05:48 PM
the browser you control whit javascript
wich you put in to the HTML

as long i know
you can't remove the scrollbar afterwards
eg
i type the adress of you page in the browser the scrollbar is there and your page is opened WHIT the scrollbar no mather what you do

so you need to spawn a NEW browser window whitout the scrollbar and your content

Paul Ferrie
10-15-2005, 06:25 PM
You can set the scrollbar to invisible in the body of yout html page but as far as i believe it is only compitable with I.E

<body scroll="no" >


Hope it helps