Loading MovieClip + Timeline

Hello,

I’m trying to load a FLV file using the Video, NetStream & NetConnection objects. I do this in an actionscript 3.0 class that extends MovieClip. I’m using an event listener on the class object on the ENTER_FRAME event. For some reason, the video.totalFrames = 1 although there are about 495 frames in the loaded movie. Therefore, when I enter the event handler, the value of video.currentFrame always equals zero.

Anybody familiar with this case?
Thanks,
OML