Option1: Download to playback
If you want your users to download your protected media files to their PCs and play them, then you can ask them to follow the steps below to play the files:
Option2: Play online
If you want your users to play the media files online (in streaming), then you can follow the steps below to set it up:
Step1. Upload the protected files and the “Index files” to your web server.
Click here to see how to generate the “Index files” and the tutorial of DRM-X Packager…
Step2. Copy the code of Haihaisoft online Player to your web page on which will play the media files.
<object id="MyActiveX1" width="400" height="300" classid="CLSID:1A01FF01-EA62-4702-B837-1E07158145FA" VIEWASTEXT>
<param name="_Version" value="65536">
<param name="_ExtentX" value="9149">
<param name="_ExtentY" value="1582">
<param name="_StockProps" value="0">
<param name="URL" value="http://drm-x1.haihaisoft.com/DRM-X_Sample_P.wmv">
<!-- Input the URL of the media clips you want to play here.-->
<param name="UIStyle" value="15">
<param name="Volume" value="80%">
<param name="updateurl" value="http://www.drm-x.com/download/HaihaisoftUniversalPlayer_ActiveX.exe">
<!-- The URL of the Update for the player. -->
<!-- Set the default volume of the player. -->
<param name="buffertime" value="10">
<!-- Set the default buffer time. -->
</object>
Step3. Insert the URL of the “Index file” and play it online in streaming.
Please replace the URL with highlight in the sample code above with the URL of the “Index file”, i.e. http://drm-x1.haihaisoft.com/DRM-X_Sample_P.wmv.txt
Then the save the page and publish it on your web server or local server, you will see play it online in HSS (Haihaisoft Smart Streaming)

Please don’t use the URL of the wmv file, or it will not be played as streaming but as progressive downloading.
Click here to see more details about Haihaisoft Smart Streaming.
Any more questions, please feel free to contact us. We will help you asap.
Click here to contact us…