Forum Moderators: open
For firefox, I have found out a ugly way, it will work just only remove the codes "for="MediaPlayer".
The codes as following.
//for firefox, for PlayStateChange
<SCRIPT event="PlayStateChange(NewState)">
function OnDSPlayStateChangeEvt(NewState)
{
//add your code here.
}
</SCRIPT>
[social.msdn.microsoft.com...]