sparky_hd
09-14-2006, 08:50 PM
i have a short flv (about 20 seconds) and i'm using the Component Inspector to insert cuePoints. i need to be able to seek to about 8 short segments within the flv.
First question: in the component inspector, why is the smallest increment you can change a cuePoint by only a tenth of a second when it displays the number to the thousandth?
Second question: why do i have one cuepoint at 00:00:13.900 and another at 00:00:15.100 but they start at exactly the same place?
i'm using the method my_FLVplybk.seekSeconds(time:Number) and in the documentation it says is "seeks to a given time in the file, specified in seconds, with a precision up to three decimal places (milliseconds)."
var flv_cue:Object = my_FLVPlayback.findCuePoint("cuename");
my_FLVPlayback.seekSeconds(flv_cue.time);
First question: in the component inspector, why is the smallest increment you can change a cuePoint by only a tenth of a second when it displays the number to the thousandth?
Second question: why do i have one cuepoint at 00:00:13.900 and another at 00:00:15.100 but they start at exactly the same place?
i'm using the method my_FLVplybk.seekSeconds(time:Number) and in the documentation it says is "seeks to a given time in the file, specified in seconds, with a precision up to three decimal places (milliseconds)."
var flv_cue:Object = my_FLVPlayback.findCuePoint("cuename");
my_FLVPlayback.seekSeconds(flv_cue.time);