
using embed or object tag to play video in MS Power point 2010
Hi,
We are using JWPlayer on our website just fine. However, now we would like to be able to embed videos in MS Powerpoint 2010 as well. MS Power point 2010 only allows object or embed tags for embedding swf player which will in turn load video passed on to it in parameters.
Any idea how i could achieve this?
Following embed code seems to load the player but then i get an error saying 'Error loading player: Could not load player configuration.'
<embed id="player" width="480" height="270" src="http://MYWEBSITE/jwplayer/jwplayer.flash.swf" flashvars="file=M3U8_VIDEO_URL&autostart=true" allowfullscreen="allowfullscreen" allowscriptaccess="always" name="player"></embed>
Am i missing any parameters here?
Looking forward.