How to simulate a fake MouseOver on a Flash applet in a webpage?

Posted by Mason Wheeler on Stack Overflow See other posts from Stack Overflow or by Mason Wheeler
Published on 2010-03-09T00:57:09Z Indexed on 2010/03/09 1:06 UTC
Read the original article Hit count: 373

I listen to internet radio at http://player.play.it/player/player.htm and it works pretty well, except for one minor issue. The Flash applet that runs the radio player has a timer on it, where if you don't move the mouse over the player every once in a while, it decides you're idle and shuts off the stream, even if you're not actually idle, but just working on something else with the radio player running in the background.

Is there any way I can send a fake MouseOver message to this applet to keep it from cutting me off in the middle of a song, maybe with a GreaseMonkey script? I'm using Firefox.

© Stack Overflow or respective owner

Related posts about mouseover

Related posts about flash