FLV files no longer working
<p id='preview' align="center">The player will show in this paragraph</p>
<script type='text/javascript' src='swfobject.js'></script>
<script type='text/javascript'>
var s1 = new SWFObject('player.swf','player','400','350','9');
s1.addParam('allowfullscreen','true');
s1.addParam('allowscriptaccess','always');
s1.addParam('flashvars','&file=CyberSchoolClip5.flv&image=NewSet.jpg');
s1.write('preview');
</script>
Up until today this code worked fine. It no longer does however.
All the other means of inserting an flv file using Dreamweaver CS5.5 do not work either.
What happened?
