Actually, it doesn't work here. That's the odd part. I visited your link, and saw the video with no problem. Then I copied and pasted your code into my page, and I ended up with the player, but an error appeared
303: Failed to load a resource: Unable to load resources: Error #2035
I had changed nothing but copying and pasting your code. So, then I decided that things were a bit spread out, so I moved the movie and the splash jpg into a directory of their own, called "Paxton". So, I made changes to your code, and put in the code as you see here:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="460"
height="259">
<param name="movie"
value="http://dev.militarybrat.com/media/flowplayer-3.1.1.swf" />
<param name="flashvars"
value="config={'baseUrl':'http://dev.militarybrat.com/media','playlist':['/Paxton/Splash_Paxton.jpg',{'url':'/Paxton/Paxtons460.flv','autoPlay':false}]}"
/>
<!-- EMBED tag for Netscape Navigator 2.0+ and mozilla compatible browsers
-->
<embed type="application/x-shockwave-flash" width="460" height="259"
src="http://dev.militarybrat.com/media/flowplayer-3.1.1.swf"
flashvars="config={'baseUrl':'http://dev.militarybrat.com/media','playlist':['/Paxton/Splash_Paxton.jpg',{'url':'/Paxton/Paxtons460.flv','autoPlay':false}]}"/>
</object>
Still the same error. I did try removing the "/" in front of "Paxton" and also putting the "/" after "media" in the baseurl setting. Neither made a difference.
Here's what I have now.. and same error:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="460"
height="259">
<param name="movie"
value="http://dev.militarybrat.com/media/flowplayer-3.1.1.swf" />
<param name="flashvars"
value="config={'baseUrl':'http://dev.militarybrat.com/media/Paxton','playlist':['Splash_Paxton.jpg',{'url':'Paxtons460.flv','autoPlay':false}]}"
/>
<!-- EMBED tag for Netscape Navigator 2.0+ and mozilla compatible browsers
-->
<embed type="application/x-shockwave-flash" width="460" height="259"
src="http://dev.militarybrat.com/media/flowplayer-3.1.1.swf"
flashvars="config={'baseUrl':'http://dev.militarybrat.com/media/Paxton','playlist':['Splash_Paxton.jpg',{'url':'Paxtons460.flv','autoPlay':false}]}"/>
</object>