Arkadaşlar Ben Bir Video Sitesi Kuracam... Ben Bir Sitede Gördüm Site Sahibi Videoları YouTube Üzerinde Çalıştırıyor Ama Youtube Üzerinden Çalıştıgı Belli Olmuyor Başka Bir Flash Palyer Üzerinden Çalıştırıyor..
Aşağıdaki Kodlar O Sitenin Kodları
<object type="application/x-shockwave-flash" width="450" height="400"
                        wmode="transparent" data="https://www.redhat.com/v/swf/flvplayer.swf?file=http://chi-v123.chi.youtube.com/get_video?video_id=mwd4QYhoVbY&amp;autostart=true&amp;showfsbutton=true">
                          <param name="movie" value="https://www.redhat.com/v/swf/flvplayer.swf?file=http://chi-v123.chi.youtube.com/get_video?video_id=mwd4QYhoVbY&amp;autostart=true&amp;showfsbutton=true" />
                          <param name="wmode" value="transparent" />
                          <param name="allowScriptAccess" value="sameDomain" />
                          <embed src="https://www.redhat.com/v/swf/flvplayer.swf?file=http://chi-v123.chi.youtube.com/get_video?video_id=mwd4QYhoVbY&amp;autostart=true&amp;showfsbutton=true" loop="true" width="450" height="400" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</embed>
</object>

Bu site Kodları Adam
https://www.redhat.com/v/swf/flvplayer.swf?file=http://chi-v123.chi.youtube.com/get_video?video_id=mwd4QYhoVbY
Diye Çalıştırmış

Benim Kodlar İse Şöyle
<object width="425" height="350">
       <param name="movie" value="<? echo $r[kod];?>" />
       <param>
       </param>
       <param name="wmode" value="transparent" />
       <param>
       </param>
       <embed src="file<? echo $r[kod];?>" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350">
       </embed>
      </object>
Bunları Nasıl O Site gibi yapacam benimki seo bir şey anlayamadım...