Re: [Flashcoders] Creating a list from actionscript cue points in Flash video

2008-06-05 Thread Viktor Hesselbom
Congratulations on fixing it. ;) / Viktor H On Thu, 05 Jun 2008 18:08:46 +0200, Paul Jinks <[EMAIL PROTECTED]> wrote: Fixed it. I think all I had to do was set mainText.multiline = true; Cheers Paul On Thu, June 5, 2008 3:05 pm, Paul Jinks wrote: Aaaargh! There's a typo in my code the

Re: [Flashcoders] Creating a list from actionscript cue points in Flash video

2008-06-05 Thread Paul Jinks
Fixed it. I think all I had to do was set mainText.multiline = true; Cheers Paul On Thu, June 5, 2008 3:05 pm, Paul Jinks wrote: > Aaaargh! There's a typo in my code there. It should read > >> mainText.htmlText = mainText.htmlText+texthtml; > > > I had a stray text field called se

Re: [Flashcoders] Creating a list from actionscript cue points in Flash video

2008-06-05 Thread Paul Jinks
Aaaargh! There's a typo in my code there. It should read > mainText.htmlText = mainText.htmlText+texthtml; I had a stray text field called secondText in there previously. This isn't/wasn't the source of the problem. Many apologies. Paul ___

[Flashcoders] Creating a list from actionscript cue points in Flash video

2008-06-05 Thread Paul Jinks
I'm something of a noob, so bear with me here. I think this is pretty straightforward, but I'm stuck. I have a 'talking head' flv with actionscript cue points whose names I want to appear in a textfield named mainText to act as a summary of what's being said, a bit like powerpoint. Thus: mainText