Word :    Username :           
 

Archived from groups: microsoft.public.pocketpc.multimedia (More info?)

 

Hello,

any sample file of the WMP control over PIE without any control buttons with
only video window?


--
"eRiva Systems" - Where Technology Meets Life, Every Minute.

arvindr@erivasystems.com

www.erivasystems.com

Sponsored Links
Register or log in to remove.

Archived from groups: microsoft.public.pocketpc.multimedia (More info?)

 

i meant HTML File

--
"eRiva Systems" - Where Technology Meets Life, Every Minute.

arvindr@erivasystems.com

www.erivasystems.com

"Arvind" <arvinds@erivasystems.com> wrote in message
news:#hc6SxZ4EHA.2016@TK2MSFTNGP15.phx.gbl...
> Hello,
>
> any sample file of the WMP control over PIE without any control buttons
with
> only video window?
>
>
> --
> "eRiva Systems" - Where Technology Meets Life, Every Minute.
>
> arvindr@erivasystems.com
>
> www.erivasystems.com
>
>

Reply to Anonymous

Archived from groups: microsoft.public.pocketpc.multimedia (More info?)

 

Sure :

<body onLoad="loadplayercontrols()">
<object id="Player" width="176" height="184"
classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading
Windows Media Player components..." type="application/x-oleobject"
class="back">
</object>
<script language="javascript">
function loadplayercontrols() {
Player.ShowGotoBar=false;
Player.ShowControls=false;
Player.ShowTracker=false;
Player.ShowStatusBar=false;
Player.ShowAudioControls=false;
Player.ShowPositionControls=false;
Player.ShowDisplay=false;
Player.FileName="\\My Documents\\html\\trailer.wmv";
Player.Play();
}
</script>
</body>

On Tue, 14 Dec 2004 10:47:51 +0530, "Arvind"
<arvinds@erivasystems.com> wrote:

>Hello,
>
>any sample file of the WMP control over PIE without any control buttons with
>only video window?

Reply to Anonymous

Archived from groups: microsoft.public.pocketpc.multimedia (More info?)

 

But still im getting the Blank Space below the Video.

if i tr to reduce the height to 169 (Actual video height)

my video is getting cut.



whats the solution?

<html>
<script language="javascript">
function loadplayercontrols() {

Player.ShowGotoBar=false;
Player.ShowControls=false;
Player.ShowTracker=false;
Player.ShowStatusBar=false;
Player.ShowAudioControls=false;
Player.ShowPositionControls=false;
Player.ShowDisplay=false;
Player.FileName="\\My Documents\\1.wmv";
Player.Play();
}
</script>


<body onLoad="loadplayercontrols()">
<object id="Player" width="208" height="230"
classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading
Windows Media Player components..." type="application/x-oleobject"
class="back">
</object>

</body>
</html>
--
Thanks,

Arvind

--
"eRiva Systems" - Where Technology Meets Life, Every Minute.

arvindr@erivasystems.com

www.erivasystems.com

"Neil Smith [MVP Digital Media]" <neil@nospam.com> wrote in message
news:f5ktr05irr2cbbm5sc1v0o7mebq15kes5o@4ax.com...
> Sure :
>
> <body onLoad="loadplayercontrols()">
> <object id="Player" width="176" height="184"
> classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading
> Windows Media Player components..." type="application/x-oleobject"
> class="back">
> </object>
> <script language="javascript">
> function loadplayercontrols() {
> Player.ShowGotoBar=false;
> Player.ShowControls=false;
> Player.ShowTracker=false;
> Player.ShowStatusBar=false;
> Player.ShowAudioControls=false;
> Player.ShowPositionControls=false;
> Player.ShowDisplay=false;
> Player.FileName="\\My Documents\\html\\trailer.wmv";
> Player.Play();
> }
> </script>
> </body>
>
> On Tue, 14 Dec 2004 10:47:51 +0530, "Arvind"
> <arvinds@erivasystems.com> wrote:
>
> >Hello,
> >
> >any sample file of the WMP control over PIE without any control buttons
with
> >only video window?
>

Reply to Anonymous

Archived from groups: microsoft.public.pocketpc.multimedia (More info?)

 

You said you wanted to remove the buttons - owell !

Do you see what I see on WMP9/PPC2003 1st edition, which is the video
seems to spill above the top of the area a few pixels ? And the video
is 'cropped' when you reduce the area to the exact size of the video?

Neil.

On Tue, 14 Dec 2004 18:02:02 +0530, "Arvind"
<arvinds@erivasystems.com> wrote:

>But still im getting the Blank Space below the Video.
>
>if i tr to reduce the height to 169 (Actual video height)
>
>my video is getting cut.
>
>
>
>whats the solution?
>
><html>
><script language="javascript">
>function loadplayercontrols() {
>
>Player.ShowGotoBar=false;
>Player.ShowControls=false;
>Player.ShowTracker=false;
>Player.ShowStatusBar=false;
>Player.ShowAudioControls=false;
>Player.ShowPositionControls=false;
>Player.ShowDisplay=false;
>Player.FileName="\\My Documents\\1.wmv";
>Player.Play();
>}
></script>
>
>
><body onLoad="loadplayercontrols()">
><object id="Player" width="208" height="230"
>classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading
>Windows Media Player components..." type="application/x-oleobject"
>class="back">
></object>
>
></body>
></html>
>--
>Thanks,
>
>Arvind

Reply to Anonymous

Archived from groups: microsoft.public.pocketpc.multimedia (More info?)

 

exactly right...

whats the solution?

--
"eRiva Systems" - Where Technology Meets Life, Every Minute.

arvindr@erivasystems.com

www.erivasystems.com

"Neil Smith [MVP Digital Media]" <neil@nospam.com> wrote in message
news:rf0ur0h6v60ji0v33cd5cu3msmlk4lmhjr@4ax.com...
> You said you wanted to remove the buttons - owell !
>
> Do you see what I see on WMP9/PPC2003 1st edition, which is the video
> seems to spill above the top of the area a few pixels ? And the video
> is 'cropped' when you reduce the area to the exact size of the video?
>
> Neil.
>
> On Tue, 14 Dec 2004 18:02:02 +0530, "Arvind"
> <arvinds@erivasystems.com> wrote:
>
> >But still im getting the Blank Space below the Video.
> >
> >if i tr to reduce the height to 169 (Actual video height)
> >
> >my video is getting cut.
> >
> >
> >
> >whats the solution?
> >
> ><html>
> ><script language="javascript">
> >function loadplayercontrols() {
> >
> >Player.ShowGotoBar=false;
> >Player.ShowControls=false;
> >Player.ShowTracker=false;
> >Player.ShowStatusBar=false;
> >Player.ShowAudioControls=false;
> >Player.ShowPositionControls=false;
> >Player.ShowDisplay=false;
> >Player.FileName="\\My Documents\\1.wmv";
> >Player.Play();
> >}
> ></script>
> >
> >
> ><body onLoad="loadplayercontrols()">
> ><object id="Player" width="208" height="230"
> >classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading
> >Windows Media Player components..." type="application/x-oleobject"
> >class="back">
> ></object>
> >
> ></body>
> ></html>
> >--
> >Thanks,
> >
> >Arvind
>

Reply to Anonymous

Archived from groups: microsoft.public.pocketpc.multimedia (More info?)

 

I'll look into it. I'm not sure there is one though ;-)

Cheers - Neil

On Wed, 15 Dec 2004 15:40:28 +0530, "Arvind"
<arvinds@erivasystems.com> wrote:

>exactly right...
>
>whats the solution?

Reply to Anonymous

Archived from groups: microsoft.public.pocketpc.multimedia (More info?)

 

Ok Sure..

Thanks.

--
"eRiva Systems" - Where Technology Meets Life, Every Minute.

arvindr@erivasystems.com

www.erivasystems.com

"Neil Smith [MVP Digital Media]" <neil@nospam.com> wrote in message
news:a601s01500vavj9cdudnls2qf07uj9d8vk@4ax.com...
> I'll look into it. I'm not sure there is one though ;-)
>
> Cheers - Neil
>
> On Wed, 15 Dec 2004 15:40:28 +0530, "Arvind"
> <arvinds@erivasystems.com> wrote:
>
> >exactly right...
> >
> >whats the solution?
>

Reply to Anonymous
Tom's Hardware > Forum > Smartphones & PDAs > Multimedia > wmp 9 on PIE
Go to:

There are 1148 identified and unidentified users. To see the list of identified users, Click here.

Please mind

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.

Add a reply Cancel
Sponsored links
  • Ask the community now
  • Publish
Ad
They won a badge
Join us in greeting them