Custom Object/Embed Tag: Shockwave/Flash
Flash streaming involves a video file (.flv extension) and a Shockwave
Player (.swf extension). The Shockwave player is usually embedded in a
page and delivered over HTTP, while the Flash or file (e.g. Video or audio)
is streamed to the player using Macromedia's RTMP protocol. Our customers
are welcome to create their own players, or use one of our pre-built
players.
Below is an example object/embed tag:
The Object/Embed Tag
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab<
BR>#version=6,0,40,0"
WIDTH="550" HEIGHT="400" id="myMovieName">
<PARAM NAME=movie VALUE="http://easylink.playstream.com/servicename/progressive/myFlashMovie.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="http://easylink.playstream.com/servicename/progressive/myFlashMovie.swf"
quality=high bgcolor=#FFFFFF WIDTH="550" HEIGHT="400"
NAME="myMovieName" ALIGN="" TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
</EMBED>
</OBJECT>
NOTE: Please replace the highlighted
text above with your swf download link.
|