Embed the video in your page using a script, below is an example;
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">
swfobject.registerObject("player","9.0.98","expressInstall.swf");
</script>
<object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="700" height="600">
<param name="video" value="player-viral.swf" />
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="flashvars" value="file=video.xml&playlist=bottom&repeat=always&shuffle=true" />
<object type="application/x-shockwave-flash" data="player-viral.swf" width="700" height="600">
<param name="video" value="player-viral.swf" />
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="flashvars" value="file=video.xml&playlist=bottom&repeat=always&shuffle=true" />
<p><a href="http://get.adobe.com/flashplayer">Get Flash</a> to see this player.</p>
</object>
</object>
<p>* Note: Don't bother trying to copy the source code for this embedded object, there is no crossdomain.xml located on my server thus, it will not work.</p>
You will need the player (player.swf) java scripting engine (swfobject.js) and the video or .xml playlist that you want to play. Some sites will even let you "hotlink" to everything that you need so no downloading / uploading needed. You Tube for example does this (Youtube playlists still don't work cross-domain). I use my own as it has better features and loads faster.
V/R
webmaster@dezdemona.net