I have a MediaPlayBack component pointing to a flv that was created with the flash exporter and then ran through FLV Duration. When I place a button on the movie with:

on (release) {
_root.mPlayer.play(10);
}

It just stops the movie rather than jumping to that frame of the flv. The meta data seems to be working because I am able to get cuepoints to make the root movie jump to frames using the Frame Behavior. I am wondering if there is something wrong with my flvs. I grabbed a tutorial regarding cuepoints and using the flv supplied, I was able to get the external button to work.

Once again I am importing the video file, set the settings with the Flash Video Importer, select properties, export flv, run through FLV Duration and then point the MediaPlayer component to the flv in the parent movie.

Can anyone see something I'm doing incorrectly?

Thanks very much!!