![]() |
|
|||||||
| Kayıt ol | Blogs | Yardım | Üye Listesi | Ajanda | iTrader | Forumları Okundu Kabul Et |
| SMF SMF Temalar Eklentiler |
|
|
|
LinkBack | Seçenekler | Stil |
|
||||
|
Youtube, Google, Metacafe, Mynet, Livevideo, Birghtcove, VidiVodo, İzlesene
Gifler Ektedir arkadaşlar bunları Kullandığınız temanın bbc klasorune atmanız gerekiyor. sources/subs.php yi aç bunu bul Kod:
array( 'tag' => 'green', 'before' => '<span style="color: green;">', 'after' => '</span>', ), Kod:
array(
'tag' => 'mynet',
'type' => 'unparsed_commas_content',
'test' => '\d+,\d+\]',
'content' => '<object width="400" height="334"><param name="movie" value="http://vdo.mynet.com/e/$1" ></param><embed src="http://vdo.mynet.com/e/$1" type="application/x-shockwave-flash" wmode="transparent" width="400" height="334"></embed></object>',
'validate' => create_function('&$tag, &$data, $disabled', '
if (isset($disabled[\'url\']))
$tag[\'content\'] = \'$1\';'),
'disabled_content' => '<a href="$1" target="_blank">$1</a>',
),
array(
'tag' => 'bright',
'type' => 'unparsed_commas_content',
'test' => '\d+,\d+\]',
'content' => '<embed src="http://admin.brightcove.com/destination/player/player.swf" bgcolor="#FFFFFF" flashVars="allowFullScreen=true&initVideoId=$1&servicesURL=http://www.brightcove.com&viewerSecureGatewayURL=https://www.brightcove.com&cdnURL=http://admin.brightcove.com&autoStart=false" base="http://admin.brightcove.com" width="486" height="412" type="application/x-shockwave-flash" wmode="transparent"></embed>',
'validate' => create_function('&$tag, &$data, $disabled', '
if (isset($disabled[\'url\']))
$tag[\'content\'] = \'$1\';'),
'disabled_content' => '<a href="$1" target="_blank">$1</a>',
),
array(
'tag' => 'vidivodo',
'type' => 'unparsed_commas_content',
'test' => '\d+,\d+\]',
'content' => '<embed src="http://www.vidivodo.com/VideoPlayerShare.swf?lang=tr&vidID=$1.flv" type="application/x-shockwave-flash" wmode="transparent" width="425" height="343"></embed>',
'validate' => create_function('&$tag, &$data, $disabled', '
if (isset($disabled[\'url\']))
$tag[\'content\'] = \'$1\';'),
'disabled_content' => '<a href="$1" target="_blank">$1</a>',
),
array(
'tag' => 'izlesene',
'type' => 'unparsed_commas_content',
'test' => '\d+,\d+\]',
'content' => '<embed src="http://www.izlesene.com/player2.swf?video=$1" wmode="transparent" width="432" height="344" type="application/x-shockwave-flash"></embed>',
'validate' => create_function('&$tag, &$data, $disabled', '
if (isset($disabled[\'url\']))
$tag[\'content\'] = \'$1\';'),
'disabled_content' => '<a href="$1" target="_blank">$1</a>',
),
array(
'tag' => 'youtube',
'type' => 'unparsed_commas_content',
'test' => '\d+,\d+\]',
'content' => '<object width="$2" height="$3"><param name="movie" value="http://www.youtube.com/v/$1" ></param><embed src="http://www.youtube.com/v/$1" type="application/x-shockwave-flash" width="$2" height="$3"></embed></object>',
'validate' => create_function('&$tag, &$data, $disabled', '
if (isset($disabled[\'url\']))
$tag[\'content\'] = \'$1\';'),
'disabled_content' => '<a href="$1" target="_blank">$1</a>',
),
array(
'tag' => 'google',
'type' => 'unparsed_commas_content',
'test' => '\d+,\d+\]',
'content' => '<embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=$1&hl=en" flashvars=""></embed> ',
'validate' => create_function('&$tag, &$data, $disabled', '
if (isset($disabled[\'url\']))
$tag[\'content\'] = \'$1\';'),
'disabled_content' => '<a href="$1" target="_blank">$1</a>',
),
array(
'tag' => 'metacafe',
'type' => 'unparsed_commas_content',
'test' => '\d+,\d+\]',
'content' => '<embed src="http://www.metacafe.com/fplayer/$1.swf" type="application/x-shockwave-flash" width="400" height="345"></embed>',
'validate' => create_function('&$tag, &$data, $disabled', '
if (isset($disabled[\'url\']))
$tag[\'content\'] = \'$1\';'),
'disabled_content' => '<a href="$1" target="_blank">$1</a>',
),
array(
'tag' => 'livevideo',
'type' => 'unparsed_commas_content',
'test' => '\d+,\d+\]',
'content' => '<embed src="http://www.livevideo.com/flvplayer/embed/$1" type="application/x-shockwave-flash" quality="high" WIDTH="445" HEIGHT="369" wmode="transparent"></embed>',
'validate' => create_function('&$tag, &$data, $disabled', '
if (isset($disabled[\'url\']))
$tag[\'content\'] = \'$1\';'),
'disabled_content' => '<a href="$1" target="_blank">$1</a>',
),
kullandığınız tema klasoru/display.template.php ve post.template.php de bunu bul Kod:
'ftp' => array('code' => 'ftp', 'before' => '[ftp=', 'after' => ']', 'after' => '[/ftp]', 'description' => $txt[434]),
Kod:
array(),
'youtube' => array('code' => 'youtube', 'before' => '[youtube=425,350]', 'after' => '[/youtube]', 'description' => Youtube),
'google' => array('code' => 'google', 'before' => '[google=400,326]', 'after' => '[/google]', 'description' => Google),
'metacafe' => array('code' => 'metacafe', 'before' => '[metacafe=400,345]', 'after' => '[/metacafe]', 'description' => Metacafe),
'mynet' => array('code' => 'mynet', 'before' => '[mynet=400,334]', 'after' => '[/mynet]', 'description' => Mynet),
'livevideo' => array('code' => 'livevideo', 'before' => '[livevideo=445,369]', 'after' => '[/livevideo]', 'description' => Livevideo),
'bright' => array('code' => 'bright', 'before' => '[bright=486,412]', 'after' => '[/bright]', 'description' => Brightcove),
'vidivodo' => array('code' => 'vidivodo', 'before' => '[vidivodo=425,343]', 'after' => '[/vidivodo]', 'description' => Vidivodo),
'izlesene' => array('code' => 'izlesene', 'before' => '[izlesene=432,344]', 'after' => '[/izlesene]', 'description' => izlesene),
[size=11pt]Taglar Arasına Eklenecek Kodlar Koyu Renkle İşaretlenmiştir[/size] Youtube http://www.youtube.com/watch?v=zZp75fWe-ss http://video.google.com/videoplay?docid=-2494059705240860619 Metacafe http://www.metacafe.com/watch/598235/transformers_2007 Mynet http://vdo.mynet.com/video/15227 Livevideo http://www.livevideo.com/video/9C5A230FB61D4AADA54A81886F5417BC/transformers-movie-2007-traile.aspx Birghtcove http://www.brightcove.com/title.jsp?title=440747898 VidiVodo (sitene koy kısmındaki) <object width="425" height="343"><param name="movie" value="http://www.vidivodo.com/VideoPlayerShare.swf?lang=tr&vidID=49196&vCode=v200705241432490049196&dura=146&File=v idservers/server65/videos/2007/05/24/14/v200705241432490049196.flv"></param><param name="wmode" value="transparent"></param><embed src="http://www.vidivodo.com/VideoPlayerShare.swf?lang=tr&vidID=49196&vCode=v20 0705241432490049196&dura=146&File=vidservers/server65/videos/2007/05/24/14/v200705241432490049196.flv" type="application/x-shockwave-flash" wmode="transparent" width="425" height="343"></embed></object> İzlesene http://www.izlesene.com/video/sinema/117639/transformers v Mod Smfturk.com Õz©ãnkã arkadaşımızdan alıntıdır. manuel mod kuramayan arkadaşlar olursa pm ile yardım edebilirim. |
|
|||
|
herşey normal çıkıyor ama videoyu göstermiyor anlamadım açıkçası
mesela [google=400,326]http://video.google.com/videoplay?docid=1618336790198865198[/google] yazdığımda google player çıkıyor ama görüntü yok (siyah ekran) bir hata olma ihtimali ar mı?? |
![]() |
| Konuyu Toplam 2 Üye okuyor. (0 Kayıtlı üye ve 2 Misafir) | |
| Seçenekler | |
| Stil | |
|
|
Benzer Konular
|
||||
| Konu | Konuyu Başlatan | Forum | Cevaplar | Son Mesaj |
| Hepsi Bir Arada: JUBİİ (bildirgec.org) | RSS | Ordan burdan konumuzla ilgili RSS ler | 0 | 2007-06-11 07:20 |
| 2400 tane hepsi bir arada wordpress teması (bildirgec.org) | RSS | Ordan burdan konumuzla ilgili RSS ler | 0 | 2007-05-09 18:10 |
| Kullanıcı modları (wm.web.tr) | RSS | Ordan burdan konumuzla ilgili RSS ler | 0 | 2007-03-28 16:50 |
| 7Bin Tane Video Satılıktır Hepsi Sunucuda | biqq | Script Satışı Siparişi | 4 | 2007-02-07 01:14 |
| video, oyun, resim 3ü bir arada script | impreza | Script Satışı Siparişi | 6 | 2006-12-03 00:21 |