Flash Video Stream

Hi everyone, :smirk:

I was wondering if any body has done or knows how to do this:

For instance I have myvideo.flv streaming into the FLVPlayback component but when the video has finished playing I want mytext to fade into the screen but I don’t know what variable or AS controls how long the video has played.

Can anyone point me to the right direction?

Thanks!!! :slight_smile:

the FLVplayback component has a CuePoints parameter, look into that. It’s used to sync various events with video, maybe you can launch a MC at a certain cuepoint :slight_smile:

I haven’t worked too much with FLVPlayback, so that really all the help I can provide…