var mod_fnewsbox1_movi_location = "";

function mod_fnewsbox1_movi_load_movie(movie,title){
  document.getElementById("mod_fnewsbox1_movi_tit").innerHTML = title;
  $f("mod_fnewsbox1_movi_player", mod_fnewsbox1_movi_location,{
    clip: {
        url: movie,
        autoPlay: false,
        autoBuffering: false
    },
    plugins: {
        controls: { all: false, autoHide: 'always', scrubber: true, play: true, playlist: false, mute: false, time: true, volume: true, fullscreen: true, height: '20', buttonColor: '#272A31', buttonOverColor: '#666d73', bufferColor: '#404040', sliderColor: '#00597b', progressColor: '#666d73', timeColor: '#e0e0e0', durationColor: '#e0e0e0', backgroundGradient: 'none', backgroundColor: 'transparent' }
  } });
}

function mod_fnewsbox1_movi_play_movie(){
  $f("mod_fnewsbox1_movi_player").play();
}

