Thanks guys Will look into this and get back. I'm using as2 where I think asfunction does the job now performed by TextEvent.LINK, but I need to check this out.
Paul On Tue, Aug 4, 2009 at 6:53 PM, Merrill, Jason<[email protected]> wrote: > 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: [email protected] > [mailto:[email protected]] 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 <[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 > _______________________________________________ > Flashcoders mailing list > [email protected] > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

