Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
JQmedia
This discussion is related to the JQmedia addon.
Comments
includeJQuery(); // call JQuery to ensure it's loaded first
I guess instead of looking for www.youtube.com. I should just look for xx.youtube.com
does anyone know of any potential security risk with using xx.youtube.com
playlist.xml is a sample xml file thats all.
btw who is updating this extension?
new version of jquery has made lot of changes to the core.
Any idea how this can be resolved? Given that my website is based on promoting and sharing videos it's quite an important feature to me
give me the link to the thread with videos
Let me get this straight though, includeJQuery(); should go between
var mediaplayer = jqmediaPath.webRoot + 'extensions/JQMedia/mediaplayer.swf'; var embedParam = {
in JQmedia.js
is that correct?
sorry I missed that before but i assumed it was in relation to the bbcode issue
a very big thank you to you - amazing how one line of code (in the right place) can make all the difference.
embed width="200" height="20" pluginspage="http://www.macromedia.com/shockwave/ download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" flashvars="/path/to/mp3/xxx" src="falseextensions/JQMedia/mediaplayer.swf" wmode="transparent"
When I inspect it it apears as if the path of the src of the gets a "false" added in. HELP!