Hi all. I am trying to make my own definition, but apparently I suck at it. I am trying to make an embed code for screencast which is a pay service where I host my schtuff. I have tried in vein to make a container that works and I have relented to asking you guys for help. Any assistance is appreciated!
Here is an example of a link to a video :
http://www.screencast.com/t/bQJpf693
And here is a big fluffy embed code:
<object name="Video" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/quicktime/download/" standby="Loading Quicktime components..." width="800" height="616" > <param name="src" value="http://content.screencast.com/users/ImageMavericks/folders/Default/media/05617c42-a806-43e0-bb73-8bacb5c5653f/levelsorcurves.mov"></param> <param name="autoplay" value="false"></param> <param name="controller" value="true"></param> <param name="enablejavascript" value="true"></param> <param name="playCount" value="1"></param> <param name="starttime" value="0"></param> <embed name="Video" pluginspage="http://www.apple.com/quicktime/download/" type="video/quicktime" src="http://content.screencast.com/users/ImageMavericks/folders/Default/media/05617c42-a806-43e0-bb73-8bacb5c5653f/levelsorcurves.mov" autoplay="false" controller="true" enablejavascript="true" starttime="0" width="800" height="616"></embed> </object>