A
Adrian Burka
I have created an ActiveX control in .Net (named ActiveXDotNet.dll) that
uses a Windows Media Player ActiveX component (the project references
AxInterop.WMPLib.dll and wmppia.dll). This project, eventually, will be
using other DLL's as well.
When I embed this control in a regular Windows application, it works just
fine. When I try to embed the control in a web page like so:
<OBJECT
id="myControl1"
name="myControl1"
classid="ActiveXDotNet.dll#ActiveXDotNet.myControl"
width="640"
height="480"</OBJECT>
It doesn't work. If I remove the Windows Media Player component from the
control and recompile, the control loads in a web browser.
The web browser isn't picking up the references (or is refusing them?) to
the other DLL's. Does anyone know how I can get this to work in a web
browser, or have an example of something similar to this?
(And, if this is the wrong newsgroup, can someone point me to the correct
one so I can post there?)
Thanks in advance!
---
Adrian Burka
Pliner Solutions, Inc
Your Internet Technology Partner
http://www.pliner.com
(e-mail address removed)
Tel: 215-658-1601
Fax: 215-658-1602
uses a Windows Media Player ActiveX component (the project references
AxInterop.WMPLib.dll and wmppia.dll). This project, eventually, will be
using other DLL's as well.
When I embed this control in a regular Windows application, it works just
fine. When I try to embed the control in a web page like so:
<OBJECT
id="myControl1"
name="myControl1"
classid="ActiveXDotNet.dll#ActiveXDotNet.myControl"
width="640"
height="480"</OBJECT>
It doesn't work. If I remove the Windows Media Player component from the
control and recompile, the control loads in a web browser.
The web browser isn't picking up the references (or is refusing them?) to
the other DLL's. Does anyone know how I can get this to work in a web
browser, or have an example of something similar to this?
(And, if this is the wrong newsgroup, can someone point me to the correct
one so I can post there?)
Thanks in advance!
---
Adrian Burka
Pliner Solutions, Inc
Your Internet Technology Partner
http://www.pliner.com
(e-mail address removed)
Tel: 215-658-1601
Fax: 215-658-1602