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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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__toXMLas you can see when you start debugging by putting a breakpoint on thechangeSizefunction)