flowplayer plays the video but won't provide controls
Posted
by
Toni Michel Caubet
on Stack Overflow
See other posts from Stack Overflow
or by Toni Michel Caubet
Published on 2012-03-22T12:31:20Z
Indexed on
2012/03/23
5:29 UTC
Read the original article
Hit count: 209
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?
© Stack Overflow or respective owner