Page 1 of 1

Own3d BBCODE

Posted: 22 Mar 2010, 02:46
by dazbobaby
I'm trying to get the gaming videos website - Own3d to work, but I can not figure this damn thing out.

Here's the embed code:

Code: Select all

<object width='640' height='360'><param name='movie' value='http://www.own3d.tv/stream/24124' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.own3d.tv/stream/24124' type='application/x-shockwave-flash' allowfullscreen='true' width='640' height='360' wmode='transparent'></embed></object><br/><a href='http://www.own3d.tv/video/24124'>BFBC2 - Did DICE forget something... - WATCH IN HD</a><br/>
Now there are 2 urls
1.

Code: Select all

http://www.own3d.tv/video/24124/BFBC2_-_Did_DICE_forget_something_Battlefield_Bad_Company_2_Blooper
2.

Code: Select all

http://www.own3d.tv/video/24124

As you can tell from the embed code, that URL 2 is the primary one. The link right at the end I've left in, but it makes no difference if it's there or not, it's just a link.

TIA
Darron

Re: Own3d BBCODE

Posted: 22 Mar 2010, 03:51
by cisco007
try this don't worry, about the full url right now!

bbcode usage:

Code: Select all

[own3d]{NUMBER}[/own3d]
HTML replacement:

Code: Select all

<object width='640' height='360'><param name='movie' value='http://www.own3d.tv/stream/{NUMBER}' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.own3d.tv/stream/{NUMBER}' type='application/x-shockwave-flash' allowfullscreen='true' width='640' height='360' wmode='transparent'></embed></object>
Helpline:

Code: Select all

[own3d]24124[/own3d]
use the number found in the 1st url which is the url found in the address bar of the video you want to embed!
which is the number in red!
http://www.own3d.tv/video/24124/BFBC2_-_Did_DICE_forget_something_Battlefield_Bad_Company_2_Blooper

Re: Own3d BBCODE

Posted: 22 Mar 2010, 11:56
by dazbobaby
Nice one cisco, I never tried the number only, I tried URL.
I'm not bothered about the link under the video as it works in HD anyway.
Thanks Cisco.

Re: Own3d BBCODE

Posted: 22 Mar 2010, 14:05
by cisco007
yeah, no problem I am glad it worked!