Re: including hyperlinks
- From: "Neil Smith [MVP Digital Media]" <neil@xxxxxxxxxx>
- Date: Tue, 13 Sep 2005 10:05:21 GMT
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
>>
>>
.
- Follow-Ups:
- Re: including hyperlinks
- From: Stephan Sloan
- Re: including hyperlinks
- References:
- including hyperlinks
- From: Stephan Sloan
- Re: including hyperlinks
- From: Neil Smith [MVP Digital Media]
- Re: including hyperlinks
- From: Stephan Sloan
- including hyperlinks
- Prev by Date: Re: error code: 8 - 0
- Next by Date: Re: including hyperlinks
- Previous by thread: Re: including hyperlinks
- Next by thread: Re: including hyperlinks
- Index(es):
Relevant Pages
|
Loading