I would like to livestream a video (using embed code) into a custom box / table above the 'Wreck N' Ballz Shoutbox' (http://www.wrecknballz.com/).
How would I go about doing this? A simple table that allows me to input html to stream videos.
New Table / Box
Started By Buckshot, Oct 06 2011 04:17 AM
5 replies to this topic
#1
Posted 06 October 2011 - 04:17 AM
#2 Re: New Table / Box
Posted 06 October 2011 - 04:26 AM
This is the code I use to present uTube videos on my portal page (sample uTube video embeded code in red):
<div class="ipsBox table_wrap">
<div class="ipsBox_container">
<table class='ipb_table'>
<tr>
<td class='row2'>
<object width="100%" height="100%"><param name="movie" value="http://www.youtube.com/v/l-qgum7hFXk&hl=en_US&feature=player_embedded&version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/l-qgum7hFXk&hl=en_US&feature=player_embedded&version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="100%" height="100%"></embed></object>
</td>
</tr>
</table>
</div>
</div>
<div class="ipsBox table_wrap">
<div class="ipsBox_container">
<table class='ipb_table'>
<tr>
<td class='row2'>
<object width="100%" height="100%"><param name="movie" value="http://www.youtube.com/v/l-qgum7hFXk&hl=en_US&feature=player_embedded&version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/l-qgum7hFXk&hl=en_US&feature=player_embedded&version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="100%" height="100%"></embed></object>
</td>
</tr>
</table>
</div>
</div>
#3 Re: New Table / Box
Posted 06 October 2011 - 02:11 PM
Works awesome. Thanks Broni!
#4 Re: New Table / Box
#5 Re: New Table / Box
Posted 06 October 2011 - 02:47 PM
BTW, is there any code that will only show it on a specific page...such as the forums?















