| View previous topic :: View next topic |
| Author |
Message |
CrissCross
Joined: 01 Aug 2007 Posts: 2
|
Posted: Wed Aug 01, 2007 7:57 pm Post subject: Trouble creating C# player project. |
|
|
Wehn I use the C# Player Demo I cant compile it because the Dll's the following Dll's are not registered.
AxInterop.UMediaControlLib.dll
Interop.UMediaControlLib.dll
I tried to register these Dll's using regsvr32 but I still can't get it to compile.
Any one have any ideas what I am missing here?
If I install the Streaming Player everything seems to work even the C# Demo project. However I don't want to have to install the Unreal Streaming player and my custom player.
Any help would be great thanks. |
|
| Back to top |
|
 |
Admin Site Admin
Joined: 04 Aug 2006 Posts: 488
|
Posted: Wed Aug 01, 2007 9:59 pm Post subject: |
|
|
To complile c# demo, you need to create a reference to UMediaControl.dll
COM object which is the ActiveX control hosted inside the player.
To have UMediaControl.dll on your machine, you need to install either Streaming Media Player or cab file for ActiveX control.
Admin |
|
| Back to top |
|
 |
CrissCross
Joined: 01 Aug 2007 Posts: 2
|
Posted: Wed Aug 01, 2007 10:12 pm Post subject: |
|
|
Thanks for the reply
Can I just install the Media Player and then take the UMediaControl.dll from that install and then uninstall the player and then just register this dll?
Also
Where can I get the cab file from. |
|
| Back to top |
|
 |
tommybcool
Joined: 01 Sep 2006 Posts: 141 Location: Kansas
|
Posted: Fri Aug 03, 2007 5:47 pm Post subject: |
|
|
| CrissCross wrote: | Thanks for the reply
Can I just install the Media Player and then take the UMediaControl.dll from that install and then uninstall the player and then just register this dll?
Also
Where can I get the cab file from. |
If you look in the .js file you'll see http://www.umediaserver.net/bin/UMediaControl5.cab
It's a good idea to host it yourself on your website I've found, along with the .xpi file for Firefox |
|
| Back to top |
|
 |
|