# COmpletely custom FLV controls

**URL:** https://forum.kirupa.com/t/completely-custom-flv-controls/195979
**Category:** flash
**Created:** [August 4, 2006, 11:50am UTC](https://forum.kirupa.com/t/completely-custom-flv-controls/195979 "2006-08-04T11:50:12Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Zaid\_W1red](https://avatars.discourse-cdn.com/v4/letter/z/cab0a1/32.png) [@Zaid\_W1red](https://forum.kirupa.com/u/Zaid_W1red)
#### Post date: [August 4, 2006, 11:50am UTC](https://forum.kirupa.com/t/completely-custom-flv-controls/195979/1 "2006-08-04T11:50:12Z")

</div>

Hey guys…been trying to use the following documentation to create ‘hand made’ flav controls:

[http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs\_Parts&file=00003645.html](http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00003645.html)

For example, where ‘video’ is the instance name of my FLV component, I thought I’d be able to trace the prgoress or possition of the movies play head like so:

onEnterFrame = function(){  
trace(video.progress)  
}

But this is returned undefined.

Been scrating aroudn for tutes and info but cant find any…can anyone help??
