MySpaceTV Video BBCode

Video BBCode Database
BBCodes used for embedding videos
There is no support here! Only Read Access!
Locked
User avatar
BBCode Bot
BBCoder IV
BBCoder IV
Posts: 239
Joined: 04 Mar 2010, 15:04
Location: bbcode table

MySpaceTV Video BBCode

Post by BBCode Bot »

MySpaceTV Video BBCode

Author: Nerdy
Description: The MySpaceTV Video BBCode puts a MySpaceTV Video in the topics of Your phpbb3 Board.

BBCode:

Code: Select all

[mySpace]{NUMBER}[/mySpace]
HTML:

Code: Select all

<object width="425px" height="360px" ><param name="allowFullScreen" value="true"/><param name="wmode" value="transparent"/><param name="movie" value="http://mediaservices.myspace.com/services/media/embed.aspx/m={NUMBER},t=1,mt=video"/><embed src="http://mediaservices.myspace.com/services/media/embed.aspx/m={NUMBER},t=1,mt=video" width="425" height="360" allowFullScreen="true" type="application/x-shockwave-flash" wmode="transparent"></embed></object>
Helpline:

Code: Select all

Myspace: [mySpace]Myspace video ID[/mySpace]
Example:

Code: Select all

[myspace]103782417[/myspace]
Demo:
[myspace]103782417[/myspace]
Mahogany_Rush
BBCoder I
BBCoder I
Posts: 3
Joined: 14 Apr 2010, 01:08

Re: MySpaceTV Video BBCode

Post by Mahogany_Rush »

Code worked for a while, but now we see a white box where the vid was. Any ideas?

I have the latest phpbb3 version 3.0.7-PL1.
Last edited by Mahogany_Rush on 14 Apr 2010, 01:12, edited 1 time in total.
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: MySpaceTV Video BBCode

Post by cisco007 »

don't really know! but try this new embed code:

Code: Select all

<object width="425px" height="360px" ><param name="allowFullScreen" value="true"/><param name="wmode" value="transparent"/><param name="movie" value="http://mediaservices.myspace.com/services/media/embed.aspx/m={NUMBER},t=1,mt=video"/><embed src="http://mediaservices.myspace.com/services/media/embed.aspx/m={NUMBER},t=1,mt=video" width="425" height="360" allowFullScreen="true" type="application/x-shockwave-flash" wmode="transparent"></embed></object>
and use this as the helpline:

Code: Select all

[myspace]103782417[/myspace]
Mahogany_Rush
BBCoder I
BBCoder I
Posts: 3
Joined: 14 Apr 2010, 01:08

Re: MySpaceTV Video BBCode

Post by Mahogany_Rush »

XLNT! That worked, whatever you did. Thank you so much for the quick and sufficient response.
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: MySpaceTV Video BBCode

Post by cisco007 »

no problem, i think the html code on the first post might be outdated!
Locked