Page 1 of 1

Metal Injection Video BBcode

Posted: 03 Apr 2010, 12:59
by wvmetaldedication
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:

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>
Here is a direct URL:

Code: Select all

http://www.metalinjection.net/tv/view/4597/
My HTML replacement:

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>
...and my BBcode usage

Code: Select all

[metalinjection]{NUMBER}[/metalinjection]
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!!! :?

Re: Metal Injection Video BBcode

Posted: 03 Apr 2010, 14:23
by cisco007
I haven't really been able to get this working, the only way i can get it working is to have installed enable HTML and putting it in there, but i really don't recommend installing that! But if i can come up with anything i will post here!

Re: Metal Injection Video BBcode

Posted: 03 Apr 2010, 14:28
by wvmetaldedication
Great, thanks a bunch. I was wondering if I was doing something wrong or not, but same here, if I come up with something I'll post it here as well :)

Re: Metal Injection Video BBcode

Posted: 03 Apr 2010, 16:05
by Stoker
BBCode:

Code: Select all

[metalinjection]{IDENTIFIER}[/metalinjection]
HTML:

Code: Select all

<object  width="450" height="370"><embed src="http://www.metalinjection.net/tv/flvplayer.swf" FlashVars="config=http://www.metalinjection.net/tv/flvembed.php?viewkey={IDENTIFIER}" width="450" height="370" 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>
Example:

Code: Select all

[metalinjection]0e73f6c3c54a0ab0c641[/metalinjection]

Shouldnt this work or am I missing something?

Re: Metal Injection Video BBcode

Posted: 03 Apr 2010, 17:06
by cisco007
no that would work, but i was trying to find some other way so that they wouldn't have to look at the embed code everytime, but i can't seem to find a way to do that! So i guess that will be the only way to do it!

Re: Metal Injection Video BBcode

Posted: 03 Apr 2010, 19:54
by Stoker
I know, it will give the users a hard time to find the code to embed.
But hard is better than no way :D

Re: Metal Injection Video BBcode

Posted: 06 Apr 2010, 03:28
by wvmetaldedication
That's for sure :D