[flexcoders] Play MP3 at FLV cue point

2008-04-03 Thread Eugene Otto
Hi All, I've been trying to get a sound to play when a VideoDisplay (playing an FLV) hits a cue point, and have been seeing very sporadic results: sometimes the sound plays, sometimes it doesn't. I've tried the following approaches: embedding the MP3, using a SoundEffect, invoking

[flexcoders] Printing very long textarea

2008-01-08 Thread Otto
]. Is there any way around this? Is it possible to split the textarea in two programmatically? cheers, Otto [1] http://themansion.mine.nu/otto/files/split.pdf

[flexcoders] Re: Printing very long textarea

2008-01-08 Thread Otto
with the help of numLines and getLineMetrics. thanks, Otto

[flexcoders] Re: Printing very long textarea

2008-01-08 Thread Otto
(vBoxInterests); trace(width: + vBoxInterests.width); trace(height: + vBoxInterests.height); newBox.width = printJob.pageWidth; trace(printJob.pageWidth); trace(printJob.pageHeight); newBox.height = 2 * printJob.pageHeight; printJob.addObject(newBox); -- Otto