I
ilkemcafe
Misafir
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ı
</embed>
</object>
Bu site Kodları Adam
Diye Çalıştırmış
Benim Kodlar İse Şöyle
Bunları Nasıl O Site gibi yapacam benimki seo bir şey anlayamadım...
Aşağıdaki Kodlar O Sitenin Kodları
PHP:
<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&autostart=true&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&autostart=true&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&autostart=true&showfsbutton=true" loop="true" width="450" height="400" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
Bu site Kodları Adam
PHP:
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
PHP:
<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...