Posted: Fri Oct 22, 2004 3:39 pm Post subject: embed media player 9 in a html file and display it on pocket
Hi,
I am developing an application that requires displaying video file using
media player on my iPaq 4700 using internet explorer. I have media player 9
on pocket pc.
I wrote a html file that embeds the media player as an object. I use
CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95
when embed the media player.
But somehow, when I load the htm page to my pocket pc, the internet explorer
doesn't show the player at all on the page.
I would really appreicate if anybody can provide some suggestions.
Thanks,
Peter
Archived from group: microsoft>public>pocketpc>multimedia
Posted: Sat Oct 23, 2004 6:32 pm Post subject: Re: embed media player 9 in a html file and display it on po
Yes, you also need to load the WM ActiveX control for PPC which isn't
supplied by default with the player. Look in the SDK documentation
folders, you'll find a file called wmnall.exe - run this and it will
install the PPC ActiveX to your device.
Embedded media player should then be possible - though for WMP9 using
this control, Pocket IE will crash & burn if you use PARAM tags in the
object. The workaround is to pass in params using javascript once the
page has loaded.
HTH
CHeers - Neil
On Fri, 22 Oct 2004 11:39:03 -0700, "Peter"
wrote:
>Hi,
>
>I am developing an application that requires displaying video file using
>media player on my iPaq 4700 using internet explorer. I have media player 9
>on pocket pc.
>
>I wrote a html file that embeds the media player as an object. I use
>
>CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95
>
>when embed the media player.
>
>But somehow, when I load the htm page to my pocket pc, the internet explorer
>doesn't show the player at all on the page.
>
>I would really appreicate if anybody can provide some suggestions.
>
>Thanks,
>
>Peter
Posted: Sun Oct 24, 2004 5:23 am Post subject: Re: embed media player 9 in a html file and display it on po
Neil,
Thanks for the reply. After I installed wmnall.exe on my PPC, I could load
the WMP embedded html page on my PPC. However, two problems remain:
1) how to use javascript to add parameters
For example, if I want to add the following:
how should I use javascript to add?
2) as I mentioned in another post, the display seems to be screwed up. After
loading the html page, if I trigger a pop up menu, it will stay on the screen
and overlapping with the media player even after I turned the menu off. Or
when I use the scroll bar to move the page up and down, the WMP disply
doesn't referesh fast enough, which causes the window being splitted, and
some unwanted lines appearing. Is there any solution for this, such enlarge
memory or something?
Thanks for your help and I appreciate it.
Peter
"Neil Smith [MVP Digital Media]" wrote:
> Yes, you also need to load the WM ActiveX control for PPC which isn't
> supplied by default with the player. Look in the SDK documentation
> folders, you'll find a file called wmnall.exe - run this and it will
> install the PPC ActiveX to your device.
>
> Embedded media player should then be possible - though for WMP9 using
> this control, Pocket IE will crash & burn if you use PARAM tags in the
> object. The workaround is to pass in params using javascript once the
> page has loaded.
>
> HTH
> CHeers - Neil
>
> On Fri, 22 Oct 2004 11:39:03 -0700, "Peter"
> wrote:
>
> >Hi,
> >
> >I am developing an application that requires displaying video file using
> >media player on my iPaq 4700 using internet explorer. I have media player 9
> >on pocket pc.
> >
> >I wrote a html file that embeds the media player as an object. I use
> >
> >CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95
> >
> >when embed the media player.
> >
> >But somehow, when I load the htm page to my pocket pc, the internet explorer
> >doesn't show the player at all on the page.
> >
> >I would really appreicate if anybody can provide some suggestions.
> >
> >Thanks,
> >
> >Peter
>
>
Posted: Sun Oct 24, 2004 5:37 am Post subject: Re: embed media player 9 in a html file and display it on po
Neil,
Essentially, what I am trying to do is to have a cutomized WMP, with some
extra control buttons (like pause, cut, etc.) added to the skin. I am not
sure what is the best way to do it. I checked using embedded vc++ 4.0 or
visual studio .net 2003 for developing a standalone application, but I
haven't found any useful clue for doing what I need to do. Using html page
and javascript seemed to be a good choice. But with the problems I have
encounted so far, I am not sure neither.
So any insights would be highly appreciated.
Peter
"Neil Smith [MVP Digital Media]" wrote:
> Yes, you also need to load the WM ActiveX control for PPC which isn't
> supplied by default with the player. Look in the SDK documentation
> folders, you'll find a file called wmnall.exe - run this and it will
> install the PPC ActiveX to your device.
>
> Embedded media player should then be possible - though for WMP9 using
> this control, Pocket IE will crash & burn if you use PARAM tags in the
> object. The workaround is to pass in params using javascript once the
> page has loaded.
>
> HTH
> CHeers - Neil
>
> On Fri, 22 Oct 2004 11:39:03 -0700, "Peter"
> wrote:
>
> >Hi,
> >
> >I am developing an application that requires displaying video file using
> >media player on my iPaq 4700 using internet explorer. I have media player 9
> >on pocket pc.
> >
> >I wrote a html file that embeds the media player as an object. I use
> >
> >CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95
> >
> >when embed the media player.
> >
> >But somehow, when I load the htm page to my pocket pc, the internet explorer
> >doesn't show the player at all on the page.
> >
> >I would really appreicate if anybody can provide some suggestions.
> >
> >Thanks,
> >
> >Peter
>
>
Posted: Sun Oct 24, 2004 4:42 pm Post subject: Re: embed media player 9 in a html file and display it on po
Peter - is there any reason you started a new thread ? I find it hard
to follow this stuff if you throw away the thread information and
begin a new one. Anyway - comments inline :
On Sun, 24 Oct 2004 01:23:02 -0700, "Peter"
wrote:
>Neil,
>
>Thanks for the reply. After I installed wmnall.exe on my PPC, I could load
>the WMP embedded html page on my PPC. However, two problems remain:
>
>1) how to use javascript to add parameters
>
>For example, if I want to add the following:
>
>
>
>how should I use javascript to add?
Let's assume you used an HTML ID of 'Player' for your embedded media
player. Then you would set the URL as follows : call this onload from
your body tag
function loadplayercontrols() {
Player.FileName="\\My Documents\\wm_sample.wmv";
Player.Play();
}
Note the double backslash in Local file paths, as Javascript uses \ as
an escape character, so \\ is equivalent to a single \
>2) as I mentioned in another post, the display seems to be screwed up. After
You did ? Which other post ? Where ? There are about 28000 messages in
this newsgroup, let alone others. Perhaps rather than me searching for
the post, you could add it to this thread ?
>loading the html page, if I trigger a pop up menu, it will stay on the screen
>and overlapping with the media player even after I turned the menu off. Or
>when I use the scroll bar to move the page up and down, the WMP disply
>doesn't referesh fast enough, which causes the window being splitted, and
>some unwanted lines appearing. Is there any solution for this, such enlarge
>memory or something?
>
>Thanks for your help and I appreciate it.
>
>Peter
>
>"Neil Smith [MVP Digital Media]" wrote:
>
>> Yes, you also need to load the WM ActiveX control for PPC which isn't
>> supplied by default with the player. Look in the SDK documentation
>> folders, you'll find a file called wmnall.exe - run this and it will
>> install the PPC ActiveX to your device.
>>
>> Embedded media player should then be possible - though for WMP9 using
>> this control, Pocket IE will crash & burn if you use PARAM tags in the
>> object. The workaround is to pass in params using javascript once the
>> page has loaded.
>>
>> HTH
>> CHeers - Neil
>>
>> On Fri, 22 Oct 2004 11:39:03 -0700, "Peter"
>> wrote:
>>
>> >Hi,
>> >
>> >I am developing an application that requires displaying video file using
>> >media player on my iPaq 4700 using internet explorer. I have media player 9
>> >on pocket pc.
>> >
>> >I wrote a html file that embeds the media player as an object. I use
>> >
>> >CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95
>> >
>> >when embed the media player.
>> >
>> >But somehow, when I load the htm page to my pocket pc, the internet explorer
>> >doesn't show the player at all on the page.
>> >
>> >I would really appreicate if anybody can provide some suggestions.
>> >
>> >Thanks,
>> >
>> >Peter
>>
>>
Posted: Mon Oct 25, 2004 2:35 am Post subject: Re: embed media player 9 in a html file and display it on po
Neil, sorry to make it difficult to follow. Just ignore what I have said
about "other post" and also the other thread.
Thanks for providing the example on adding parameters using javascript.
That's very helpful.
Now here is the display problem. After loading the html page, if I trigger a
pop up menu, it will stay on the screen and overlapping with the media player
even after I turned the menu off. Or when I use the scroll bar to move the
page up and down, the WMP disply doesn't referesh fast enough, which causes
the window being splitted, and some unwanted lines appearing. Is there any
solution for this, such enlarge memory or something?
By the way, I am working on a HP iPaq 4705 (running PPC 2003) with WMP 9 on
it. But I could get any other model for my project. Just to let me know my
options.
Thanks,
Peter
"Neil Smith [MVP Digital Media]" wrote:
> Peter - is there any reason you started a new thread ? I find it hard
> to follow this stuff if you throw away the thread information and
> begin a new one. Anyway - comments inline :
>
> On Sun, 24 Oct 2004 01:23:02 -0700, "Peter"
> wrote:
>
> >Neil,
> >
> >Thanks for the reply. After I installed wmnall.exe on my PPC, I could load
> >the WMP embedded html page on my PPC. However, two problems remain:
> >
> >1) how to use javascript to add parameters
> >
> >For example, if I want to add the following:
> >
> >
> >
> >how should I use javascript to add?
>
> Let's assume you used an HTML ID of 'Player' for your embedded media
> player. Then you would set the URL as follows : call this onload from
> your body tag
>
> function loadplayercontrols() {
> Player.FileName="\\My Documents\\wm_sample.wmv";
> Player.Play();
> }
>
> Note the double backslash in Local file paths, as Javascript uses \ as
> an escape character, so \\ is equivalent to a single \
>
>
> >2) as I mentioned in another post, the display seems to be screwed up. After
>
> You did ? Which other post ? Where ? There are about 28000 messages in
> this newsgroup, let alone others. Perhaps rather than me searching for
> the post, you could add it to this thread ?
>
> >loading the html page, if I trigger a pop up menu, it will stay on the screen
> >and overlapping with the media player even after I turned the menu off. Or
> >when I use the scroll bar to move the page up and down, the WMP disply
> >doesn't referesh fast enough, which causes the window being splitted, and
> >some unwanted lines appearing. Is there any solution for this, such enlarge
> >memory or something?
> >
> >Thanks for your help and I appreciate it.
> >
> >Peter
> >
> >"Neil Smith [MVP Digital Media]" wrote:
> >
> >> Yes, you also need to load the WM ActiveX control for PPC which isn't
> >> supplied by default with the player. Look in the SDK documentation
> >> folders, you'll find a file called wmnall.exe - run this and it will
> >> install the PPC ActiveX to your device.
> >>
> >> Embedded media player should then be possible - though for WMP9 using
> >> this control, Pocket IE will crash & burn if you use PARAM tags in the
> >> object. The workaround is to pass in params using javascript once the
> >> page has loaded.
> >>
> >> HTH
> >> CHeers - Neil
> >>
> >> On Fri, 22 Oct 2004 11:39:03 -0700, "Peter"
> >> wrote:
> >>
> >> >Hi,
> >> >
> >> >I am developing an application that requires displaying video file using
> >> >media player on my iPaq 4700 using internet explorer. I have media player 9
> >> >on pocket pc.
> >> >
> >> >I wrote a html file that embeds the media player as an object. I use
> >> >
> >> >CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95
> >> >
> >> >when embed the media player.
> >> >
> >> >But somehow, when I load the htm page to my pocket pc, the internet explorer
> >> >doesn't show the player at all on the page.
> >> >
> >> >I would really appreicate if anybody can provide some suggestions.
> >> >
> >> >Thanks,
> >> >
> >> >Peter
> >>
> >>
>
>
Posted: Sun Nov 07, 2004 3:38 am Post subject: Re: Re: embed media player 9 in a html file and display it o
hi, i am using HP ipaq 4150 Pocket PC 2003. I have wrote following code
to get data from a video streaming server, which use windows media
encoder.
However, it just can stream audio, but can display video.
Is any idea to solve??
-----------------------------------------------------------
// Initialize the variables needed
// to store the marker information.
var fileNames = new Array();
// This function opens and plays the specified file.
function openFile(filename) {
if (filename) {
Player.FileName = filename;
} else {
alert("You must enter a file name first.");
}
}
Peter wrote:
> *Neil,
>
> Thanks for the reply. After I installed wmnall.exe on my PPC, I could
> load
> the WMP embedded html page on my PPC. However, two problems remain:
>
> 1) how to use javascript to add parameters
>
> For example, if I want to add the following:
>
>
>
> how should I use javascript to add?
>
> 2) as I mentioned in another post, the display seems to be screwed
> up. After
> loading the html page, if I trigger a pop up menu, it will stay on
> the screen
> and overlapping with the media player even after I turned the menu
> off. Or
> when I use the scroll bar to move the page up and down, the WMP
> disply
> doesn't referesh fast enough, which causes the window being splitted,
> and
> some unwanted lines appearing. Is there any solution for this, such
> enlarge
> memory or something?
>
> Thanks for your help and I appreciate it.
>
> Peter
>
> "Neil Smith [MVP Digital Media]" wrote:
>
> > Yes, you also need to load the WM ActiveX control for PPC which
> isn't
> > supplied by default with the player. Look in the SDK documentation
> > folders, you'll find a file called wmnall.exe - run this and it
> will
> > install the PPC ActiveX to your device.
> >
> > Embedded media player should then be possible - though for WMP9
> using
> > this control, Pocket IE will crash & burn if you use PARAM tags in
> the
> > object. The workaround is to pass in params using javascript once
> the
> > page has loaded.
> >
> > HTH
> > CHeers - Neil
> >
> > On Fri, 22 Oct 2004 11:39:03 -0700, "Peter"
> > wrote:
> >
> >
> > *
--
lauysstephen
------------------------------------------------------------------------
Posted via http://hardware.mcse.ms
------------------------------------------------------------------------
View this thread: http://hardware.mcse.ms/message96634.html
Posted: Sun Nov 07, 2004 6:39 pm Post subject: Re: embed media player 9 in a html file and display it on po
You said : >However, it just can stream audio, but can display video.
So, is your problem with audio, or is ithe problem the video?
Cheers - Neil
On Sat, 6 Nov 2004 22:38:17 -0600, lauysstephen
wrote:
>
>hi, i am using HP ipaq 4150 Pocket PC 2003. I have wrote following code
>to get data from a video streaming server, which use windows media
>encoder.
>However, it just can stream audio, but can display video.
>Is any idea to solve??
>-----------------------------------------------------------
>
>
>
>
>Test video streaming
>
>
>width="200" height="220"
>classID="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95"
>type="application/x-oleobject">
>
>
>
>// Initialize the variables needed
>// to store the marker information.
>var fileNames = new Array();
>
>
>
>// This function opens and plays the specified file.
>function openFile(filename) {
>if (filename) {
>Player.FileName = filename;
>} else {
>alert("You must enter a file name first.");
>}
>}
>
>
>
>alert(Player.ErrorDescription);
>
>
>
> Video Server Address:
>
>
>/>
>
>
>
>
>
>-----------------------------------------------------------
>
>
>
>
>Peter wrote:
>> *Neil,
>>
>> Thanks for the reply. After I installed wmnall.exe on my PPC, I could
>> load
>> the WMP embedded html page on my PPC. However, two problems remain:
>>
>> 1) how to use javascript to add parameters
>>
>> For example, if I want to add the following:
>>
>>
>>
>> how should I use javascript to add?
>>
>> 2) as I mentioned in another post, the display seems to be screwed
>> up. After
>> loading the html page, if I trigger a pop up menu, it will stay on
>> the screen
>> and overlapping with the media player even after I turned the menu
>> off. Or
>> when I use the scroll bar to move the page up and down, the WMP
>> disply
>> doesn't referesh fast enough, which causes the window being splitted,
>> and
>> some unwanted lines appearing. Is there any solution for this, such
>> enlarge
>> memory or something?
>>
>> Thanks for your help and I appreciate it.
>>
>> Peter
>>
>> "Neil Smith [MVP Digital Media]" wrote:
>>
>> > Yes, you also need to load the WM ActiveX control for PPC which
>> isn't
>> > supplied by default with the player. Look in the SDK documentation
>> > folders, you'll find a file called wmnall.exe - run this and it
>> will
>> > install the PPC ActiveX to your device.
>> >
>> > Embedded media player should then be possible - though for WMP9
>> using
>> > this control, Pocket IE will crash & burn if you use PARAM tags in
>> the
>> > object. The workaround is to pass in params using javascript once
>> the
>> > page has loaded.
>> >
>> > HTH
>> > CHeers - Neil
>> >
>> > On Fri, 22 Oct 2004 11:39:03 -0700, "Peter"
>> > wrote:
>> >
>> >
>> > *
Posted: Tue Nov 16, 2004 10:00 pm Post subject: Re: embed media player 9 in a html file and display it on po
<<
has loaded.>>>
How do I do that? How do I "pass in params using javascript"???...can
you post an example of a simple code???...I just want to use PocketIE
to play a file already on my PDA....The IE page on my PDA contains the
text to an audio book and the mp3 on my PDA contains the reading of
it...I'd like to follow along using just one program (PocketIE)...Any
help in this regard is very much appreciated...Thank you
Posted: Thu Nov 18, 2004 3:36 pm Post subject: Re: embed media player 9 in a html file and display it on po
Well, each
has a corresponding Javascript value which you can use to set it,
instead of adding the PARAM tag (which crashes the player).
Full examples are in the SDK, it's too verbose to list here, but lets
try some : Add this to the BODY tag of your HTML.
classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading
Windows Media Player components..." type="application/x-oleobject">
The BODY onload="blah" will ensure the javascript doesn't try to set
up the player object *before* the page loads completely (and therefore
would generate javascript errors)
Some of the possible properties are commented out.
Change the FileName to either the local file name (which is commented
out) *remembering* that you need to use back slashes for PPC file
paths \ but in Javascript you need to *double* them \\ for each
directory ! If you uncomment the local My Documents file path, of
course, comment out the http:// file path, this was pointing to my
local web server
You can swap out true for false to try the effect of turning off some
of the control bars. The results might not be exactly as you expect,
some bars like the slider depend on other bars being available.
HTH
CHeers - Neil
On Tue, 16 Nov 2004 17:00:04 -0600, JWHL
wrote:
>
><<
>has loaded.>>>
>
>How do I do that? How do I "pass in params using javascript"???...can
>you post an example of a simple code???...I just want to use PocketIE
>to play a file already on my PDA....The IE page on my PDA contains the
>text to an audio book and the mp3 on my PDA contains the reading of
>it...I'd like to follow along using just one program (PocketIE)...Any
>help in this regard is very much appreciated...Thank you
Posted: Mon Mar 21, 2005 10:51 pm Post subject: Re: embed media player 9 in a html file and display it on po
My application requires me to embed the Windows Media Player in a web page or
a stand alone Application where I can insert the WM Player.
I am using HP iPAQ H3615, this is a WiFi based Pocket PC phone(GPRS) with TI
OMAP processor. It has preinstalled Windows Media Player 9 Series. I tried to
use the HTML code to add the WM Player to a Web Page. However I couldn't
display the WM Player on the web page. After going through comments in this
Newsgroup, I tried to install the wmnall.exe on this PPC, however I couldn't
install as this executable file is for Pocket PC 3.0, where as my Pocket PC
is having Pocket PC 2003 OS.
Also, I found on the Microsoft website that OCX control called WMP v6.4 is
need on the Pocket PC in order to embed the WM Player in the Pocket PC 2003.
Do you know where I can find this OCX control.
I appreciate your help.
Warm Regards,
Srinivas
"Neil Smith [MVP Digital Media]" wrote:
> Well, each
> has a corresponding Javascript value which you can use to set it,
> instead of adding the PARAM tag (which crashes the player).
>
> Full examples are in the SDK, it's too verbose to list here, but lets
> try some : Add this to the BODY tag of your HTML.
>
>
>
>
> classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading
> Windows Media Player components..." type="application/x-oleobject">
>
>
> The BODY onload="blah" will ensure the javascript doesn't try to set
> up the player object *before* the page loads completely (and therefore
> would generate javascript errors)
>
> Then try in the HEAD of your HTML page :
>
>
> function loadplayercontrols() {
> // Player.EnableFullScreenControls=true;
> // Player.TransparentAtStart=true;
> // Player.VideoBorderWidth=15;
> // Player.VideoBorderWidth="#FFCC00";
> Player.ShowGotoBar=true;
> Player.ShowControls=true;
> Player.ShowPositionControls=true;
>
> // Player.FileName="\\My Documents\\html\\trailer.wmv";
> Player.FileName="http://192.168.10.153:85/test.asx";
> Player.Play();
> }
>
>
> Some of the possible properties are commented out.
>
> Change the FileName to either the local file name (which is commented
> out) *remembering* that you need to use back slashes for PPC file
> paths \ but in Javascript you need to *double* them \\ for each
> directory ! If you uncomment the local My Documents file path, of
> course, comment out the http:// file path, this was pointing to my
> local web server
>
> You can swap out true for false to try the effect of turning off some
> of the control bars. The results might not be exactly as you expect,
> some bars like the slider depend on other bars being available.
>
> HTH
> CHeers - Neil
>
>
> On Tue, 16 Nov 2004 17:00:04 -0600, JWHL
> wrote:
>
> >
> ><<
> >has loaded.>>>
> >
> >How do I do that? How do I "pass in params using javascript"???...can
> >you post an example of a simple code???...I just want to use PocketIE
> >to play a file already on my PDA....The IE page on my PDA contains the
> >text to an audio book and the mp3 on my PDA contains the reading of
> >it...I'd like to follow along using just one program (PocketIE)...Any
> >help in this regard is very much appreciated...Thank you
>
>
Yahoo Messenger : arvish27
"cherviralas" wrote in message@microsoft.com...
> My application requires me to embed the Windows Media Player in a web page
or
> a stand alone Application where I can insert the WM Player.
>
> I am using HP iPAQ H3615, this is a WiFi based Pocket PC phone(GPRS) with
TI
> OMAP processor. It has preinstalled Windows Media Player 9 Series. I tried
to
> use the HTML code to add the WM Player to a Web Page. However I couldn't
> display the WM Player on the web page. After going through comments in
this
> Newsgroup, I tried to install the wmnall.exe on this PPC, however I
couldn't
> install as this executable file is for Pocket PC 3.0, where as my Pocket
PC
> is having Pocket PC 2003 OS.
>
> Also, I found on the Microsoft website that OCX control called WMP v6.4
is
> need on the Pocket PC in order to embed the WM Player in the Pocket PC
2003.
> Do you know where I can find this OCX control.
>
> I appreciate your help.
>
> Warm Regards,
> Srinivas
>
> "Neil Smith [MVP Digital Media]" wrote:
>
> > Well, each
> > has a corresponding Javascript value which you can use to set it,
> > instead of adding the PARAM tag (which crashes the player).
> >
> > Full examples are in the SDK, it's too verbose to list here, but lets
> > try some : Add this to the BODY tag of your HTML.
> >
> >
> >
> >
> > classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading
> > Windows Media Player components..." type="application/x-oleobject">
> >
> >
> > The BODY onload="blah" will ensure the javascript doesn't try to set
> > up the player object *before* the page loads completely (and therefore
> > would generate javascript errors)
> >
> > Then try in the HEAD of your HTML page :
> >
> >
> > function loadplayercontrols() {
> > // Player.EnableFullScreenControls=true;
> > // Player.TransparentAtStart=true;
> > // Player.VideoBorderWidth=15;
> > // Player.VideoBorderWidth="#FFCC00";
> > Player.ShowGotoBar=true;
> > Player.ShowControls=true;
> > Player.ShowPositionControls=true;
> >
> > // Player.FileName="\\My Documents\\html\\trailer.wmv";
> > Player.FileName="http://192.168.10.153:85/test.asx";
> > Player.Play();
> > }
> >
> >
> > Some of the possible properties are commented out.
> >
> > Change the FileName to either the local file name (which is commented
> > out) *remembering* that you need to use back slashes for PPC file
> > paths \ but in Javascript you need to *double* them \\ for each
> > directory ! If you uncomment the local My Documents file path, of
> > course, comment out the http:// file path, this was pointing to my
> > local web server
> >
> > You can swap out true for false to try the effect of turning off some
> > of the control bars. The results might not be exactly as you expect,
> > some bars like the slider depend on other bars being available.
> >
> > HTH
> > CHeers - Neil
> >
> >
> > On Tue, 16 Nov 2004 17:00:04 -0600, JWHL
> > wrote:
> >
> > >
> > ><<
> > >has loaded.>>>
> > >
> > >How do I do that? How do I "pass in params using javascript"???...can
> > >you post an example of a simple code???...I just want to use PocketIE
> > >to play a file already on my PDA....The IE page on my PDA contains the
> > >text to an audio book and the mp3 on my PDA contains the reading of
> > >it...I'd like to follow along using just one program (PocketIE)...Any
> > >help in this regard is very much appreciated...Thank you
> >
> >
Posted: Tue Mar 22, 2005 3:05 pm Post subject: Re: embed media player 9 in a html file and display it on po
Thanks Arvind.
I sent an e-mail to you so that you can send the setup as an e-mail
attachment. I appreciate your help.
Best Regards,
Srinivas Chervirala
"Arvind" wrote:
> i ahve the setup for that.. mail me sothat i can send u as a mail atachment
>
> --
> ----------------------------------------------------------------------------
> -------------------------
> "eRiva Systems" - Where Technology Meets Life, Every Minute.
>
> e-Mail : arvindr@erivasystems.com
>
> Web Site: www.erivasystems.com
>
> Yahoo Messenger : arvish27
> "cherviralas" wrote in message
> @microsoft.com...
> > My application requires me to embed the Windows Media Player in a web page
> or
> > a stand alone Application where I can insert the WM Player.
> >
> > I am using HP iPAQ H3615, this is a WiFi based Pocket PC phone(GPRS) with
> TI
> > OMAP processor. It has preinstalled Windows Media Player 9 Series. I tried
> to
> > use the HTML code to add the WM Player to a Web Page. However I couldn't
> > display the WM Player on the web page. After going through comments in
> this
> > Newsgroup, I tried to install the wmnall.exe on this PPC, however I
> couldn't
> > install as this executable file is for Pocket PC 3.0, where as my Pocket
> PC
> > is having Pocket PC 2003 OS.
> >
> > Also, I found on the Microsoft website that OCX control called WMP v6.4
> is
> > need on the Pocket PC in order to embed the WM Player in the Pocket PC
> 2003.
> > Do you know where I can find this OCX control.
> >
> > I appreciate your help.
> >
> > Warm Regards,
> > Srinivas
> >
> > "Neil Smith [MVP Digital Media]" wrote:
> >
> > > Well, each
> > > has a corresponding Javascript value which you can use to set it,
> > > instead of adding the PARAM tag (which crashes the player).
> > >
> > > Full examples are in the SDK, it's too verbose to list here, but lets
> > > try some : Add this to the BODY tag of your HTML.
> > >
> > >
> > >
> > >
> > > classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading
> > > Windows Media Player components..." type="application/x-oleobject">
> > >
> > >
> > > The BODY onload="blah" will ensure the javascript doesn't try to set
> > > up the player object *before* the page loads completely (and therefore
> > > would generate javascript errors)
> > >
> > > Then try in the HEAD of your HTML page :
> > >
> > >
> > > function loadplayercontrols() {
> > > // Player.EnableFullScreenControls=true;
> > > // Player.TransparentAtStart=true;
> > > // Player.VideoBorderWidth=15;
> > > // Player.VideoBorderWidth="#FFCC00";
> > > Player.ShowGotoBar=true;
> > > Player.ShowControls=true;
> > > Player.ShowPositionControls=true;
> > >
> > > // Player.FileName="\\My Documents\\html\\trailer.wmv";
> > > Player.FileName="http://192.168.10.153:85/test.asx";
> > > Player.Play();
> > > }
> > >
> > >
> > > Some of the possible properties are commented out.
> > >
> > > Change the FileName to either the local file name (which is commented
> > > out) *remembering* that you need to use back slashes for PPC file
> > > paths \ but in Javascript you need to *double* them \\ for each
> > > directory ! If you uncomment the local My Documents file path, of
> > > course, comment out the http:// file path, this was pointing to my
> > > local web server
> > >
> > > You can swap out true for false to try the effect of turning off some
> > > of the control bars. The results might not be exactly as you expect,
> > > some bars like the slider depend on other bars being available.
> > >
> > > HTH
> > > CHeers - Neil
> > >
> > >
> > > On Tue, 16 Nov 2004 17:00:04 -0600, JWHL
> > > wrote:
> > >
> > > >
> > > ><<
> > > >has loaded.>>>
> > > >
> > > >How do I do that? How do I "pass in params using javascript"???...can
> > > >you post an example of a simple code???...I just want to use PocketIE
> > > >to play a file already on my PDA....The IE page on my PDA contains the
> > > >text to an audio book and the mp3 on my PDA contains the reading of
> > > >it...I'd like to follow along using just one program (PocketIE)...Any
> > > >help in this regard is very much appreciated...Thank you
> > >
> > >
>
>
>
Posted: Thu Oct 18, 2007 6:25 pm Post subject: Re: embed media player 9 in a html file and display it on po
Can anyone show me how to get a sample like this to work with HTTP? I want
to play files stored on a web server, and specifying a URL as the FileName
for the player never works.
"cherviralas" wrote:
> Thanks Arvind.
>
> I sent an e-mail to you so that you can send the setup as an e-mail
> attachment. I appreciate your help.
>
> Best Regards,
> Srinivas Chervirala
>
> "Arvind" wrote:
>
> > i ahve the setup for that.. mail me sothat i can send u as a mail atachment
> >
> > --
> > ----------------------------------------------------------------------------
> > -------------------------
> > "eRiva Systems" - Where Technology Meets Life, Every Minute.
> >
> > e-Mail : arvindr@erivasystems.com
> >
> > Web Site: www.erivasystems.com
> >
> > Yahoo Messenger : arvish27
> > "cherviralas" wrote in message
> > @microsoft.com...
> > > My application requires me to embed the Windows Media Player in a web page
> > or
> > > a stand alone Application where I can insert the WM Player.
> > >
> > > I am using HP iPAQ H3615, this is a WiFi based Pocket PC phone(GPRS) with
> > TI
> > > OMAP processor. It has preinstalled Windows Media Player 9 Series. I tried
> > to
> > > use the HTML code to add the WM Player to a Web Page. However I couldn't
> > > display the WM Player on the web page. After going through comments in
> > this
> > > Newsgroup, I tried to install the wmnall.exe on this PPC, however I
> > couldn't
> > > install as this executable file is for Pocket PC 3.0, where as my Pocket
> > PC
> > > is having Pocket PC 2003 OS.
> > >
> > > Also, I found on the Microsoft website that OCX control called WMP v6.4
> > is
> > > need on the Pocket PC in order to embed the WM Player in the Pocket PC
> > 2003.
> > > Do you know where I can find this OCX control.
> > >
> > > I appreciate your help.
> > >
> > > Warm Regards,
> > > Srinivas
> > >
> > > "Neil Smith [MVP Digital Media]" wrote:
> > >
> > > > Well, each
> > > > has a corresponding Javascript value which you can use to set it,
> > > > instead of adding the PARAM tag (which crashes the player).
> > > >
> > > > Full examples are in the SDK, it's too verbose to list here, but lets
> > > > try some : Add this to the BODY tag of your HTML.
> > > >
> > > >
> > > >
> > > >
> > > > classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading
> > > > Windows Media Player components..." type="application/x-oleobject">
> > > >
> > > >
> > > > The BODY onload="blah" will ensure the javascript doesn't try to set
> > > > up the player object *before* the page loads completely (and therefore
> > > > would generate javascript errors)
> > > >
> > > > Then try in the HEAD of your HTML page :
> > > >
> > > >
> > > > function loadplayercontrols() {
> > > > // Player.EnableFullScreenControls=true;
> > > > // Player.TransparentAtStart=true;
> > > > // Player.VideoBorderWidth=15;
> > > > // Player.VideoBorderWidth="#FFCC00";
> > > > Player.ShowGotoBar=true;
> > > > Player.ShowControls=true;
> > > > Player.ShowPositionControls=true;
> > > >
> > > > // Player.FileName="\\My Documents\\html\\trailer.wmv";
> > > > Player.FileName="http://192.168.10.153:85/test.asx";
> > > > Player.Play();
> > > > }
> > > >
> > > >
> > > > Some of the possible properties are commented out.
> > > >
> > > > Change the FileName to either the local file name (which is commented
> > > > out) *remembering* that you need to use back slashes for PPC file
> > > > paths \ but in Javascript you need to *double* them \\ for each
> > > > directory ! If you uncomment the local My Documents file path, of
> > > > course, comment out the http:// file path, this was pointing to my
> > > > local web server
> > > >
> > > > You can swap out true for false to try the effect of turning off some
> > > > of the control bars. The results might not be exactly as you expect,
> > > > some bars like the slider depend on other bars being available.
> > > >
> > > > HTH
> > > > CHeers - Neil
> > > >
> > > >
> > > > On Tue, 16 Nov 2004 17:00:04 -0600, JWHL
> > > > wrote:
> > > >
> > > > >
> > > > ><<
> > > > >has loaded.>>>
> > > > >
> > > > >How do I do that? How do I "pass in params using javascript"???...can
> > > > >you post an example of a simple code???...I just want to use PocketIE
> > > > >to play a file already on my PDA....The IE page on my PDA contains the
> > > > >text to an audio book and the mp3 on my PDA contains the reading of
> > > > >it...I'd like to follow along using just one program (PocketIE)...Any
> > > > >help in this regard is very much appreciated...Thank you
> > > >
> > > >
> >
> >
> >
Media Player of CE .NET 4.1 Can't Open .mpg File While Can O Stranger thing. It happens on a platform running with CE .NET 4.1. If I supply with a correct full file name like "***.mpg", an error code "0x80004001" shows up. If I supply with a correct partial file name like "***", an error code "0x80040216". Does any
Pocket Pc Media Player 8.0 Hi ther! I've been looking all over the net for the Pocket PC Media Player 8.0. Niether 7.1 nor 9.0 are compatible with my IPAC HP 1910 wich has Windows for Pocket PC 2002. Where can I find and download this application? Why it is not available throug Mic
Windows media player 8 for pocket pc I downloaded windows media player to my ipaq but when I click on the link the screen blinks and nothing happens. When I try to download an earlier version it tells me the connected device does not support this version of windows media player.
Windows media player for Pocket PC I have an HP Jornada with a plug storage card. I want to tell Windows media player (WMP) to pick sound files from the storage card but cannot see how to do this. It looks like it should happen from the "select" menu but I never get to where I can choose
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum