看板 Web_Design 關於我們 聯絡資訊
※ 引述《qazsd (^_^)》之銘言: : 如下的原始碼: : <SCRIPT> : // the name of your first picture-file var picture1="f-71.jpg" : // the name of your second picture-file var picture2="f-72.jpg" : // the width and height of your pictures (pixels) : var picturewidth=470 : var pictureheight=300 : </SCRIPT> : <SCRIPT language=JavaScript> : <!-- : if (document.all) { : document.write('<OBJECT ID="DAControl_Wipe" ') : document.write('STYLE="width:'+picturewidth+';height:'+pictureheight+'"') : document.write('CLASSID="CLSID:B6FFC24C-7E13-11D0-9B47-00C04FC2F51D">') : document.write('</OBJECT>') : m = DAControl_Wipe.MeterLibrary; : whatTransformation = new : ActiveXObject("DXImageTransform.Microsoft.Wipe"); : whatPictures = new Array(); whatPictures[0] = m.ImportImage(picture1); whatPictures[1] = m.ImportImage(picture2); forward = m.Interpolate(0, 1, 3); back = m.Interpolate(1, 0, 2); : whatMovement = m.Sequence(forward, back).RepeatForever(); : whatTransformation.GradientSize = 1.0; : whatTransformation.WipeStyle = 0; : theResult = m.ApplyDXTransform( whatTransformation, : whatPictures, whatMovement ); : DAControl_Wipe.Image = theResult.OutputBvr; : DAControl_Wipe.Start(); : } : //--> : </SCRIPT> 這應該是vbscript 吧... ... 自己加上去吧 -- 「真的很慶幸自己曾經有妳相伴。 共渡的那段時光,不論快樂悲傷, 我從來沒有,也永遠不會,忘記。」 Mingbay“玉之器 203” -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 202.132.72.186