Bojan,
This may be too late for you now, but here you go.
<code>
// ...
//Append new media to playlist
hr = spPlaylist->appendItem(spMedia);
// --> add a call to spControls->Next() here
// ...
hr = spControls->play();
</code>
-J Tom Moon
Hi Tom,
Is there or rather do you know of anyway that I can use this to display
a short video clip such as an mpeg etc.. ?
Cheers,
Steve
In the previous post (hyperlink above) there is a link:
Hosting the Windows Media Player Control in a Windows Application
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmplay10/mmp_sdk/usingthewindowsmediaplayercontrolinaconsoleapplica.asp
This is easy information to find. You should spend some time
searching!
-J Tom Moon