here is my video code, the player pops up, but the video wont..
CODE
<video width="320" height="240" controls>
<source src='videos/[removed per request from xxkasperxx].avi' type='video/avi' />
<source src='videos/[removed per request from xxkasperxx].mpg' type='video/mpg;' />
<source src='videos/[removed per request from xxkasperxx].ogg' type='video/ovg; codecs="theora, vorbis"' />
<object id="flowplayer" data="flowplayer-3.2.2.swf" type="application/x-shockwave-flash" width="320" height="240" >
<param name="movie" value="flowplayer-3.2.2.swf">
<param name="allowfullscreen" value="true">
<param name="flashvars" value="config={'clip':{'url':'videos/[removed per request from xxkasperxx].mpg','autoPlay':false}}">
</object>
</video>