flowplayer plays the video but won't provide controls
- by Toni Michel Caubet
i am trying to use flowplayer to play .swf files
this is how i am trying:
$(function(){
flowplayer("player", "http://d2p65vgzoeytng.cloudfront.net/comun/0720/video/sol_gavilanes.swf ");
});
where
<a id="player" href="http://pseudo01.hddn.com/vod/demo.flowplayervod/flowplayer-700.flv" style="display:block;width:425px;height:300px;"></a>
Firebug won't log any errors; video is playing but without the player
Please check here http://jsfiddle.net/HAVtS/5/
what am i missing?