Metal Injection Video BBcode
Posted: 03 Apr 2010, 12:59
Hello, I'm having trouble adding a BBcode to my forums and was wondering if anyone could PLEASE help. I am able to get the player visible, but no video will be played, here is the original embed code:
Here is a direct URL:
My HTML replacement:
...and my BBcode usage
The only way I'm able to get the player visible is to put the number 4597 from the url.
Could someone please give me a hand with this because I am stumped, I would greatly appreciate it!!!
Code: Select all
<object width="500" height="310"><embed src="http://www.metalinjection.net/tv/flvplayer.swf" FlashVars="config=http://www.metalinjection.net/tv/flvembed.php?viewkey=0e73f6c3c54a0ab0c641" quality="high" bgcolor="#000000" width="500" height="310" bgcolor="#000000" scale="noscale" menu="false" loop="false" align="middle" allowscriptaccess="always" allowNetworking="all" allowfullscreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object>
Code: Select all
http://www.metalinjection.net/tv/view/4597/
Code: Select all
<object width="500" height="310"><embed src="http://www.metalinjection.net/tv/flvplayer.swf" FlashVars="config=http://www.metalinjection.net/tv/flvembed.php?viewkey={NUMBER}" quality="high" bgcolor="#000000" width="500" height="310" bgcolor="#000000" scale="noscale" menu="false" loop="false" align="middle" allowscriptaccess="always" allowNetworking="all" allowfullscreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object>
Code: Select all
[metalinjection]{NUMBER}[/metalinjection]
Could someone please give me a hand with this because I am stumped, I would greatly appreciate it!!!