So I am having a weird problem. I have a fullscreen flash displayed in on
html page using flashobject from this example:
http://blog.deconcept.com/flashobject/fullpage.html

I wanted to have scrollbars appear in case it didn't fit the browser window.
So I changed my css as follow.

/*************************

html {
                height: 100%;
                overflow: hidden;
        }

To

html {
                height: 100%;
                overflow: scroll;
        }


**************************/


In IE if you shrink the window, you can scroll the page and click any of the
flash buttons. In Firefox the buttons do not work. When you try to rollover
them, the cusor stays as an arrow and the buttons flicker. I believe this a
bug with firefox. Oh well. 



MikeG

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to