For compatibility with the current JQuery extension, please can this be added after line 63? includeJQuery(); // call JQuery to ensure it's loaded first
wow, lot of people having problem with it. Now you know why this is a bad solution and why it should all be done via HtmlFormatter
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
oh dear
I seem to have lost youtube functionality again. I'm not sure if it was due to updating to vanilla 1.1.3 or updating jquery to v14-1.2.1
I've tried both the latest version of this and 0.5.1 (which fixed the trick last time).
thanks
edited: I have a theory thit it is connected to something in js folder - were there any big changes in there, I'm going to try restoring the js folder only from the previous version to see that fixes it.
I"m sorry to bump this but it's quite important to me/my community to get this one back in action so I'd really appreciate some suggestions of things I could try to resolve this and get it back in action
to recap: it's dead since I upgraded vanilla
thanks
@bytte what ur website.
all bbcode is eventually converted to a <a> tag, so it should work with anything.
[a] tag isn't in bbcode u have to use [url] tag
ur bbcode extension should convert a [youtube] tag to html.
My website is at http://www.semtexinc.com/forum/
I've tried using [youtube] tags, but it doesn't work. Also [url] or [a] doesn't do it.
Thanks for getting back to my post!
hell no, problem is not in jqmedia. its in jquery extension.
check the default.php of the jquery extension
and add includeJQuery at the bottom of the whole code right before the ?> tag
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!
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!