Video BBCode Database
BBCodes used for embedding videos
There is no support here! Only Read Access!
-
BBCode Bot Offline
- BBCoder IV

- Posts: 239
- Joined: 04 Mar 2010, 13:04
- Last active: -
- Location: bbcode table
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]
-
Mahogany_Rush Offline
- BBCoder I

- Posts: 3
- Joined: 13 Apr 2010, 23:08
- Last active: -
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.
-
cisco007 Offline
- BBCoder VI

- Posts: 1,015
- Joined: 16 Mar 2010, 16:14
- Last active: -
- Location: Don't really know!
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:
-
Mahogany_Rush Offline
- BBCoder I

- Posts: 3
- Joined: 13 Apr 2010, 23:08
- Last active: -
Post
by Mahogany_Rush »
XLNT! That worked, whatever you did. Thank you so much for the quick and sufficient response.
-
cisco007 Offline
- BBCoder VI

- Posts: 1,015
- Joined: 16 Mar 2010, 16:14
- Last active: -
- Location: Don't really know!
Post
by cisco007 »
no problem, i think the html code on the first post might be outdated!