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

Reply via email to