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 <[email protected]> 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
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders