// if( running ) mp.start();
}
public void setCurrentFrame( int frameIdx )
{
final FramePositioningControl fpc = getFramePosCtrl();
if( fpc != null) {
// fucking scheiss don't work
// fpc.seek( frameIdx );
// this don't work either. returns null
final Time t = fpc.mapFrameToTime( frameIdx );
//System.err.println( t );
if( (t != null) && (t != Time.TIME_UNKNOWN) ) {
mp.setMediaTime( t );
} else {
// fobs is in fact so sucky, it will never do what JMF defines.