[問題]請問360轉景的語法

Home Home
引用 | 編輯 lochunyi
2005-04-07 19:49
樓主
推文 x0
請問有人知道360度轉景的語法嗎?

我想學...有人可以告訴我嗎

獻花 x0
引用 | 編輯 kc715
2005-04-08 20:29
1樓
  
下面是引用lochunyi於2005-04-7 19:49發表的 [問題]請問360轉景的語法:
請問有人知道360度轉景的語法嗎?

我想學...有人可以告訴我嗎

語法...如果要做轉景的話

用FLASH或cool360之類的協力軟體來做會比較方便

獻花 x0
引用 | 編輯 lochunyi
2005-04-10 13:08
2樓
  
就是想要   ㄧ張照片 她會一直動....

那這樣也是 靠flash嗎

獻花 x0
引用 | 編輯 mmmnnnbbb
2005-04-12 01:58
3樓
  
下面是引用lochunyi於2005-04-10 13:08發表的 :
就是想要   ㄧ張照片 她會一直動....

那這樣也是 靠flash嗎


小弟並不瞭解你所謂一直動是啥意思


滑動圖片
http://www.tacocity.com.tw/AdTaconet/-1b07a426f4a7bcecde338c73e7734574|1113242306-/dynamic_frame.htm?sid=java/js/e/42.htm&TACO=1b07a426f4a7bcecde338c73e7734574|1113242306

顫動圖示
http://www.tacocity.com.tw/AdTaconet/-1b07a426f4a7bcecde338c73e7734574|1113242306-/dynamic_frame.htm?sid=java/js/e/17.htm&TACO=1b07a426f4a7bcecde338c73e7734574|1113242306

參考看看不是的話我再找找看 表情

還有不管用COOL3D 或FLASH   作3D環場效果照片最好要有12張 這樣人跟物才不會變的圓圓肥肥的
以上是小弟的經驗有錯請 賜教一下 謝謝

獻花 x0
引用 | 編輯 mabine124
2005-04-21 12:05
4樓
  
大大你是一下下面這段語法ㄅ
不知道是不是你要的 <記得要改圖片的連結喔>

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>高速 中速 低速</title>
</head>

<body onload=mov(); bgproperties="fixed" background="">

<SCRIPT language=JavaScript>
<!--
w = 2 ; // ?
t = 10 ; // ?
dirc = 0
/* ? */
function mov(){
if(dirc==0){
if (( pic1.style.posLeft -= w) < -pic1.width )
{ pic1.style.posLeft += pic1.width + pic2.width } ;
if (( pic2.style.posLeft -= w) < -( pic2.width + pic1.width ))
{ pic2.style.posLeft = pic1.style.posLeft } ;
timerID = setTimeout( "mov()", t ) ;
} else
{
if ((pic1.style.posLeft += w) > pic2.width )
{ pic1.style.posLeft -= ( pic1.width + pic2.width) } ;
if ((pic2.style.posLeft += w) > 0)
{ pic2.style.posLeft -= (pic1.width + pic2.width) } ;
timerID = setTimeout( "mov()", t ) ;
}
}
function Spd0(){if(w == 0){w = wo} else {wo = w;w = 0 }}
function Spdf(){ w=4 };
function Spdn(){ w=2 };
function Spds(){ w=1 };
function Dirn(){if(dirc==0){dirc=1} else {dirc=0}}
// -->
</SCRIPT>
<!--nobanner--><NOBR><IMG id=pic1 style="POSITION: relative" src="" width="2210" height="332"> <IMG id=pic2  
style="POSITION: relative" src="" width="2210" height="332"> </NOBR>  
<CENTER><font color="#CC0099">高速<INPUT onclick=Spdf() type=radio value=4
name=R1>   中速<INPUT onclick=Spdn() type=radio CHECKED value=3
name=R1>   低速</font><FONT color=#ffffff><INPUT onclick=Spds() type=radio value=4 name=R1></FONT> <INPUT style="FONT-WEIGHT: bold; COLOR: blue; FONT-FAMILY: " onclick=Spd0() type=button value="停 止、重 開">    
<INPUT style="FONT-WEIGHT: bold; COLOR: red; FONT-FAMILY: " onclick=Dirn() type=button value="逆 回 轉">    
<h2 align="center"> </h2>
<h2 align="center">
<span id="theText" style="width:100%">
<a href="http://home.kimo.com.tw/av09172517/my.html">
<font color="#9900CC" face="標楷體" size="6">~點我~</font></a></span></h2>
<script>
<!--
var from = 5;
var to = 50;
var delay = 5;
var glowColor = "#EAC6FF";

var i = to;
var j = 0;
textPulseDown();

function textPulseUp()
{
if (!document.all)
return
if (i < to)
{
theText.style.filter = "Glow(Color=" + glowColor + ", Strength=" + i + ")";
i++;
theTimeout = setTimeout('textPulseUp()',delay);
return 0;
}

if (i = to)
{
theTimeout = setTimeout('textPulseDown()',delay);
return 0;
}


}

function textPulseDown()
{
if (!document.all)
return
if (i > from)
{
theText.style.filter = "Glow(Color=" + glowColor + ", Strength=" + i + ")";
i--;
theTimeout = setTimeout('textPulseDown()',delay);
return 0;
}

if (i = from)
{
theTimeout = setTimeout('textPulseUp()',delay);
return 0;
}
}

//-->
</script>

</html>

獻花 x0
引用 | 編輯 lochunyi
2005-04-30 12:04
5樓
  
感謝妳...我會把這段語法試試看的...

獻花 x0