Chrome: Flash Video Player doesn't work
could you explain me why my flash video player doesn't work in Chrome while it perfectly works in other browsers ? (Firefox and IE)
You'll see it flickering...
than开发者_高级运维ks
If you use the chrome developer tools you'll see that something keeps on adding a <param name="wmode" value="transparent">
to the object every second. Is there a timer somewhere in your code that should have been stoppend and isn't being stopped on chrome?
Update: it must be the changeSize()
function that keeps being called. (By __flash__toXML
as you can see when you start debugging by putting a breakpoint on the changeSize
function)
精彩评论