I know there is a problem with:

flash + firefox + scrolling regions + mouse coordinates + wmode != window  +
Windows Operating System (linux seems fine)

Have you tried using wmode = window? (it might fix your mouse coordinates -
in other words, your "buttons" may start to work again)

B.

2006/4/21, Mike Guerrero <[EMAIL PROTECTED]>:
>
> 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
>
_______________________________________________
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