I got the swfobject working this morning and it plays the .swf file fine. I want to know how I can prevent it from looping over and over again. I tried putting the following code into my html after I created the swfobject.
so.addParam("loop", "false");
It does not have any effect on the looping of the video. I also tried modifying the swfobject.js file but that doesn't work either.