Click here to Skip to main content
15,881,281 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I become crazy !!!

I would like to use an ActiveX control RealPlay.ocx in asp.net app. In my aspx page i wrote :

<object  id="AV_RealPlayX" style="width: 100%; height: 100%;" classid="CLSID:30209FBC-57EB-4F87-BF3E-740E3D8019D2"
 codebase="RealPlayX/RealPlayX.ocx" ></object>



It's work fine on localhost.
On remotly pc (with security level in IE on lower), IE ask me or instal this ocx but it's don't work....(little red cross)

Of course this ocx it's well register on the server

This ocx need some other dll, look here :
Registering .ocx file in windows 7[^]

How can i solve that ??

Upload to the client all dll needed by the ocx??

Use interop, but the control not appear on the toolbox

It's maybe an iis configuration issue???

Please help me

thank you for replies

Reno
Posted

Why would you want to use RealPlay.ocx?

Windows Media Player is probably a better option - you can follow this link to see how it's done:
http://www.w3schools.com/media/media_playerref.asp[^]

Best regards
Espen Harlinn
 
Share this answer
 
v2
I'm sorry !!!! my control is RealPayerX.ocx it's an live cameras viewer from an dvr

sorry again
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900