ben hep embed ve embed tagları arasında kodları kullanırdım örnek ;

Alıntı
<embed id="VideoPlayback" src="http://video.google.com/googleplayer.swf?docid=6761428061198060182&hl=tr&f s=true" style="width:400px;height:326px" allowFullScreen="true" allowScriptAccess="always" type="application/x-shockwave-flash"> </embed>
mesela bu kodları sizin kodlara göre düzenlersek;

Alıntı
<object type="application/x-shockwave-flash" width="400" height="326" data="http://video.google.com/googleplayer.swf?docid=6761428061198060182&hl=tr&f s=true">
<param name="movie" value="http://video.google.com/googleplayer.swf?docid=6761428061198060182&hl=tr&f s=true" />
<param name="quality" value="high" />
<param name="allowFullScreen" value="true" />
<param name="flashvars" value="fs=true" />
</object>
Bu şekilde mi yapmam gerekli?

Ya da;

Alıntı
<object type="application/x-shockwave-flash" width="400" height="326" data="http://video.google.com/googleplayer.swf?docid=6761428061198060182&hl=tr&f s=true">
<param name="movie" value="http://video.google.com/googleplayer.swf?docid=6761428061198060182&hl=tr&f s=true" />
<param name="allowFullScreen" value="true" />
</object>
Böyle yapsam olur mu