PDA

View Full Version : What is UStream BB Code ?


kur_as
06-22-2009, 05:04 PM
Hi, I want to embed UStream Live Streaming to my forum...

Does anyone know how to embed it?


Thanks...

--------------- Added 1245733264 at 1245733264 ---------------

need a little help hereeeeee...

Reycer
07-17-2009, 08:02 PM
BB CODE:

Title: Ustream
BB Code Tag Name: ustream

Replacement:
<embed flashvars="loc=%2F&amp;autoplay=false&amp;vid=1449901&amp;hid=962&amp;disable dComment=true&amp;beginPercent=0.490354&amp;endPercent=0.5 455523" width="480" height="386" allowfullscreen="true" allowscriptaccess="always" src="http://www.ustream.tv/flash/video/1449901" type="application/x-shockwave-flash" />

Example:
http://www.ustream.tv/recorded/1743585/highlight/7499#utm_campaign=fhighlights&utm_source=3&utm_medium=news-newspaper

Leave Everything else as is.

imbonez9
04-10-2010, 02:39 AM
VB4 code:

Title: UStream
Tag name: ustream
Replacement: <embed flashvars="loc=%2F&amp;autoplay=false&amp;vid={param}&amp;disabledComment =true&amp;beginPercent=0.490354&amp;endPercent=0.5455523" width="480" height="386" allowfullscreen="true" allowscriptaccess="always" src="http://www.ustream.tv/flash/video/{param}" type="application/x-shockwave-flash" />
Example: 1449901
Description: Embed ustream videos. Only put the numbers after http://www.ustream.tv/recorded/ or the video will not work.
Use {option}: no
Remove tag if empty: (up to you, i'd put yes)
Disable BB code within this BB code: yes
Disable smilies within this BB code: yes
Disable word wrapping within this BB code: yes

Sean James
04-26-2011, 05:43 PM
VB4 code:

Title: UStream
Tag name: ustream
Replacement: <embed flashvars="loc=%2F&amp;autoplay=false&amp;vid={param}&amp;disabledComment =true&amp;beginPercent=0.490354&amp;endPercent=0.5455523" width="480" height="386" allowfullscreen="true" allowscriptaccess="always" src="http://www.ustream.tv/flash/video/{param}" type="application/x-shockwave-flash" />
Example: 1449901
Description: Embed ustream videos. Only put the numbers after http://www.ustream.tv/recorded/ or the video will not work.
Use {option}: no
Remove tag if empty: (up to you, i'd put yes)
Disable BB code within this BB code: yes
Disable smilies within this BB code: yes
Disable word wrapping within this BB code: yes

Thanks for this code, when i try to add this in vBulletin 4.1.3 i get this error:

The following BB Code replacement may not be properly formed. All HTML attributes should be enclosed within double quotes.

Any ideas?

<embed flashvars="loc=%2F&amp;autoplay=false&amp;vid={param}&amp;disabledComment =true&a mp;beginPercent=0.490354&amp;endPercent=0.5455523" width="480" height="386" allowfullscreen="true" allowscriptaccess="always" src="http://www.ustream.tv/flash/video/{param}" type="application/x-shockwave-flash" />