RE: [Flashcoders] cuepoint/flvplayback question

2006-12-12 Thread Van De Velde Hans
You can put a listener on the scrubbing and the change event of the FLV playback and retrieve the last cue point with code: Ex. public function getLastCuePoint():Object { var pht:Number = my_FLVPlybk.playheadTime; for(var i:Number = cuePoint_array.length-1;

RE: [Flashcoders] cuepoint/flvplayback question

2006-12-12 Thread Alain Rousseau
Have you tried using MediaDisplay instead of FlvPlayback ? You won't have any controls showing, only your FLV. Or you can adjust your skin parameter of your component : http://livedocs.macromedia.com/flash/8/main/3480.html#wp3797830 HTH -Original Message- From: [EMAIL PROTECTED]