① C# 圖片不停隨機變換怎麼弄
你用timer 控制項
this.timer1.Interval = 1000;間隔時間 1秒
這個方法能讓pictureBox裡面圖片每秒換一個
int b=1;
private void timer2_Tick(object sender, EventArgs e)
{
pictureBox.Image = Image.FromFile( @"\圖片30個\"+b+".jpg");
b=b+1;
}
如果你想停,找個按鈕事件裡面寫
this.timer1.enable=false;
就行了。
你要有點C#基礎應該能明白,懶得具體寫了
② 在淘寶店鋪裝修中,滑鼠滑過一張圖片會自動切換成另一個圖片,這個代碼是神馬
試試這個圖片切換
有12345數字一起切換
有小圖大圖一起切換
裡面有教程和源碼
③ 求 flash 高手! 圖片隨機切換的效果怎麼做或是給我代碼瞧瞧!~不勝感激!~ 542243213 。
試試這個圖片切換
有12345數字一起切換
滑鼠點一下數字會變換到另一張圖片,不點就會自動換
裡面有教程和源碼
④ html怎樣實現圖片自動切換
1、首先,打開html編輯器,新建html文件,例如:index.html。
⑤ 易語言滑鼠經過點擊換每張圖片,有源碼
圖片上一張下一張切換(源碼):
yun去pan.cn/lk/Q2zEt6GzbEeG4
上面的地址先把「去」去掉,復制到瀏覽器然後可以下載
⑥ 網頁隨機不重復顯示定時自動更換圖片代碼
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>無標題文檔</title>
</head>
<SCRIPT language=JavaScript>
<!-- // BannerAD
var bannerAD=new Array();
var bannerADlink=new Array();
var adNum=0;
bannerAD[0]="file:///d|/我的文檔/My Pictures/23.jpg";
bannerADlink[0]="#";
bannerAD[1]="file:///d|/我的文檔/My Pictures/sy_p2.gif";
bannerADlink[1]="#";
bannerAD[2]="file:///d|/我的文檔/My Pictures/sy_p3.gif";
bannerADlink[2]="#";
bannerAD[3]="file:///d|/我的文檔/My Pictures/sy_p4.gif";
bannerADlink[3]="#";
bannerAD[4]="file:///d|/我的文檔/My Pictures/sy_p5.gif";
bannerADlink[4]="#";
var preloadedimages=new Array();
for (i=0;i<bannerAD.length;i++){
preloadedimages=new Image();
preloadedimages.src=bannerAD;
}
function setTransition(){
if (document.all){
bannerADrotator.filters.revealTrans.Transition=Math.floor(Math.random()*23);
bannerADrotator.filters.revealTrans.apply();
}
}
function playTransition(){
if (document.all)
bannerADrotator.filters.revealTrans.play()
}
function nextAd(){
if(adNum<bannerAD.length-1)adNum++ ;
else adNum=0;
setTransition();
document.images.bannerADrotator.src=bannerAD[adNum];
playTransition();
theTimer=setTimeout("nextAd()", 3500);
}
function jump2url(){
jumpUrl=bannerADlink[adNum];
jumpTarget='_blank';
if (jumpUrl != ''){
if (jumpTarget != '')window.open(jumpUrl,jumpTarget);
else location.href=jumpUrl;
}
}
function displayStatusMsg() {
status=bannerADlink[adNum];
document.returnValue = true;
}
//-->
</SCRIPT>
<body> <table width="319" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="319" height="1600"><IMG src="file:///d|/我的文檔/My Pictures/4068262_4071.jpg" name=bannerADrotator width="363" height="555" border=0 style="FILTER: revealTrans(ration=3,transition=23)"><SCRIPT language=JavaScript>nextAd()</SCRIPT></td>
</tr>
</table>
</body>
</html>
這是每個圖片變換的 一個接著一個下去的 沒有重復 只有當你的圖片全部播完了 再一次播放下去 沒有停止的哦 至於圖片你要多少你就添加多幾個
bannerAD[1]="file:///d|/我的文檔/My Pictures/sy_p2.gif"; 代碼就好了
希望能夠幫到你
⑦ 關於JS自動切換圖片的代碼,需往裡面添加鏈接
在以下代碼段添加 this._a.href = list.url; 如下:
//設置圖片屬性
this._img.src = list.img;
this._img.alt = list.text;
this._a.href = list.url;
另外,rvt.Add('圖片3','提示','點擊圖片時鏈接的地址');
如果是外部鏈接,可以寫成 rvt.Add('圖片3','提示','http://點擊圖片時鏈接的地址');
⑧ 網頁隨機不重復顯示圖片代碼
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>無標題文檔</title>
</head><script language="JavaScript">
today=new Date();
jran=today.getTime();
function rnd() {
ia=9301;
ic=49297;
im=233280;
jran = (jran*ia+ic) % im;
return jran/(im*1.0);
};
function rand(number) {
return Math.ceil(rnd()*number);
};
document.write("<center>");
for(i=1;i<=1;i++) {
myNum=(rand(3)); //改成你要隨機顯示的圖片數;
if(myNum == 1) document.write("<img src='1.jpg'>"); //圖片路徑,可用http://
if(myNum == 2) document.write("<img src='2.jpg'>");
if(myNum == 3) document.write("<img src='3.jpg'>");
else {
document.write();
}
};
document.write("</center>");
</script>
<body>
</body>
</html>