Polycom Network Media Player is a streaming media player that supports HTTP protocol. Its biggest advantage is that it has no buffering and fast drag and drop speed. It used to use a Project I made 2 years ago.
With the continuous update of the version, the software has become more mature and now it finally supports ActiveX skin.
*Update:3.90 adds opening and ending advertising function.
Copy the code as follows:<OBJECT ID=ActiveX name=player CLASSID=CLSID:C3D8F2C7-A508-4724-BC3A-C247058D17EB width=400 height=360 VIEWASTEXT>
<param name=url value=http://www.vevb.com/T.rm><!--url path-->
<param name=uimode value=1> <!--0:No console; 1:Show console-->
<param name=playmode value=1> <!--Play mode, 0:Polytong VOD protocol; 1:HTTP protocol-->
<param name=autostart value=1> <!--0: Playback is not started automatically; 1: Playback is automatically started -->
<param name=keephistory value=0> <!--0:Not reserved; 1:Reserved -->
<param name=adhead value=http://www.vevb.com/medias/AdHead.rm> <!--Open ad address-->
<param name=adend value=http://www.vevb.com/medias/AdEnd.rm> <!--End ad address-->
<param name=progname value=L4EVER.cn> <!--Film name-->
<param name=playinplayer value=0> <!--0: Disable playback in the player; 1: Allow playback in the player-->
<param name=adlinks value=L4EVER#http://l4ever.cn> <!--Text#link, multiple uses|separation-->
<param name=skinurl value=http://www.vevb.com/medias/default.zip> <!--Skin Path-->
</OBJECT>
Polytong Network Media Player 3.9 official download http://www.vevb.com/softs/903.html
Update: I beautified a little and made a Windows Media Player 11 interface. Friends who like it can download the following attachment
and overwrite the VODPlayer.dll obtained by decompressing it to the installation directory.
Download the address VODPlayer.dll player template http://www.vevb.com/softs/903.html
Of course, you can use the last line of the above code to create a skin. Pack the prepared skin file into a zip,
and then specify the value of Skinurl in the above code and it is OK.
The interface uses the Skinurl specified in the code first. If not, the local interface will be automatically used, that is, the content of the file provided above.
ACTIVEX skin example