Does Windows Media Player plugin work over HTTPS?

G

Guest

I need to display embedded Windows Media Player plugin inside a
browser that fetches its video over HTTPS. Is that possible? In other words,
does
Windows Media Player embedded plugin support HTTPS.

The HTML code generated by my aspx page is the following :

<object id="NSPlay" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
codebase="http://www.microsoft.com/netshow/download/en/nsasfinf.cab#Version=2,0,0,912"
viewastext="" width="380" height="368">
<param name="ControlType" value="1">
<param name="filename" value="https://xxx/xxxx.avi">
<param name="AutoStart" value="true">
<param name="ShowControls" value="true">
<param name="ShowStatusBar" value="false">
<param name="AnimationStart" value="true">
<param name="TransparentAtStart" value="false">
<!--NETSCAPE PLUG-IN STARTS HERE-->
<embed type="video/x-ms-wmv"
src="https://xxx/xxxx.avi"
pluginspage="http://www.microsoft.com/windows/mediaplayer/download/default.asp"
controltype="1" autostart="true" transparentatstart="true"
animationatstart="true"
animationstart="true" showstatusbar="0" Displaysize="4"
showcontrols="true" width="380" height="368">

Thanks in advance for your help

NiNiT
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top