Chrome: Flash Video Player Not Working

Could you please explain to me why my flash player is not working in Chrome while it works fine in other browsers? (Firefox and IE)

You will see it flickering ...

thanks

+2


a source to share


1 answer


If you are using the Chrome Tools Chrome , you will see something keep adding <param name="wmode" value="transparent">

to the object every second. Is there any timer in your code that should have stopped and doesn't stop on chrome?



Update: This should be a function changeSize()

that keeps getting called. (By __flash__toXML

, as you can see, when you start debugging by putting a breakpoint on the function changeSize

)

+1


a source







All Articles