Not signed in (Sign In)

Vanilla 1.0.3 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorsgarrity
    • CommentTimeNov 14th 2007
     
    when using this SWFObject approach, it seems to be killing the mouse scrollwheel in Firefox. It's fine in IE and it's fine if I use the default Adobe provided Flash embed approach to embed the swf.

    My scenario: I have a very simple Flex application that simply has a datagrid that has about 20 rows and a height of maybe 300 so that there is a scrollbar on the datagrid. If I use the default Adobe provided Flash embed approach to embed the swf, the mouse scrollwheel works as expected in both IE and Firefox. If I use the SWFObject approach, the scrollwheel still works in IE but no longer works in Firefox. I can scroll the data on the grid if I click on the datagrid scrollbar button and drag it, but the mouse scrollwheel is broken.

    Has anyone else seen this ? ? I'd greatly appreciate any ideas. Thanks.