# Flash Video Stream

**URL:** https://forum.kirupa.com/t/flash-video-stream/183015
**Category:** flash
**Created:** [March 23, 2006, 4:21am UTC](https://forum.kirupa.com/t/flash-video-stream/183015 "2006-03-23T04:21:48Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![cardjorg](https://avatars.discourse-cdn.com/v4/letter/c/a183cd/32.png) [@cardjorg](https://forum.kirupa.com/u/cardjorg)
#### Post date: [March 23, 2006, 4:21am UTC](https://forum.kirupa.com/t/flash-video-stream/183015/1 "2006-03-23T04:21:48Z")

</div>

Hi everyone, 😏

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!!! 🙂

---

<div class="post-metadata">

### Author: ![eilsoe](https://avatars.discourse-cdn.com/v4/letter/e/9fc348/32.png) [@eilsoe](https://forum.kirupa.com/u/eilsoe)
#### Post date: [March 23, 2006, 6:53am UTC](https://forum.kirupa.com/t/flash-video-stream/183015/2 "2006-03-23T06:53:40Z")

</div>

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 🙂

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