PDA

View Full Version : BBcode is not showing video


Ellendway
01-14-2012, 08:08 PM
Hello everyone,

I've got vBulletin 4.0.8 (I will upgrade at 4.1.10 soonish, just waiting for design) and I'd like to have one bbcode. I have got HTML code but videos aren't showing in posts.

I'm trying to do BBcode for Warcraftmovies.com videos.

HTML code is

<object width="685" height="386">
<param name="movie" value="http://embed.minoto-video.com/42/yo6x6NZPdMxr" />
<param name="allowFullScreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param value="autostart=false" name="FlashVars" />
<embed FlashVars="autostart=false" src="http://embed.minoto-video.com/42/yo6x6NZPdMxr" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" wmode="transparent" width="685" height="386" />
</object>

Well I just need to replace url address "http://embed.minoto-video.com/42/yo6x6NZPdMxr" with other url.

Any ideas?