FlashJunior / OSFlashVideoPlayer

Open source flash video player An embeddable "all in one" Player (FLV, F4V, MOV, MP4, vimeo and youtube).
http://www.flashjunior.ch/archiv/flvplayer/
Other
104 stars 27 forks source link

FLV http/https contents are not getting played in Android firefox browser #33

Open vyasashish opened 9 years ago

vyasashish commented 9 years ago

Hi, I want to play flv content in Android browser using the following code.

<object type="application/x-shockwave-flash" data="player_flv.swf" width="320" height="240">
    <param name="movie" value="player_flv.swf" />
    <param name="FlashVars" value="flv=http://www.mediacollege.com/video-gallery/testclips/barsandtone.flv" />

But when I try to play,the flvcontainer itself doesnot gets loaded. However if I play local flv content,menas the one stored inside the device,then it does get played. Please help