var attributes = {};
var params = {};
// for fullscreen
params.allowfullscreen = 'true';
params.allowscriptaccess='always';
var flashvars = {};
// the video file or the playlist file
// the PHP script (1.5 is a recommended value for PHP Streaming for bufferlength)
flashvars.streamscript = 'flvprovider.php';
flashvars.bufferlength = '1.5';
// width and height of the player (h is height of the video + 20 for controlbar)
// required for IE7
flashvars.width = '180';
flashvars.height = '140';
// width and height of the video
flashvars.displaywidth = '180';
flashvars.displayheight = '140';
flashvars.autostart = 'false';
flashvars.repeat ='no';
flashvars.showdigits = 'true';
// for fullscreen
flashvars.showfsbutton = 'true';