FYI - that's only good if you want the link to go to a URL - if you want
it to trigger some actionscript to do something else (like the OP
mentioned to go to a point in the video), you have to use TextEvent.LINK
AFAIK.


Jason Merrill 

Bank of  America   Global Learning 
Shared Services Solutions Development 

Monthly meetings on the Adobe Flash platform for rich media experiences
- join the Bank of America Flash Platform Community 





-----Original Message-----
From: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Karl
DeSaulniers
Sent: Tuesday, August 04, 2009 12:06 PM
To: Flash Coders List
Subject: Re: [Flashcoders] Seek cue points from texthtml list.

texthtml = '<a href="www.yourlink.com"><li>'+string+'</li></a>';

Or

texthtml = '<a href="'+urlstring+'"><li>'+string+'</li></a>';

Have not tested, but I think these should work.
Hth

Karl

Sent from losPhone

On Aug 4, 2009, at 10:13 AM, Paul Jinks <p...@pauljinks.co.uk> wrote:

> Hi
>
> I have a video player which takes event cue points in the flv and
> outputs them as a rolling list of bullet points (kind of a summary of
> what's being said). I do this by listening for the cue point name and
> putting it within html list tags which are then displayed in a text
> field.
>
> texthtml = ("<li>")+string+("</li>");
>
> I've been asked to make the list items clickable so that they take the
> viewer to their cue point.
>
> Is this possible, and if so how?
>
> Many thanks in advance
>
> Paul
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to