How embed a Amazon video en Html platform?

1 replies
  • WEB DESIGN
  • |
Hoe can I post my Amazon videos in a HTML platform. Anybody know a code or procedure to do this. any reference guide or service How works JWplayer. Please help.
#amazon #embed #html #platform #video
  • Profile picture of the author LarryKeenan
    Code:
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0″ width="720" height="380"  title="My video">
    <param name="movie" value="http://mybucket.s3.amazonaws.com/s3browser/myvideo.mov" />
    <param name="quality" value="high" />
    <embed src="http://mybucket.s3.amazonaws.com/s3browser/myvideo.mov" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="720" height="380"></embed>
    </object>
    Be sure to set the permissions to allow your video to be read.
    That takes care of quicktime. For wmv search google for "embed parameters wmv"

    Have a Great Day!
    Larry Keenan
    {{ DiscussionBoard.errors[8556384].message }}

Trending Topics