Video BBCode Database
BBCodes used for embedding videos
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:
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:
Demo:
[myspace]103782417[/myspace]
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 13 Apr 2010, 23:12, edited 1 time in total.
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:
Post
by Mahogany_Rush »
XLNT! That worked, whatever you did. Thank you so much for the quick and sufficient response.
Post
by cisco007 »
no problem, i think the html code on the first post might be outdated!