Embedding Media Player 10 into Mobile 5.0

G

Guest

Can someone take a moment to educate me on the options to embed windows media
10 into my mobile 5.0 application.

I have VS2005 Beta 2 installed along with Windows Media Player 10 SDK and
Windows Mobile 5.0 Smartphone SDK.

I have a C# mobile application started but I can't see where I can add a
reference to the media player?

Can someone shed some light for me.

Thanks
 
G

Guest

Dear Alex,

I've briefly reviewed your presentation and other related articles here in
the newsgroups as well as other sources. I'm not overly familiar with
unmanged code since most of my development has been in C# and VB.

What is becoming painfully clear is that MS has very little documentation on
this subject. More to the point there are no working examples of how one
embeds media player into a mobile 5.0 application in a C# example.

Your discussions seem to speak of work arounds for this. Are you aware of
any examples how one embeds media player into a C# application at a very
basic or intermedia level. Are you plugged in to MS and do you know what they
are saying about support for media player integration into mobile 5.0 apps
natively?

Thanks Alex
 
G

Guest

Paragraph 2 in the blog entry he pointed to has a source doenload, which
uses Media Player.

-Chris
 
G

Guest

Thanks Guys, I do appreciate your help but my point about MS and lack of
support still stands unless I'm missing something.

What is Microsoft's stance on allowing C# and VB.NET developers gain access
to media player functionality inside there mobile 5.0 apps.

Is there something I'm missing here, has there been some sort of
announcement/commitement by MS that addresses this other than a work around?

Thanks
 
A

Alex Feinman [MVP]

I can tell you exactlly what is the Microsoft stance on this is. They would
have loved to be able to include this in the VS2005/CF2 release, but could
not due to priorities and resource availability. They did include however
everything one needed to host a control in a CF2 application. This is pretty
much a quote from a presentation given by Steven Pratschner (one of the
people behind the interop implementation in CF).

The code you see attached to the webcast has been developed with guidance
from NetCF team and presented as a recommended solution at MEDC'05. Later at
PDC when the team preparing the demo for Jim Allchin keynote needed to host
the media player in a smartphone application, they have also used this
library.

Pray tell me what is it you find it lacking? Visual media player
representation in the designer? It will be pretty much pointless since we
are talking about the device control and there is no server side control to
represent it accurately.
 
G

Guest

Thanks Alex

Alex Feinman said:
I can tell you exactlly what is the Microsoft stance on this is. They would
have loved to be able to include this in the VS2005/CF2 release, but could
not due to priorities and resource availability. They did include however
everything one needed to host a control in a CF2 application. This is pretty
much a quote from a presentation given by Steven Pratschner (one of the
people behind the interop implementation in CF).

The code you see attached to the webcast has been developed with guidance
from NetCF team and presented as a recommended solution at MEDC'05. Later at
PDC when the team preparing the demo for Jim Allchin keynote needed to host
the media player in a smartphone application, they have also used this
library.

Pray tell me what is it you find it lacking? Visual media player
representation in the designer? It will be pretty much pointless since we
are talking about the device control and there is no server side control to
represent it accurately.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top