Ağaşıdaki şekilde kullanmayı dene
<script type="text/javascript">
var so = new SWFObject('player2.swf','mpl','712','526','8');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addParam("flashvars","file=<?=$vd['videoresim']?>&image=<?=$vd['videoresim']?>&autostart=true");
so.addVariable('height','460');
so.addVariable('width','630');
so.addVariable('logo','http://www.site.com/images/flvlogo.png');
so.addVariable('fullscreen','true');
so.addVariable('searchbar','false');
so.addVariable('overstretch','true');
so.addVariable('linkfromdisplay','true');
so.write('player');
</script>