Search  
Search Options

EXPLORER SCROLLBAR NIGHTMARE

HomeForumsFlash DiscussionExplorer Scrollbar Nightmare
Default-profile flashdendell
5 posts

Hi,

You know how much I love Explorer 7.0 (NOT!). I need to make the explorer browser window that is running flash not display the VERTICAL SCROLL BAR in Explorer. I am calling the flash file from the browser because there is some logic in the JavaScript that calls Flash based on time of day.

I am running Full Screen mode in the browser using the F11 key. Ive tried overflow hidden tricks and -y and nothing works.

My flash size is 1280widex768high

Any ideas friends?

Posted 2 months ago
35325 blueisblue
45 posts

dreamweaver has a behavior called “open pop-up window”, where you can set the size of a new window, wheteher it has scrollbars…etc

have you tried going that route?

Posted 2 months ago
Default-profile flashdendell
5 posts

Heeheheh!

Right after I posted this, I found the answer. For my fellow flashden afficianados the answer that works for me is to use this body tag.

body scroll="no" in brackets

It sounds easy and works. I was trying CSS tricks and all kinds of goofy stuff but this did the trick.

Hope this helps someone else looking to run full screen flash in a browser window.

Posted 2 months ago
30141 sanju1979
106 posts
Referred at least one person Sold between 1 000 and 5 000 dollars

dude please please never remove your scrollbar of browser..if user like me vist syour website on a lesser resolution then what..your website will seem to be cropped..dont beleive try it…

go for swf object..its the perfect solution on same and higher resolution it removes the scrollbar an don lesser resolution it bring sthe scrollbar :)

shoot me a mail if any problems: sanjeev@sanjeevverma.in

Posted 2 months ago
20955 digitalscience
721 posts
Exclusive author Item was featured Author was featured Referred at least one person Sold between 50 000 and 100 000 dollars

Embed the swf into an html page, set the swf width and height to 100% and allow scale to false. See example of one of my files below, have a look at the html source code.

http://www.flashden.net/files/29641/index.html

Posted 2 months ago
30141 sanju1979
106 posts
Referred at least one person Sold between 1 000 and 5 000 dollars

hi digital science but i guess that will only work with html page it wont do anything to flash incase of width etc…

Posted 2 months ago