function add_movie(movie, div, y) {
    var so = new SWFObject('video/player.swf', 'mpl', '450', y, '9.0.98');
    so.useExpressInstall('swfobject1-5/expressinstall.swf');
    so.addParam('allowscriptaccess', 'always');
    so.addParam('allowfullscreen', 'true');
    so.addParam('flashvars', '&file=' + movie + '&fullscreen=true&autostart=false');
    so.write(div);
}