Embeding S3 Videos To Your Site

0 replies
  • WEB DESIGN
  • |
Hi Every one,
Just thought to drop this line here and share with you, how you can go about embeding The videos you have on Amazon S3 in to your site:
DONT PANIK... all you need is to change the Bolded Red parts with your information:

<object classid=”clsid27CDB6E-AE6D-11cf-96B8-444553540000″ codebase=”http://download.macromedia.com/pub/s...,0,19,0″ width=”500” height=”305“ title=”My video”>
<param name=”movie” value=”
Yourfolder/Yourvideo.mov” />
<param name=”quality” value=”high” />
<embed src=”Yourfolder/Yourvideo.mov” quality=”high” pluginspage=”http://www.macromedia.com/go/getflashplayer” type=”application/x-shockwave-flash” width=”500” height=”305“></embed>
</object>


Cheers

PS: Sorry I forgot to disable smiles so the green dude is actule : and a D with no space
#embeding #site #videos

Trending Topics