Isn't that what it's built for?
I have .mov files, and Adobe Media Converter CS4 to convert them to flv's. I tried Flash 7, and Flash 8 versions of the FLV format. Adobe OWNS the FLV format, don't they? So if there's a converter program I'm gonna trust, it should be that one, right? But when I try to play it through firefox, using the JWPlayer, it says "video not found or access denied."
My JWPlayer works for all my mp3 files, so I don't think it's the code I'm messing up.
...so what am I missing, here?
<p style="margin: 2px;" align="center" id='preview7'>Western Soundtrack Video</p>
<script type='text/javascript' src='design/swfobject.js'></script>
<script type='text/javascript'>
var s1 = new SWFObject('design/player.swf','player','480','360','9');
s1.addVariable('type', 'flv');
s1.addParam('allowfullscreen','true');
s1.addParam('allowscriptaccess','always');
s1.addParam('flashvars','file=content/western.flv');
s1.write('preview7');
</script>
And yes, i checked my file structure.