| View previous topic :: View next topic |
| Author |
Message |
Jacques Bonet
Joined: 05 Dec 2007 Posts: 3
|
Posted: Tue Nov 18, 2008 6:09 pm Post subject: Custom client player |
|
|
Hello,
I would like to developp a custopom media player.
To do that, I started from the player given in the SDK.
I made the modifications I wanted, all all was perfect except I need to install the Unreal Media Player for running my player.
I would like my player to be stand alone, so working wothout une Unreal Player.
I try to register some dll and ax files without success.
Could you say me what must be registered to run a player?
Could you say me what is doing the Unreal Media Player msi installation file?
Regards.
Jacques |
|
| Back to top |
|
 |
Admin Site Admin
Joined: 04 Aug 2006 Posts: 488
|
Posted: Wed Nov 19, 2008 8:30 pm Post subject: |
|
|
ActiveX control consists of 5 components:
Four components need to be registered as COM objects with regsvr32.exe:
UClGraph.dll
UClientSource.ax
UMediaControl.dll
UVideoSettings.ax
One component does NOT need to be registered
CustomMessages.dll
Admin
Last edited by Admin on Fri Feb 27, 2009 4:01 pm; edited 1 time in total |
|
| Back to top |
|
 |
|