Embedding non-youtube video.

Missourian

Diamond Member
Joined
Aug 30, 2008
Messages
38,464
Reaction score
30,441
Points
2,905
Location
Missouri
Can I embed video from code...like this?:

<object width="388" height="393" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="ep"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://i.cdn.turner.com/nascar/.element/swf/2.2/sect/video/nascar_embed.swf?context=nascar_viral&videoId=cup/2010/03/29/cup_mar_high_final.nascar" /><param name="bgcolor" value="#000000" /><embed src="http://i.cdn.turner.com/nascar/.element/swf/2.2/sect/video/nascar_embed.swf?context=nascar_viral&videoId=cup/2010/03/29/cup_mar_high_final.nascar" type="application/x-shockwave-flash" bgcolor="#000000" allowfullscreen="true" allowscriptaccess="always" width="388" height="393"></embed></object>
If so...how is it done?
 
Last edited:
Most all php forum board software rejects html code, for obvious security reasons.

You can copy the video, then upload it to your own youtube page, then embed that here.
 
Most all php forum board software rejects html code, for obvious security reasons.

You can copy the video, then upload it to your own youtube page, then embed that here.

That sounds like a lot of work.

Is it?
 
Back
Top Bottom