collective / wildcard.media

13 stars 12 forks source link

sometimes jquery oembed gets pluginpath wrong #8

Open djay opened 9 years ago

djay commented 9 years ago

Not sure of the circumstances but on one site using firefox and the flash replacement the following code was generated

<embed id="me_flash_0" class="mejs-shim" width="640" height="320" scale="default" flashvars="..." src="flashmediaelement.swf" pluginspage="//www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" wmode="transparent" bgcolor="#000000" quality="high" loop="false" play="true" name="me_flash_0"></embed>

The full path of flashmediaelement.swf is missing for some reason. Locally it works fine. Working on a fix now for explicitly setting the pluginPath on the jquery plugin.

djay commented 9 years ago

Need to reopen this as its still not working for IE8 for videos embedded in tinymce. .swf is the wrong path. pluginPath seems to be being ignored.