Playing FLV file with Flash player in browser
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
