Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

creating WMP embedded control (continued)

0 views
Skip to first unread message

Tom Moon

unread,
Jun 20, 2006, 7:17:38 PM6/20/06
to
this is a continuation of this thread:
http://groups.google.com/group/microsoft.public.smartphone.developer/browse_frm/thread/10a51cdd589c2a9c?tvc=1&q=creating+WMP+embedded+control


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

Steve

unread,
Jun 21, 2006, 7:25:40 AM6/21/06
to
> <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

Tom Moon

unread,
Jun 25, 2006, 4:32:48 PM6/25/06
to
> 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.. ?

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

0 new messages