Metal Injection Video BBcode

Support for PhpBB3 BBCodes. Post here to get help with any BBCode related issue here
There is no support here! Only Read Access!
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe exactly what it is you want.
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
Locked
wvmetaldedication
BBCoder II
BBCoder II
Posts: 9
Joined: 03 Apr 2010, 12:39
Location: West Virginia
Contact:

Metal Injection Video BBcode

Post 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!!! :?
Image
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Metal Injection Video BBcode

Post 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!
wvmetaldedication
BBCoder II
BBCoder II
Posts: 9
Joined: 03 Apr 2010, 12:39
Location: West Virginia
Contact:

Re: Metal Injection Video BBcode

Post 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 :)
Image
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: Metal Injection Video BBcode

Post 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?
Board rules! No PM support
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Metal Injection Video BBcode

Post 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!
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: Metal Injection Video BBcode

Post 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
Board rules! No PM support
wvmetaldedication
BBCoder II
BBCoder II
Posts: 9
Joined: 03 Apr 2010, 12:39
Location: West Virginia
Contact:

Re: Metal Injection Video BBcode

Post by wvmetaldedication »

That's for sure :D
Image
Locked