home *** CD-ROM | disk | FTP | other *** search
Wrap
<html> <head> <title>Dreaming of Santa</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script language="JavaScript"> <!-- function MM_timelinePlay(tmLnName, myID) { //v1.2 //Copyright 1997 Macromedia, Inc. All rights reserved. var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false; if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time tmLn = document.MM_Time[tmLnName]; if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID if (myID == tmLn.ID) { //if Im newest setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay); fNew = ++tmLn.curFrame; for (i=0; i<tmLn.length; i++) { sprite = tmLn[i]; if (sprite.charAt(0) == 's') { if (sprite.obj) { numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0]; if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range keyFrm=1; for (j=0; j<sprite.values.length; j++) { props = sprite.values[j]; if (numKeyFr != props.length) { if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr]; else sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr]; } else { while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++; if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) { if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1]; else sprite.obj[props.prop2][props.prop] = props[keyFrm-1]; } } } } } } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value); if (fNew > tmLn.lastFrame) tmLn.ID = 0; } } } function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0 //Copyright 1997 Macromedia, Inc. All rights reserved. var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj; if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time tmLn = document.MM_Time[tmLnName]; if (numGotos != null) if (tmLn.gotoCount == null) tmLn.gotoCount = 1; else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return} jmpFwd = (fNew > tmLn.curFrame); for (i = 0; i < tmLn.length; i++) { sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back if (sprite.charAt(0) == "s") { numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0]; lastKeyFr = sprite.keyFrames[numKeyFr - 1]; if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++); for (j=0; j<sprite.values.length; j++) { props = sprite.values[j]; if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range if (sprite.obj != null) { if (props.prop2 == null) sprite.obj[props.prop] = props[propNum]; else sprite.obj[props.prop2][props.prop] = props[propNum]; } } } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value); } tmLn.curFrame = fNew; if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)'); } function MM_initTimelines() { //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved. var ns = navigator.appName == "Netscape"; document.MM_Time = new Array(1); document.MM_Time[0] = new Array(3); document.MM_Time["Timeline1"] = document.MM_Time[0]; document.MM_Time[0].MM_Name = "Timeline1"; document.MM_Time[0].fps = 15; document.MM_Time[0][0] = new String("behavior"); document.MM_Time[0][0].frame = 111; document.MM_Time[0][0].value = "MM_timelineGoto('Timeline1','1')"; document.MM_Time[0][1] = new String("sprite"); document.MM_Time[0][1].slot = 1; if (ns) document.MM_Time[0][1].obj = document["Layer10"]; else document.MM_Time[0][1].obj = document.all ? document.all["Layer10"] : null; document.MM_Time[0][1].keyFrames = new Array(1, 20); document.MM_Time[0][1].values = new Array(5); document.MM_Time[0][1].values[0] = new Array(613,593,573,554,534,514,494,474,455,435,415,395,376,356,336,316,296,277,257,237); document.MM_Time[0][1].values[0].prop = "left"; document.MM_Time[0][1].values[1] = new Array(62,61,61,60,60,59,59,58,58,57,57,56,56,55,55,54,54,53,53,52); document.MM_Time[0][1].values[1].prop = "top"; if (!ns) { document.MM_Time[0][1].values[0].prop2 = "style"; document.MM_Time[0][1].values[1].prop2 = "style"; } document.MM_Time[0][1].values[2] = new Array(85,80,76,71,67,62,58,53,49,44,40,35,31,26,22,17,13,8,4,0); document.MM_Time[0][1].values[2].prop = "width"; if (!ns) document.MM_Time[0][1].values[2].prop2 = "style"; document.MM_Time[0][1].values[3] = new Array(105,99,93,88,82,77,71,66,60,55,49,44,38,33,27,22,16,11,5,0); document.MM_Time[0][1].values[3].prop = "height"; if (!ns) document.MM_Time[0][1].values[3].prop2 = "style"; document.MM_Time[0][1].values[4] = new Array("1","2"); document.MM_Time[0][1].values[4].prop = "zIndex"; if (!ns) document.MM_Time[0][1].values[4].prop2 = "style"; document.MM_Time[0][2] = new String("sprite"); document.MM_Time[0][2].slot = 1; if (ns) document.MM_Time[0][2].obj = document["Layer10"]; else document.MM_Time[0][2].obj = document.all ? document.all["Layer10"] : null; document.MM_Time[0][2].keyFrames = new Array(21, 110); document.MM_Time[0][2].values = new Array(5); document.MM_Time[0][2].values[0] = new Array(237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237); document.MM_Time[0][2].values[0].prop = "left"; document.MM_Time[0][2].values[1] = new Array(52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52); document.MM_Time[0][2].values[1].prop = "top"; if (!ns) { document.MM_Time[0][2].values[0].prop2 = "style"; document.MM_Time[0][2].values[1].prop2 = "style"; } document.MM_Time[0][2].values[2] = new Array(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0); document.MM_Time[0][2].values[2].prop = "width"; if (!ns) document.MM_Time[0][2].values[2].prop2 = "style"; document.MM_Time[0][2].values[3] = new Array(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0); document.MM_Time[0][2].values[3].prop = "height"; if (!ns) document.MM_Time[0][2].values[3].prop2 = "style"; document.MM_Time[0][2].values[4] = new Array("2","1"); document.MM_Time[0][2].values[4].prop = "zIndex"; if (!ns) document.MM_Time[0][2].values[4].prop2 = "style"; document.MM_Time[0].lastFrame = 111; for (i=0; i<document.MM_Time.length; i++) { document.MM_Time[i].ID = null; document.MM_Time[i].curFrame = 0; document.MM_Time[i].delay = 1000/document.MM_Time[i].fps; } } //--> </script> <style> IMG { position:relative; } .TextHolder01{ cursor:hand; position:relative; font-family:"Arial", "Helvetica", "sans-serif"; font-size:24pt; font-weight:bold; text-align:center; color:#FFFF66; } .ParentLayer { border-style:groove; border-color:green; border-width:0px; } .ImageHolder { cursor:hand; } .VideoHolder { cursor:hand; } .Moveable01 { cursor:hand; position:relative; font-family:"Arial"; font-size:12pt; font-style:italic; font-weight:bold; text-align:left; color:#ffffff; } .Fixed01 { cursor:arrow; font-family: "Arial", "Helvetica", "sans-serif"; font-size: 7pt; font-style: italic; color: #ffff99; text-align: center; } .Fixed02 { cursor:arrow; font-family: "Arial", "Helvetica", "sans-serif"; font-size: 7pt; font-style: italic; color: #ffff99; text-align: center } .Dynamic01 { cursor:arrow; position:relative; font-family:"Arial"; font-size:12pt; font-style:italic; font-weight:bold; text-align:left; color:#ffff00; } .TextHolder02 { cursor:hand; position:relative; font-family:"Arial", "Helvetica", "sans-serif"; font-size:11pt; font-weight:bold; text-align:left; color:#FFFFFF; } .SoundClip { cursor:hand; position:relative; } </style> </head> <bgsound id="BackgroundSound" type="audio/midi" src="../audio/White Christmas(Piano).mid" repeat="1" loop="-1"> <body bgcolor="#A60095" onLoad=";MM_timelinePlay('Timeline1')"> <div id="Layer5" class="ParentLayer" style="position:absolute; left:523px; top:384px; width:236px; height:31px; z-index:5" class="Fixed02"> </div> <div id="Layer7" style="position:absolute; left:400px; top:8px; width:362px; height:251px; z-index:26" class="ParentLayer"> <a id="Link7" name=""> <img id="uImage02" src="../image/frame.gif" width="375" height="269" class="Moveable01"> </a> </div> <div id="Layer2" style="position:absolute; left:431px; top:37px; width:314px; height:207px; z-index:27" class="ParentLayer"> <a id="Link2" name=""> <img id="uImage01" src="../image/uimage001.jpg" width="315" height="211" class="ImageHolder" name="uImage01;315;210"> </a> </div> <div id="Layer3" style="position:absolute; left:436px; top:298px; width:314px; height:50px; z-index:28" class="ParentLayer"> <a id="Link3" name=""> <p id="uText02" class="TextHolder02" align="left">Twas the Night Before Christmas...</p> </a> </div> <div id="Layer9" style="position:absolute; left:145px; top:208px; width:76px; height:91px; z-index:4"><img src="../image/gift6.gif" width="114" height="109"></div> <div id="Layer11" style="position:absolute; left:0px; top:0px; width:266px; height:134px; z-index:1"><img src="../image/bed.gif" width="271" height="288"></div> <div id="Layer10" style="position:absolute; left:613px; top:62px; width:85px; height:105px; z-index:1"> <a id="Link10" name=""> <img id="uImage10" src="../image/xmasman5.gif" width="140" height="175"> </a> </div> <div id="Layer12" style="position:absolute; left:257px; top:18px; width:34px; height:27px; z-index:22"><img src="../image/star4.gif" width="35" height="37"></div> <div id="Layer13" style="position:absolute; left:722px; top:308px; width:38px; height:36px; z-index:23"><img src="../image/star4.gif" width="35" height="37"></div> <div id="Layer14" style="position:absolute; left:17px; top:303px; width:38px; height:37px; z-index:24"><img src="../image/star4.gif" width="35" height="37"></div> <div id="Layer1" style="position:absolute; left:2px; top:327px; width:422px; height:18px; z-index:29" class="ParentLayer"> <a id="Link1" name=""> <p id="uTxet01" class="TextHolder01" align="left">Dreaming of Santa</p> </a> </div> </body> <script language="JavaScript" src="../../WebCard.js"> </script> </html>