PC Review


Reply
Thread Tools Rate Thread

Where can I lear how this was done?

 
 
M.Siler
Guest
Posts: n/a
 
      8th Mar 2004
I was looking this page and would very much like to learn how they did the
audio on the page with the controls. Does anyone have any suggestions where
I might start to learn how this was accomplished?

http://office.microsoft.com/training...yID=ob25v3Ah00


 
Reply With Quote
 
 
 
 
Kevin Spencer
Guest
Posts: n/a
 
      8th Mar 2004
Start here:

http://office.microsoft.com/training...yID=ob25v3Ah00

Right-click and view the HTML source code.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"M.Siler" <(E-Mail Removed)> wrote in message
news:#(E-Mail Removed)...
> I was looking this page and would very much like to learn how they did the
> audio on the page with the controls. Does anyone have any suggestions

where
> I might start to learn how this was accomplished?
>
>

http://office.microsoft.com/training...yID=ob25v3Ah00
>
>



 
Reply With Quote
 
M.Siler
Guest
Posts: n/a
 
      9th Mar 2004
I did that... I got a part of the media player to show on the page but
couldn't get it to do anything else. Is this an object that microsoft makes
aviable to anyone? If so do they have a site where you can download it or
get instructions on how to use it?

"Kevin Spencer" <(E-Mail Removed)> wrote in message
news:u$(E-Mail Removed)...
> Start here:
>
>

http://office.microsoft.com/training...yID=ob25v3Ah00
>
> Right-click and view the HTML source code.
>
> --
> HTH,
> Kevin Spencer
> .Net Developer
> Microsoft MVP
> Big things are made up
> of lots of little things.
>
> "M.Siler" <(E-Mail Removed)> wrote in message
> news:#(E-Mail Removed)...
> > I was looking this page and would very much like to learn how they did

the
> > audio on the page with the controls. Does anyone have any suggestions

> where
> > I might start to learn how this was accomplished?
> >
> >

>

http://office.microsoft.com/training...yID=ob25v3Ah00
> >
> >

>
>



 
Reply With Quote
 
Tom Pepper Willett
Guest
Posts: n/a
 
      9th Mar 2004
See:

http://www.microsoft.com/downloads/d...DisplayLang=en

http://www.microsoft.com/downloads/d...DisplayLang=en
--
Tom Pepper Willett
Microsoft MVP - FrontPage
http://www.microsoft.com/office/fron...o/default.mspx
http://msdn.microsoft.com/frontpage
-----
"M.Siler" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I did that... I got a part of the media player to show on the page but
> couldn't get it to do anything else. Is this an object that microsoft

makes
> aviable to anyone? If so do they have a site where you can download it or
> get instructions on how to use it?
>
> "Kevin Spencer" <(E-Mail Removed)> wrote in message
> news:u$(E-Mail Removed)...
> > Start here:
> >
> >

>

http://office.microsoft.com/training...yID=ob25v3Ah00
> >
> > Right-click and view the HTML source code.
> >
> > --
> > HTH,
> > Kevin Spencer
> > .Net Developer
> > Microsoft MVP
> > Big things are made up
> > of lots of little things.
> >
> > "M.Siler" <(E-Mail Removed)> wrote in message
> > news:#(E-Mail Removed)...
> > > I was looking this page and would very much like to learn how they did

> the
> > > audio on the page with the controls. Does anyone have any suggestions

> > where
> > > I might start to learn how this was accomplished?
> > >
> > >

> >

>

http://office.microsoft.com/training...yID=ob25v3Ah00
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Kevin Spencer
Guest
Posts: n/a
 
      9th Mar 2004
Are you referring to Media Player? No. It exists on the client machine
already, or it doesn't.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"M.Siler" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I did that... I got a part of the media player to show on the page but
> couldn't get it to do anything else. Is this an object that microsoft

makes
> aviable to anyone? If so do they have a site where you can download it or
> get instructions on how to use it?
>
> "Kevin Spencer" <(E-Mail Removed)> wrote in message
> news:u$(E-Mail Removed)...
> > Start here:
> >
> >

>

http://office.microsoft.com/training...yID=ob25v3Ah00
> >
> > Right-click and view the HTML source code.
> >
> > --
> > HTH,
> > Kevin Spencer
> > .Net Developer
> > Microsoft MVP
> > Big things are made up
> > of lots of little things.
> >
> > "M.Siler" <(E-Mail Removed)> wrote in message
> > news:#(E-Mail Removed)...
> > > I was looking this page and would very much like to learn how they did

> the
> > > audio on the page with the controls. Does anyone have any suggestions

> > where
> > > I might start to learn how this was accomplished?
> > >
> > >

> >

>

http://office.microsoft.com/training...yID=ob25v3Ah00
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
M.Siler
Guest
Posts: n/a
 
      9th Mar 2004
I've tried the following:

<HTML>
<HEAD>
</HEAD>
<BODY>
<OBJECT ID="Player" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
WIDTH=320 HEIGHT=240>
<PARAM NAME="SRC" VALUE="http://fileserver/test.wmv">
<PARAM NAME="TYPE" VALUE="application/x-mplayer2">
<PARAM NAME="CONTROLS" VALUE="ImageWindow">
<PARAM NAME="AUTOSTART" VALUE="true">
</OBJECT>
</BODY>
</HTML>


I get the player on the screen but nothing will play??


"M.Siler" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I did that... I got a part of the media player to show on the page but
> couldn't get it to do anything else. Is this an object that microsoft

makes
> aviable to anyone? If so do they have a site where you can download it or
> get instructions on how to use it?
>
> "Kevin Spencer" <(E-Mail Removed)> wrote in message
> news:u$(E-Mail Removed)...
> > Start here:
> >
> >

>

http://office.microsoft.com/training...yID=ob25v3Ah00
> >
> > Right-click and view the HTML source code.
> >
> > --
> > HTH,
> > Kevin Spencer
> > .Net Developer
> > Microsoft MVP
> > Big things are made up
> > of lots of little things.
> >
> > "M.Siler" <(E-Mail Removed)> wrote in message
> > news:#(E-Mail Removed)...
> > > I was looking this page and would very much like to learn how they did

> the
> > > audio on the page with the controls. Does anyone have any suggestions

> > where
> > > I might start to learn how this was accomplished?
> > >
> > >

> >

>

http://office.microsoft.com/training...yID=ob25v3Ah00
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Kevin Spencer
Guest
Posts: n/a
 
      9th Mar 2004
There is JavaScript in the page that manipulates the player.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"M.Siler" <(E-Mail Removed)> wrote in message
news:Or#(E-Mail Removed)...
> I've tried the following:
>
> <HTML>
> <HEAD>
> </HEAD>
> <BODY>
> <OBJECT ID="Player" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
> WIDTH=320 HEIGHT=240>
> <PARAM NAME="SRC" VALUE="http://fileserver/test.wmv">
> <PARAM NAME="TYPE" VALUE="application/x-mplayer2">
> <PARAM NAME="CONTROLS" VALUE="ImageWindow">
> <PARAM NAME="AUTOSTART" VALUE="true">
> </OBJECT>
> </BODY>
> </HTML>
>
>
> I get the player on the screen but nothing will play??
>
>
> "M.Siler" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > I did that... I got a part of the media player to show on the page but
> > couldn't get it to do anything else. Is this an object that microsoft

> makes
> > aviable to anyone? If so do they have a site where you can download it

or
> > get instructions on how to use it?
> >
> > "Kevin Spencer" <(E-Mail Removed)> wrote in message
> > news:u$(E-Mail Removed)...
> > > Start here:
> > >
> > >

> >

>

http://office.microsoft.com/training...yID=ob25v3Ah00
> > >
> > > Right-click and view the HTML source code.
> > >
> > > --
> > > HTH,
> > > Kevin Spencer
> > > .Net Developer
> > > Microsoft MVP
> > > Big things are made up
> > > of lots of little things.
> > >
> > > "M.Siler" <(E-Mail Removed)> wrote in message
> > > news:#(E-Mail Removed)...
> > > > I was looking this page and would very much like to learn how they

did
> > the
> > > > audio on the page with the controls. Does anyone have any

suggestions
> > > where
> > > > I might start to learn how this was accomplished?
> > > >
> > > >
> > >

> >

>

http://office.microsoft.com/training...yID=ob25v3Ah00
> > > >
> > > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how can i capture names etc during self paced or interactive lear. =?Utf-8?B?ZGFuY2Vzd2l0aGtleWJvYXJkcw==?= Microsoft Powerpoint 2 4th Apr 2005 02:07 PM
I am Tring to lear how to create addins with excel 2000 were can . =?Utf-8?B?b2xkIG1hbg==?= Microsoft Excel Programming 0 5th Nov 2004 01:49 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:56 PM.