flowplayer(
	"movie","/flowplayer/flowplayer-3.1.5.swf",{
        clip: {
            url: '/movie/fujigakuincm.flv',
            autoPlay: true,
            autoBuffering: false,
            bufferLength: 3,
            fadeInSpeed: 5000,
            scaling: 'scale'
        },
        canvas: {
            backgroundColor: '#000000',
            backgroundGradient: 'none'
        },
        plugins: {
            controls: {
                height: 24,
                play:true,
                stop:false,
                volume:true,
                mute:true,
                time:false,
                fullscreen:true,
        /* http://flowplayer.org/documentation/skinning/controlbar.html */
                volumeSliderColor: '#000000',
                tooltipColor: '#5F747C',
                progressColor: '#112233',
                bufferColor: '#445566',
                buttonColor: '#5F747C',
                sliderColor: '#000000',
                backgroundGradient: 'high',
                durationColor: '#ffffff',
                backgroundColor: '#222222',
                progressGradient: 'medium',
                borderRadius: '0',
                buttonOverColor: '#728B94',
                bufferGradient: 'none',
                timeBgColor: '#555555',
                sliderGradient: 'none',
                volumeSliderGradient: 'none',
                tooltipTextColor: '#ffffff',
                timeColor: '#01DAFF'
            }
        }
    }
);
