Please open [[LINK href="http://www.oontz.ru/en/karta/"]]http://www.oontz.ru/en/karta/[[/LINK]] and click on a marker: with all browser but Firefox (latest version, PC), a flash audio player gets displayed. I tried adding
<PARAM NAME="wmode" VALUE="transparent">
to the flash code, but with no success.
Anyone have any idea why?
Thanks!
PS: Here is the according support ticket in case you wanna dig deeper ;-)
[[LINK href="http://wordpress.org/support/topic/plugin-leaflet-maps-marker-flash-player-is-not-showing-up-ff-and-safari-only"]]http://wordpress.org/support/topic/plugin-leaflet-maps-marker-flash-player-is-not-showing-up-ff-and-safari-only[[/LINK]]
Michael Caputo answers:
I'm not an expert on this kind of stuff, but I would suggest trying to copy the Youtube embed code. Here is a sample of what I would try and copy:
<object width="260" height="35">
<param name="movie" value="URL TO VIDEO"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<embed src="URL TO VIDEO" type="application/x-shockwave-flash" width="260" height="35" allowscriptaccess="always" allowfullscreen="true"></embed>
</object>
I noticed there is a width and height in the embed value that is missing from your code... could that be the issue?
Robert Seyfriedsberger comments:
doesnt work unfortunately...
Michael Caputo comments:
I noticed there's a caching plugin running, have you tried disabling it?
Robert Seyfriedsberger comments:
made no difference - disabled caching and problem still exists...