Skip to main content
August 2, 2009
Question

Playing FLV file with Flash player in browser

  • August 2, 2009
  • 1 reply
  • 630 views

I used 'jsplayer' to play a FLV file on the web, but I would like to be able to use Flash.

<script type='text/javascript' src='swfobject.js'></script>

<script type='text/javascript'>

var s1 = new SWFObject('player.swf','player','400','300','9');

s1.addParam('allowfullscreen','true');

s1.addParam('allowscriptaccess','always');

s1.addParam('flashvars','file=stovealert1.flv');

s1.write('preview');

</script>"

Please direct me to the location where I can learn the code for this or just copy an example on the forum for me.

Thanks,

....../Ernie

    This topic has been closed for replies.

    1 reply

    August 3, 2009

    Just a hint.....