Which is the best route to go? The videos my friend gave me for his site were FLV. I converted them to swf and can get some of them to play using fire fox but not in IE.
<script type="text/javascript" src="swfobject.js"></script>
<div id="flashcontent">
This text is replaced by the Flash movie.
</div>
<script type="text/javascript">
var so = new SWFObject("movie.swf", "mymovie", "400", "200", "8", "#336699");
so.write("flashcontent");
</script>
Simply download that and put it into your folders root. Then copy and past the code above, changing the bold options.
__________________ █ No Overselling Guarantee █ Now Includes a Free Domain █ BLD Hosting - Please login or register to view this content. Registration is FREE | Please login or register to view this content. Registration is FREE | Please login or register to view this content. Registration is FREE
Thanks a bunch! I used the swfObject script and it worked great on both IE and Firefox. The only trouble I'm having now is that at the end of the video the black screen remains there. What would be the easiest way to either make it white or add an image to replace it once the movie has finished playing?