I was getting asked to update flash too. I got round this by uploading all the files in the
JW Media Player (Click Here To Download) to my server and changing the replacement code to;
Code:
<div id="container"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</div>
<script type="text/javascript" src="http://your site name/swfobject.js"></script>
<script type="text/javascript">
var s1 = new SWFObject("http://your site name/player-viral.swf","mediaplayer","320","220","8");
s1.addParam("allowfullscreen","true");
s1.addVariable("width","320");
s1.addVariable("height","220");
s1.addVariable("file","{param}");
s1.write("container");
</script>
There's a size difference between the media player files - Nazia's media player is 40k and the media player downloaded from JW is 45k. Perhaps it contains updated code? Not sure, honestly don't know much about the tech.
Nazia thanks so much for this mod! Works a treat! :up: