how can i stop my sound file from being auto download in php jquery

Posted by testkhan on Stack Overflow See other posts from Stack Overflow or by testkhan
Published on 2010-05-25T19:20:12Z Indexed on 2010/05/25 19:21 UTC
Read the original article Hit count: 173

Filed under:
|

i have following code in my php jquery call...

<object type="application/x-shockwave-flash" data="mysounds/player.swf" id="audioplayer1" height="1" width="1"> 
<param name="movie" value="mysounds/player.swf" /> 
<param name="FlashVars" value="playerID=audioplayer1&autostart=yes&soundFile=mysounds/online.mp3" /> 
<param name="quality" value="high" /> 
<param name="menu" value="false" /> 
<param name="wmode" value="transparent" /> 
</object>           

and i have internetdownloadmanager installed on my pc

when ever i try to load the page it start downloading the sound with internetdownloadmanager how can i stop that....and prevent it from auto downloading from any downloader...

© Stack Overflow or respective owner

Related posts about php

Related posts about jQuery