"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 >
>
<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.
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
"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
>
"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?
>
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.