Forum'da ara:
Ara


Yazar Mesaj
Mesaj07.05.2013, 19:59 (UTC)    
Mesaj konusu: slider nasıl yapabilirm ?

Arkadaşlar ben haber sitelerindeki gibi bir slider hazırlamak istiyorum. Bunun için ne yapabilirm yardımlarınız için şimdiden teşekkür ederim...
Mesaj07.05.2013, 21:27 (UTC)    
Mesaj konusu:

Kod:
<!--
var pic_width=590; /*Genişlik*/
var pic_height=100; a/*Yükseklik*/
var button_pos=6;
var stop_time=5000; /*Değişim süresi. Her saniye için 1000 arttırın*/
var show_text=0;
var txtcolor="161710";
var bgcolor="161710";

var imag=new Array();
var link=new Array();
var text=new Array();


imag[1]="http://img.webme.com/pic/w/webnetlebi/slider2.jpg";
link[1]="http://webnetlebi.tr.gg/Bedava_Sitem-Slider-Man%26%23351%3Bet-2-%7C-Tr-.-Gg-Wordpress-Slider-Man%26%23351%3Bet.htm";
text[1]="Logo1";

imag[2]="http://img.webme.com/pic/w/webnetlebi/forum1.jpg";
link[2]="http://webnetlebi.tr.gg/Gezgin-Forum/index.htm";
text[2]="Logo2";

imag[3]="http://img.webme.com/pic/w/webnetlebi/link4.jpg";
link[3]="http://webnetlebi.tr.gg/Link-Listesi-Ve-Toplist.htm";
text[3]="Logo1";

imag[4]="http://img.webme.com/pic/w/webnetlebi/ata3.jpg";
link[4]="http://webnetlebi.tr.gg/Atam%26%23305%3Bz%26%23305%3Bn-El-Yaz%26%23305%3Bs%26%23305%3B-Font-Oldu--ar-.htm";
text[4]="Logo1";

imag[5]="http://img.webme.com/pic/w/webnetlebi/pc5.jpg";
link[5]="#";
text[5]="Logo1";

imag[6]="http://img.webme.com/pic/w/webnetlebi/web6.jpg";
link[6]="#";
text[6]="Logo1";


var swf_height=show_text==1?pic_height+0:pic_height;
var pics="", links="", texts="";
for(var i=1; i<imag.length; i++){
pics=pics+("|"+imag[i]);
links=links+("|"+link[i]);
texts=texts+("|"+text[i]);
}
pics=pics.substring(1);
links=links.substring(1);
texts=texts.substring(1);

document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ pic_width +'" height="'+ swf_height +'" style="margin: 0px 0px 0px 0px;">');
document.write('<param name="movie" value=" http://wwebw.clanteam.com/Slides/slide1/flash/focus.swf ">');
document.write('<param name="quality" value="high">');
document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&pic_width='+pic_width+'&pic_height='+pic_height+'&show_text='+show_text+'&txtcolor='+txtcolor+'&bgcolor='+bgcolor+'&button_pos='+button_pos+'&stop_time='+stop_time+'">');
document.write('<embed style="margin: 3px 0px 5px 0px;" src="http://wwebw.clanteam.com/Slides/slide1/flash/focus.swf" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&pic_width='+pic_width+'&pic_height='+pic_height+'&show_text='+show_text+'&txtcolor='+txtcolor+'&bgcolor='+bgcolor+'&button_pos='+button_pos+'&stop_time='+stop_time+'" quality="high" width="'+ pic_width +'" height="'+ swf_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
document.write('</object>');
//--> <script type="text/javascript">
<!--
var pic_width=590; /*Genişlik*/
var pic_height=100; a/*Yükseklik*/
var button_pos=6;
var stop_time=5000; /*Değişim süresi. Her saniye için 1000 arttırın*/
var show_text=0;
var txtcolor="161710";
var bgcolor="161710";

var imag=new Array();
var link=new Array();
var text=new Array();


imag[1]="http://img.webme.com/pic/w/webnetlebi/slider2.jpg";
link[1]="http://webnetlebi.tr.gg/Bedava_Sitem-Slider-Man%26%23351%3Bet-2-%7C-Tr-.-Gg-Wordpress-Slider-Man%26%23351%3Bet.htm";
text[1]="Logo1";

imag[2]="http://img.webme.com/pic/w/webnetlebi/forum1.jpg";
link[2]="http://webnetlebi.tr.gg/Gezgin-Forum/index.htm";
text[2]="Logo2";

imag[3]="http://img.webme.com/pic/w/webnetlebi/link4.jpg";
link[3]="http://webnetlebi.tr.gg/Link-Listesi-Ve-Toplist.htm";
text[3]="Logo1";

imag[4]="http://img.webme.com/pic/w/webnetlebi/ata3.jpg";
link[4]="http://webnetlebi.tr.gg/Atam%26%23305%3Bz%26%23305%3Bn-El-Yaz%26%23305%3Bs%26%23305%3B-Font-Oldu--ar-.htm";
text[4]="Logo1";

imag[5]="http://img.webme.com/pic/w/webnetlebi/pc5.jpg";
link[5]="#";
text[5]="Logo1";

imag[6]="http://img.webme.com/pic/w/webnetlebi/web6.jpg";
link[6]="#";
text[6]="Logo1";


var swf_height=show_text==1?pic_height+0:pic_height;
var pics="", links="", texts="";
for(var i=1; i<imag.length; i++){
pics=pics+("|"+imag[i]);
links=links+("|"+link[i]);
texts=texts+("|"+text[i]);
}
pics=pics.substring(1);
links=links.substring(1);
texts=texts.substring(1);

document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ pic_width +'" height="'+ swf_height +'" style="margin: 0px 0px 0px 0px;">');
document.write('<param name="movie" value=" http://wwebw.clanteam.com/Slides/slide1/flash/focus.swf ">');
document.write('<param name="quality" value="high">');
document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&pic_width='+pic_width+'&pic_height='+pic_height+'&show_text='+show_text+'&txtcolor='+txtcolor+'&bgcolor='+bgcolor+'&button_pos='+button_pos+'&stop_time='+stop_time+'">');
document.write('<embed style="margin: 3px 0px 5px 0px;" src="http://wwebw.clanteam.com/Slides/slide1/flash/focus.swf" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&pic_width='+pic_width+'&pic_height='+pic_height+'&show_text='+show_text+'&txtcolor='+txtcolor+'&bgcolor='+bgcolor+'&button_pos='+button_pos+'&stop_time='+stop_time+'" quality="high" width="'+ pic_width +'" height="'+ swf_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
document.write('</object>');
//-->
    </script>


Bu kodu incelersin. Fotoğraf linklerinin olduğu yere kendi fotoğraf linklerini koyarsın.
______________
Mesaj16.05.2013, 11:56 (UTC)    
Mesaj konusu: Cevap..

Tabiikide kodlarla yapabilirsin.. Smile
Mesaj27.05.2013, 23:54 (UTC)    
Mesaj konusu:

yapamassan yardımcı olurum
______________
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu