Flash Video Streaming Problem

I’m doing “real” video streaming using communication server and the mediaplayer component. Everything streams and looks fine.

My problem is that I want to be able to jump to a specific point in the stream using actionscript. Something like myMediaPlayer.goto(400), where 400 would be seconds.

I know that when using the netstream class it has a seek() function but I can’t find out how to do it with “real” streaming video.

Any help would be greatly appreciated,
Lee