Ya aslında rtmp ayarlamasını yapabilirsem, bizim 300 tane siteyi birleştirmemize gerek kalmayacak... direk fizy den çekicek
Aynen ya rss ler fena kasmaya başladı bugünlerde

Sen de geç şu feedburnera yoksa yanıcak ortalık valla

Bide muratı görürsen söyle wlm yi denemesin tabloların hepsi sağa sola kaydı onun yüzünden
Ayrıca temada content kodunu şöyle sorgulatıp;
add_filter('the_content', 'ytplaylist_plugin',1);
add_filter('the_content_rss', 'ytplaylist_plugin',1);
add_filter('comment_text', 'ytplaylist_plugin');
define("YOUTUBE_WIDTH", 460); // default width
define("YOUTUBE_HEIGHT", 260); // default height
define("YOUTUBE_REGEXP", "/\[youtube ([[:print:]]+)\]/");
define("YOUTUBE_TARGET", "<object width=\"###WIDTH###\" height=\"###HEIGHT###\"><param name=\"movie\" value=\"http://www.youtube.com/v/###URL###&fs=1\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"http://www.youtube.com/v/###URL###&fs=1\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"###WIDTH###\" height=\"###HEIGHT###\"></embed></object>");
function youtube_plugin_callback($match)
{
$tag_parts = explode(" ", rtrim($match[0], "]"));
$output = YOUTUBE_TARGET;
$output = str_replace("###URL###", $tag_parts[1], $output);
if (count($tag_parts) > 2) {
if ($tag_parts[2] == 0) {
$output = str_replace("###WIDTH###", YOUTUBE_WIDTH, $output);
} else {
$output = str_replace("###WIDTH###", $tag_parts[2], $output);
}
if ($tag_parts[3] == 0) {
$output = str_replace("###HEIGHT###", YOUTUBE_HEIGHT, $output);
} else {
$output = str_replace("###HEIGHT###", $tag_parts[3], $output);
}
} else {
$output = str_replace("###WIDTH###", YOUTUBE_WIDTH, $output);
$output = str_replace("###HEIGHT###", YOUTUBE_HEIGHT, $output);
}
return ($output);
}
function youtube_plugin($content)
{
return (preg_replace_callback(YOUTUBE_REGEXP, 'youtube_plugin_callback', $content));
}Özel alanlarda kaybolup gitmek yerine [youtube id ] şeklinde kullanımla contenti ve videoyu ayırsak :d yani contente eklenen bu id yi al playera monte et..İstersen elimde 27 tane video sitesi için hazırlanmış hali var..Onları veriyim ekle oraya..Yazı editöründe herhangi bir yere eklenen video id sini playera göm

tamamdır..
Yanlız flv player hangisi?