DirectX의 와이프 기능을 사용한 이미지 스와핑 효과

· 2004-11-12 (금) 10:45:25 · 3249
<HTML>
<HEAD>
<TITLE> 그누소스 </TITLE>
<STYLE>
body,td {font-size:12px}
</STYLE>
</HEAD>
<BODY>

<!----- 원하는 위치에 아래와 같이 코드를 붙여 넣으세요 ------->

<SCRIPT>
<!--
// 첫번째 이미지
var picture1="http://www.00fun.com/hillbilly_chic_laughing_lg_wht.gif"

// 두번째 이미지
var picture2="http://sir.co.kr/image/v9_lptitle.gif"

// 이미지의 크기를 설정 합니다
var picturewidth=240
var pictureheight=154
//-->
</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>

<!------------------ 여기까지 -------------->

</BODY>
</HTML><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>

첨부파일

321.html (1.4 KB) 130회 2005-06-13 14:56
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

8,188건
+
제목 글쓴이 날짜 조회
05-08-01 조회 3,939
05-07-24 조회 5,324
05-07-16 조회 5,425
bbbking
05-07-08 조회 3,243
bbbking
05-07-08 조회 3,063
bbbking
05-07-08 조회 8,691
05-07-01 조회 3,254
05-06-30 조회 4,624
05-06-24 조회 5,097
05-06-24 조회 3,337
05-06-21 조회 6,721
05-06-17 조회 4,540
05-06-15 조회 5,364
05-05-04 조회 3,593
05-04-11 조회 4,704
05-04-04 조회 5,118
05-04-02 조회 3,514
05-03-30 조회 3,215
05-03-15 조회 3,353
05-03-15 조회 3,037
05-03-14 조회 2,533
05-03-13 조회 2,741
05-03-13 조회 2,886
05-03-13 조회 2,722
05-03-13 조회 2,968
05-03-13 조회 4,560
05-03-13 조회 3,103
05-03-13 조회 2,531
05-03-13 조회 2,555
05-03-13 조회 2,416
05-03-13 조회 3,596
05-03-13 조회 2,632
05-03-13 조회 2,647
05-03-13 조회 3,128
05-03-13 조회 3,409
05-03-13 조회 3,002
05-03-13 조회 2,942
05-03-13 조회 3,633
05-03-13 조회 2,578
05-03-13 조회 4,074
05-03-13 조회 2,797
05-03-13 조회 3,160
05-03-13 조회 2,637
05-03-13 조회 3,822
05-03-13 조회 2,499
05-03-12 조회 4,825
05-02-04 조회 3,408
04-12-13 조회 7,015
04-12-01 조회 3,321
04-11-30 조회 3,393
04-11-30 조회 2,708
04-11-30 조회 2,604
04-11-30 조회 4,019
04-11-29 조회 3,751
04-11-28 조회 3,675
04-11-28 조회 3,968
04-11-28 조회 3,439
04-11-28 조회 2,957
04-11-28 조회 3,512
04-11-24 조회 3,170
04-11-23 조회 2,967
04-11-17 조회 2,957
04-11-12 조회 3,250
04-11-12 조회 2,602
04-11-10 조회 3,837
04-08-23 조회 4,272
04-08-09 조회 4,991
04-08-08 조회 4,691
04-08-05 조회 6,519
03-09-26 조회 5,174