hi,
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...
thanks
hi,
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...
thanks
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)