<body> </body> 사이에 소스를 삽입하세요. |
<script language="JavaScript"> <!-- var picture1="그림파일1.jpg" var picture2="그림파일2.jpg" var picturewidth=300 var pictureheight=200 //--> </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, 3); 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> |
'■ 태그 > 연 습 방' 카테고리의 다른 글
둘이서 함께 (0) | 2009.05.17 |
---|---|
[스크랩] 음악재생에 필요한 태그 소스모음 (0) | 2009.05.16 |
음악주소 (0) | 2009.05.14 |
예쁜 글씨체 (0) | 2009.05.12 |
[스크랩] 영상시, 편지지 펌하는 방법 / 소스보는 방법 // 2가지 (0) | 2009.05.11 |