COmpletely custom FLV controls

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

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??