OSFlashVideoPlayer icon indicating copy to clipboard operation
OSFlashVideoPlayer copied to clipboard

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

Open vyasashish opened this issue 9 years ago • 0 comments

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

vyasashish avatar Jul 16 '15 11:07 vyasashish