This site is READ ONLY!! No support will be given! Everything in here is just for archiving purposes!

cnn.tv bbcode

Forum for video BBCodes. These codes allow you and your users to place videos into the posts on your forum.
Locked
djs596

cnn.tv bbcode

Post by djs596 »

I made one- seems to work with all the videos I came across:

BBCode:

Code: Select all

[cnntv]{SIMPLETEXT1}/{NUMBER1}/{NUMBER2}/{NUMBER3}/{SIMPLETEXT2}[/cnntv]
HTML:

Code: Select all

<object width="416" height="374" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="ep">
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="wmode" value="transparent" />
<param
name="movie"
value="http://i.cdn.turner.com/cnn/.element/apps/cvp/3.0/swf/cnn_416x234_embed.swf?context=embed&videoId={SIMPLETEXT1}/{NUMBER1}/{NUMBER2}/{NUMBER3}/{SIMPLETEXT2}" />
<param name="bgcolor" value="#000000" />
<embed src="http://i.cdn.turner.com/cnn/.element/apps/cvp/3.0/swf/cnn_416x234_embed.swf?context=embed&videoId={SIMPLETEXT1}/{NUMBER1}/{NUMBER2}/{NUMBER3}/{SIMPLETEXT2}" type="application/x-shockwave-flash" bgcolor="#000000" allowfullscreen="true" allowscriptaccess="always" width="416" wmode="transparent" height="374"></embed></object>
Help:

Code: Select all

[cnntv]us/2011/09/07/welch-tx-wildfires.cnn[/cnntv]
Finding the code:

Click share, then click "link", copy the highlighted part.

Image

Demo:
[cnntv]us/2011/09/07/welch-tx-wildfires.cnn[/cnntv]
Locked