Embed Flash Into Page - HELP
Anyone have code to embed flash into a web page? To play trailer videos on a tour?
I'd like to show and image as well not just the black screen but it is not necessary as I can make the video start playing on it's own.
I have this:
<object classid="clsid: D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="720" height="480">
<param name="movie" value="/vids/Ginger-B.flv" />
<param name="quality" value="High" />
<param name="play" value="true">
<param name="LOOP" value="false">
<embed src="/vids/Ginger-B.flv"
pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"
name="obj1" width="720" height="480" />
</embed>
</object>
Google just hasn't been much help. My server needs nothing special correct? <iframe> maybe work as well?
|