# FLVPlayback.complete - a non component equivalent?

**URL:** https://forum.kirupa.com/t/flvplayback-complete-a-non-component-equivalent/247400
**Category:** flash
**Created:** [December 22, 2007, 1:13pm UTC](https://forum.kirupa.com/t/flvplayback-complete-a-non-component-equivalent/247400 "2007-12-22T13:13:51Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![hazza](https://avatars.discourse-cdn.com/v4/letter/h/47e85d/32.png) [@hazza](https://forum.kirupa.com/u/hazza)
#### Post date: [December 22, 2007, 1:13pm UTC](https://forum.kirupa.com/t/flvplayback-complete-a-non-component-equivalent/247400/1 "2007-12-22T13:13:51Z")

</div>

hi,

i’m using

```auto
var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);

video.attachVideo(ns);

```

to play my FLVs. i don’t want play, pause, rewind buttons or anything, but what i do need, is to know when the video has reached it’s end, so that i can ‘gotoAndPlay(something else);’

i found FLVPlayback.complete, but this is just for components (?). is there an equivalent?

thanks very much,  
-Hazza.
