
Untitled
By: a guest on
Jul 17th, 2012 | syntax:
None | size: 0.60 KB | hits: 26 | expires: Never
How to prevent IDM capturing MP3 files?
<div id="player" style="z-index:100;"></div><!--Player-->
<script language="javascript" type="text/javascript">
var so = new SWFObject("flashmp3player.swf", "player", "242", "150", "9"); // Location of swf file. You can change player width and height here (using pixels or percents).
so.addParam("quality", "high");
so.addParam("wmode", "opaque");
so.addVariable("content_path","<? echo $playerpath; ?>");
so.addVariable("color_path","default.xml");
so.addVariable("script_path","flashmp3player.php");
so.write("player");
</script>
GET /my_aweseome_file.mp3 HTTP/1.1