Archived from groups: microsoft.public.pocketpc.multimedia (
More info?)
From the SDK documentation :
" The control bar contains buttons for play/pause, stop, previous, and
next, and sliders for controlling the volume and playback position.
You can enable or disable these controls by setting the ShowControls,
ShowPositionControls, ShowAudioControls, and ShowTracker properties.
If any of these properties are set to true, the entire control bar
will be displayed with the appropriate controls enabled or disabled.
If all of these properties are set to false, the control bar will not
be displayed. "
So you need to set all of those controls to false (and the javascript
binary value false, not the string "false" too !)
Cheers - Neil
On Mon, 28 Jun 2004 13:28:46 +0200, "Marco Müller"
<Marco.Mueller@artec.de> wrote:
>Neil
>
>i tryed the HTML file you sended me and everythink is working fine except
>that i can´t turn of the Control Interface?
>if i use Player.ShowControls=false then still i can see the Windows Player
>Controlls, do you know how i can hide the Controls that i only can see the
>Video Window in the Webpage?
>
>best regards
>
>Marco
>
>
>"Neil Smith [MVP Digital Media]" <neil@nospam.com> schrieb im Newsbeitrag
>news:3kood01fj2uif7mr7j8o9r2n676h80ogq7@4ax.com...
>> Sure, see attached. Check the video size on your server, I'm not too
>> sure it's set up for QCIF but 240x240 overlall Object size (includes
>> the controls)
>>
>> You'll need to change the URL to a filename (check the commented out
>> \\My Documents line or the format) if you play the video off a SD card
>> or memory .... this sample is setup for my net (192.168.10.152:85) to
>> play an ASX file containing a media playlist.
>>
>> Commented out lines are where I was trying (and failed) to get some of
>> the documented but unused in WMP7/PPC to work for MWP9 using the WMP7
>> control - hope that makes sense. (In case you wonder, they don't work)
>>
>> Cheers - Neil
>>
>> On Fri, 25 Jun 2004 08:11:20 +0200, "Marco Müller"
>> <Marco.Mueller@artec.de> wrote:
>>
>> >Hi Neil,
>> >
>> >thank you for your Informations. i have Tryed it with the classID from
>6.4
>> >and 7/9 but non was working, now i will try to install the wmnall.exe on
>the
>> >PPC.
>> >
>> >is it possible for you to give me a small Demo Sourcecode of the Webpage
>how
>> >it should look like to have a Embedded windows media player on it with a
>> >resolution from 176x144?
>> >
>> >Thanks for your help
>> >
>> >Marco Müller
>> >
>> >
>> >"Neil Smith [MVP Digital Media]" <neil@nospam.com> schrieb im Newsbeitrag
>> >news:4hold053coo8a9augaghgoi680hs28t07m@4ax.com...
>> >> Oh, dear ! Right, it's going to be more complicated that you thought.
>> >>
>> >> First off, are you embedding using the player 6.4 object model and
>> >> classID, or the desktop player 7 / 9 classID ? The 6.4 classID starts
>> >> with 22 if that helps.
>> >>
>> >> Next, your PPC doesn't by default have an activeX which pocket IE can
>> >> use to display the embedded player. To do this you need to download
>> >> the control. Unfortunately, a version of the PPC/ PIE control for late
>> >> versions (WM2003 media player) was pulled due to 'customer
>> >> dissatisfaction'.
>> >>
>> >> You can use the control for PPC media player version 7 *but* this is
>> >> only available as part of the SDK. You need to unpack the SDK and look
>> >> for the file wmnall.exe which ends up in the SDK root folder :
>> >>
>> >>
>>
>>
http://download.microsoft.com/download/winmediaplayer/s...
>-US/Windows%20Media%20Player%20CE%20SDK.exe
>> >>
>> >> Or
http://tinyurl.com/2zt8u
>> >>
>> >> This should be run and transferred to your device. Now Pocket IE can
>> >> pick up embedded media OBJECT tags with the version 6.4 classid.
>> >>
>> >> Unfortunately your problems are still not over on WM2003 :
>> >>
>> >> Putting *any* param tags into the object tags for your embedded player
>> >> will cause the PPC player to bale and PIE to close. To overcome this
>> >> you need to set *each* param tag using the documented (in the SDK
>> >> docs) javascript method for the parameter.
>> >>
>> >> Finally, you'll notice a tiled windows media background image behind
>> >> your clip if it doesn't fully fit the display area. Several of us have
>> >> tried to overcome this, with no success just yet, though I'm stril
>> >> trying to find a way (documented or not) to do this.
>> >>
>> >> Cheers - Neil
>> >>
>> >>
>> >> On Thu, 24 Jun 2004 14:06:38 +0200, "Marco Müller"
>> >> <Marco.Mueller@artec.de> wrote:
>> >>
>> >> >Hi
>> >> >
>> >> >i am trying to program a Webpage which has got an embedded windows
>media
>> >> >player on the page. but when i connect to the webpage with my Qtek
>2020
>> >> >which has got Windows Mobile 2003 Phone Edition on it i can´t see the
>> >> >windows Media player in the Webpage.
>> >> >
>> >> >Can anybody help me how i can embed the Windows Media Player on a
>Webpage
>> >> >which i can see with my PDA?
>> >> >
>> >> >Best regards
>> >> >
>> >> >Marco Müller
>> >> >
>> >>
>> >
>>
>