bruno
Guest
|
Posted:
Wed Nov 23, 2005 1:30 pm Post subject:
WMP Display using Delphi |
|
|
Hi, wmplayer friends,
It is no problem, to play an audio - file with Delphi, using the typelib,
generated from wmp.dll.
I create IWMPPlayer4, IWMPCore3, IWMPControls, tell the wmpcore3.url the
videofile and start playing with
wmpcontrols.play.
I only hear the sound.
With the line wmpplayer4.openplayer(Videofile) I can start the Windows Media
Player, but that is not that, what I want, because then all settings don't
have effects.
Is there only the way over the CAxWindow like in the examples in the SDK?
If it is so: is there a way to use this kind of windows in Delphi?
Thanks for advise
Bruno
|
|
bruno
Guest
|
Posted:
Wed Dec 07, 2005 9:30 pm Post subject:
Re: WMP Display using Delphi |
|
|
Because no one seemed to be interested in that problem:
I had to solve it by myself.
If anyone wants to know, what I did: write a mail directly to me.
greetings
Bruno
"bruno" <bruno.volkmer@freenet.de> schrieb im Newsbeitrag
news:438442cf$0$8119$9b622d9e@news.freenet.de...
| Quote: | Hi, wmplayer friends,
It is no problem, to play an audio - file with Delphi, using the typelib,
generated from wmp.dll.
I create IWMPPlayer4, IWMPCore3, IWMPControls, tell the wmpcore3.url the
videofile and start playing with
wmpcontrols.play.
I only hear the sound.
With the line wmpplayer4.openplayer(Videofile) I can start the Windows
Media Player, but that is not that, what I want, because then all settings
don't have effects.
Is there only the way over the CAxWindow like in the examples in the SDK?
If it is so: is there a way to use this kind of windows in Delphi?
Thanks for advise
Bruno
|
|
|