flowplayer("player", "plugin/flowplayer/flowplayer-3.0.3.swf");

$f("player", "plugin/flowplayer/flowplayer-3.0.3.swf", { 
    clip: { 
        url: 'f/pasukit.flv', 
        autoPlay: true 
    },
    plugins: { 
        controls: {
            url: 'plugin/flowplayer/flowplayer.controls-3.0.3.swf', 
            //コントロールバーの背景色
            backgroundColor: '#000000',
            //コントロールバー背景色のグラデーション強度
            backgroundGradient: 'low',
            //バッファエリアの色
            bufferColor: '#454700',
            //再生済みバーの色
            progressColor: '#667A00',
            
            // controlbar specific configuration  
            fontColor: '#000000',
            timeColor: '#BEE400',
            autoHide: 'never',
            
            // which buttons are visible and which not ? 
            play:true,
            volume:true, 
            mute:true,
            time:true,
            stop:false,
            playlist:false,
            fullscreen:true
        } 
    }  
});