I created the code to find the string for clipshare, but need help to create the correct embed code. Can anyone help.
See below embed code.
Code:
<object type="application/x-shockwave-flash" width="320" height="260"wmode="transparent" data="http://www.xxxxx.co.uk/videos/flvplayer.swf?file=http://www.xxxxx.co.uk/videos/flvideo/xxx.flv&autostart=true&showfsbutton=true">
<param name="movie" value="http://www.xxxxx.co.uk/videos/flvplayer.swf?file=http://www.xxxxx.co.uk/videos/flvideo/xxx.flv&autostart=true&showfsbutton=true" />
<param name="wmode" value="transparent" />
<param name="allowScriptAccess" value="sameDomain" />
<embed src="http://www.xxxxx.co.uk/videos/flvplayer.swf?file=http://www.xxxxx.co.uk/videos/flvideo/xxx.flv&autostart=true&showfsbutton=true" loop="False" width="320" height="260" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</embed>
</object>