Neil Smith [MVP Digital M
Guest
|
Posted:
Tue Sep 14, 2004 3:30 pm Post subject:
Re: Web Pages in Windows Media |
|
|
Create an ASX file playlist for the player. And in the playlist's
ENTRY tags, specify an htmlView parameter such like :
<entry>
<title>My first track</title>
<ref href="mms://path/to/your/radio/track.wma"/>
<param name="htmlView"
value="http://www.yourwebserver.com/file.html"/>
</entry>
HTMLView is only available for WMP9 or later versions.
Obviously, you can't have a video (and* a web page without some
additional hoop jumping LOL.
A fuller example is here, or google for 'htmlView ASX'
http://www.microsoft.com/windows/windowsmedia/howto/articles/adsolutions.aspx
Cheers - Neil
On Tue, 14 Sep 2004 13:21:10 +0200, "Stan Sainte-Rose"
<stan@cyber972.com> wrote:
| Quote: | Hi guys,
How to display web pages in WM Player ?
For some of my listeners , I would like to display my website in the windows
media player
if the player is not embedded.
Thanks for your help
Stan
|
|
|