Object tag data tag does not work in Firefox

<object type="application/x-shockwave-flash" id="myExperience" width="750" height="330" class="BrightcoveExperience BrightcoveExperienceID_000" seamlesstabbing="undefined" data="http://c.brightcove.com/services/viewer/federated_f9?&amp;width=750&amp;height=330&amp;flashID=myExperience&amp;identifierClassName=BrightcoveExperienceID_4215&amp;bgcolor=%23FFFFFF&amp;playerID=00000&amp;playerKey=OxYE~%2CghzTVE6blfqQ7g0q_-kjo8tx5ZAtjmpX&amp;isVid=true&amp;isUI=true&amp;dynamicStreaming=true&amp;autoStart=true&amp;debuggerID=&amp;videoID=0000&amp;%40videoPlayer=481093701&amp;startTime=1482473441585/?forceHTML=true"><param name="allowScriptAccess" value="always"> <param name="dynamicStreaming" value="true" /> <param name="allowFullScreen" value="true"> <param name="seamlessTabbing" value="false"> <param name="swliveconnect" value="true"> <param name="wmode" value="window"> <param name="quality" value="high"> <param name="bgcolor" value="#FFFFFF"> <param name="forceHTML" value="true" /> </object> 

but this code works in crome etc.

+6
source share
1 answer

I get the message "video is not available" in all browsers using your html, and, equally, I get the same message when I call the URL embedded in your html.

 http://c.brightcove.com/services/viewer/federated_f9?&amp;width=750&amp;height=330&amp;flashID=myExperience&amp;identifierClassName=BrightcoveExperienceID_4215&amp;bgcolor=%23FFFFFF&amp;playerID=00000&amp;playerKey=OxYE~%2CghzTVE6blfqQ7g0q_-kjo8tx5ZAtjmpX&amp;isVid=true&amp;isUI=true&amp;dynamicStreaming=true&amp;autoStart=true&amp;debuggerID=&amp;videoID=0000&amp;%40videoPlayer=481093701&amp;startTime=1482473441585/?forceHTML=true 

Are you sure that the Flash object you are trying to load actually exists?

0
source

Source: https://habr.com/ru/post/1013462/


All Articles