I'm developing on Firefox 5.0 and I am trying to resize a flash player that I have embedded using an <object> tag when I mouse over it.
Using the mouseover property and jquery's hover has no effect at all. The callback is never executed when mousing over the object.
When using jquery's live() in conjunction with the mouseover event, I can get it to work, but only when and while the mouse it over the object border (assuming it has a border) and not at all while the mouse is inside the object.
Is this a problem with Firefox? With the object tag? I'd really like a solution, thanks.