Archived from groups: microsoft.public.pocketpc.multimedia (More info?)
On Wed, 8 Dec 2004 12:35:47 +0530, "Arvind" <arvinds@erivasystems.com>
wrote:
>Hello,
>
>Im able to embedd the WMP Control in Pocket IE in PocketPC 2003
>Devices..when i execute it at PDA im seeing the controls on the screen.
>
>how to remove all the controls on the screen??? any help will be extremely
>usefull
Like this :
<script language="javascript">
function loadplayercontrols() {
ShowDisplay (whether the display panel is displayed. The display panel
provides show and clip information)
The ShowGotoBar (whether the Go To bar is displayed)
The ShowStatusBars (whether the status bar is displayed)
which you can play with to customise it further, in the same way as
above.
If you make any of ShowPositionControls, ShowAudioControls or
ShowTracker = true, then ShowControls is enabled and the control bar
with your selected controls will be shown.
Also bear in mind that WMPlayer10 on PPC (WM2003 SE) has a slightly
different object model. You may want to detect that version and offer
a modified page for those users.
Archived from groups: microsoft.public.pocketpc.multimedia (More info?)
no success even after fiddling around with those controls
does anyone done this before on ppc2003 without any controls on WMP in PIE?
--
Thanks
Arvind
"Neil Smith [MVP Digital Media]" <neil@nospam.com> wrote in message
news:q2ier05g1duuqjrujgrh1pkel8453sglno@4ax.com...
> On Wed, 8 Dec 2004 12:35:47 +0530, "Arvind" <arvinds@erivasystems.com>
> wrote:
>
> >Hello,
> >
> >Im able to embedd the WMP Control in Pocket IE in PocketPC 2003
> >Devices..when i execute it at PDA im seeing the controls on the screen.
> >
> >how to remove all the controls on the screen??? any help will be
extremely
> >usefull
>
> Like this :
>
> <script language="javascript">
> function loadplayercontrols() {
>
> Player.ShowControls=false;
> Player.ShowPositionControls=false;
> Player.ShowAudioControls=false;
> Player.ShowTracker=false;
>
> Player.FileName="\\My Documents\\STLong.asx";
> Player.Play();
> }
> </script>
>
> That still leaves
>
> ShowDisplay (whether the display panel is displayed. The display panel
> provides show and clip information)
> The ShowGotoBar (whether the Go To bar is displayed)
> The ShowStatusBars (whether the status bar is displayed)
>
> which you can play with to customise it further, in the same way as
> above.
>
> If you make any of ShowPositionControls, ShowAudioControls or
> ShowTracker = true, then ShowControls is enabled and the control bar
> with your selected controls will be shown.
>
> Also bear in mind that WMPlayer10 on PPC (WM2003 SE) has a slightly
> different object model. You may want to detect that version and offer
> a modified page for those users.
>
> Cheers - Neil
>
You are about to answer a thread that has been inactive for more than 6 months. If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.