prevent copying media sample, allow play

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • siva07
    New Member
    • Jul 2007
    • 7

    prevent copying media sample, allow play

    [code=asp]<html>
    <head>
    <title><%=strTi tle%></title>
    </head>
    <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0 ">
    <div align="center">
    <font face=arial size=1 color=#000000>< %=strTitle%></font>
    <OBJECT
    ID="mediaPlayer "
    CLASSID="CLSID: 22d6f312-b0f6-11d0-94ab-0080c74c7e95"
    CODEBASE="http://activex.microso ft.com/activex/controls/mplayer/en/nsmp2inf.cab#Ve rsion=5,1,52,70 1"
    STANDBY="Loadin g Microsoft Windows Media Player components..."
    TYPE="applicati on/x-oleobject">
    <PARAM NAME="fileName" VALUE="<%=strFu llPath%>">
    <PARAM NAME="invisible " VALUE="true">
    <PARAM NAME="animation atStart" VALUE="false">
    <PARAM NAME="autoStart " VALUE="true">
    <PARAM NAME="showContr ols" VALUE="true">
    <PARAM NAME="ShowStatu sBar" VALUE="true">
    <PARAM NAME="allowScan " VALUE="true">
    <PARAM NAME="transpare ntatStart" VALUE="true">
    <embed menu="true" QUALITY="best" ShowStatusBar=" true" width=305 height=90 loop="false" autostart="true "></embed>
    </OBJECT>
    <font face=arial size=1 color=#000000>C opyright &copy; 2006 <a target="_blank" > </a></font>
    </div>[/code]

    i want to the browser can do only play the sample.If they r try to copy it dont,

    is any code for this.

    thanks
    Last edited by jhardman; Jul 16 '07, 06:24 PM. Reason: put code in code tags
Working...