Hey guys…been trying to use the following documentation to create ‘hand made’ flav controls:
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??