Re: including hyperlinks



On Mon, 12 Sep 2005 21:46:01 -0700, "Stephan Sloan"
<StephanSloan@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:

>Neil-
>
>Thank you for your response. I am trying to coordinate the delivery of a
>graphic that is a hyperlink to the video frame of the Windows Media Player. I
>have used Windows Media Encoder to send a script to pop an IE window however
>that is cumbersome and many are not pleased that I'm poping them windows or
>have the scripts turned off. I need to coordinate a clickable billboard with
>the audio message.

OKe, you can probably use a Banner for this effect. Banners are
limited to 194x32 in size (which as you realise is none of the
available standard web banner sizes !). It'll be shown as normal if
it's less than 194x32, and cropped if it's larger than that.

To do this, first create an ASX file (a playlist) which tells the
player to reserve banner space :

<ASX version="3.0" bannerbar="fixed">
<ENTRY clientskip="no">
<TITLE>My Audio Clip 1</TITLE>
<REF HREF="http://www.yoursite.com/track_1.wma"; />
<BANNER HREF="http://www.yoursite.com/images/banner1.gif";>
<ABSTRACT>Click here to go to our Web site.</ABSTRACT>
<MOREINFO HREF="http://www.yoursite.com/advert.html"; />
<!-- The text in the Abstract element displays as a
ToolTip when the mouse hovers over the banner
graphic. When a user clicks the banner, the URL
given in the MoreInfo element opens in the
browser. -->
</BANNER>
</ENTRY>
</ASX>

You can have multiple <ENTRY /> elements, one for each piece of audio
or video media. Each ENTRY can have a different banner href (image).

You can genenrate these files easily with a database + script cause
they're so simple - in effect rotating the banner images for each
visit to the playlist.

So now you've got that file - change the paths and media URLs to your
real website, save the modified text in notepad as "All Files", say as
"myplaylist.asx" and use the ASX file as the URL for media player,
rather than the original http://www.yoursite.com/track_1.wma

HTH
Cheers - Neil

> Sending the graphic to the video window of the Windows
>Media Player is the ideal as far as I can determine. I am grappling with what
>other details to mention as I am not very experienced with this. I do not
>intend to be vague I' just not experienced here. I thank you for your
>response and assistance.
>
>"Neil Smith [MVP Digital Media]" wrote:
>
>> On Mon, 12 Sep 2005 11:18:05 -0700, "Stephan Sloan"
>> <StephanSloan@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
>>
>> >I want to send hyperlinks to the video window of the WMP. Does anyone have
>> >experience with this?
>>
>> Yes, I do but your question is opaque. Please explain what you're
>> trying to do, as an open ended question without details is impossible
>> to answer ;-)
>>
>> Cheers - Neil
>>
>>

.



Relevant Pages

  • RE: video wont play after anonymous access enabled in IIS
    ... I would also recommend you ensure the users authenticating with Windows ... Integrated/NTLM have the appropriate NTFS permissions on the Media Player ... video wont play after anonymous access enabled in IIS ...
    (microsoft.public.inetserver.iis.security)
  • Re: including hyperlinks
    ... brokwn HTML) cause you're now hosting it in the player itself. ... display clickable images, text, video and audio in user-defined ... Also the banner is very small for the logos and icons I have, ... >>>graphic that is a hyperlink to the video frame of the Windows Media Player. ...
    (microsoft.public.windowsmedia)
  • Re: Trouble With My WMP
    ... It seems I am unable to play back any audio file does not matter on type. ... video works, but has no sound. ... "You've encountered error message C00D11CD while using Windows Media Player. ...
    (microsoft.public.windowsmedia.player)
  • Video / Windows Media Player freezes
    ... Previously, in september 2002, I installed Windows 2000 Professional on ... occasional video clip. ... (which is where I did the initial install), I brought it to work and ran ... This occurs in Media Player Classic as well, ...
    (microsoft.public.multimedia.windows.mediaplayer)
  • Re: Programs Hogging Resources
    ... running Media Player 9... ... I've brought up Task Manager before hand, then viewed a video, ... playing a video on Windows ... > CD that was used for the installation. ...
    (microsoft.public.windowsxp.setup_deployment)

Loading