Please upgrade AllVideos player to work with the new JW Player so that it can play HTML5 and have a flash and then a download fallback.
[url=http://"http://community.getk2.org/forum/topics/im-running-allvideo-in-flash?commentId=3536014:Comment:270030&xg_source=msg_com_forum"]I came across this thread in the K2 forum that seemed to fix this, but I haven't been able to get it to work...[/url]
The following code was put together by Craig Pearson...thanks Craig for the help...You have to also upgrade your jwplayer in the AllVideos Plugin to get this to work. There are more directions at the K2 link above.
"mp4" => "
<div id=\"container\">Loading the player ...</div>
<script type=\"text/javascript\">
jwplayer(\"container\").setup({
autostart: {AUTOPLAY},
height: {HEIGHT},
width: {WIDTH},
file: \"{SITEURL}/{FOLDER}/{SOURCE}.mp4\",
image: \"{SITEURL}/images/video.png\",
players: [
{ type: \"flash\", src: \"{SITEURL}/plugins/content/jw_allvideos/includes/players/mediaplayer/player.swf\" },
{ type: \"html5\" }
]
});
</script>
",