home *** CD-ROM | disk | FTP | other *** search
Wrap
<html> <head> <title>Happy Valentine's Day!</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 = 10; document.MM_Time[0][0] = new String("sprite"); document.MM_Time[0][0].slot = 1; if (ns) document.MM_Time[0][0].obj = document["Layer2"]; else document.MM_Time[0][0].obj = document.all ? document.all["Layer2"] : null; document.MM_Time[0][0].keyFrames = new Array(1, 25, 51, 85, 111); document.MM_Time[0][0].values = new Array(6); document.MM_Time[0][0].values[0] = new Array(2,4,5,6,8,9,11,12,14,15,17,18,20,21,23,24,26,27,29,31,33,34,36,38,40,42,44,46,48,50,53,55,57,59,61,64,66,68,71,73,75,78,80,82,84,86,89,91,93,95,97,98,100,101,102,104,105,106,107,108,110,111,112,113,114,115,116,117,118,119,120,121,122,123,125,126,127,128,129,130,132,133,134,136,137,139,141,143,145,147,149,151,153,155,157,159,162,164,166,168,170,172,175,177,179,181,183,185,188,190,192); document.MM_Time[0][0].values[0].prop = "left"; document.MM_Time[0][0].values[1] = new Array(182,181,180,179,178,177,176,175,174,173,172,171,170,170,169,168,167,166,165,164,164,163,162,162,161,161,160,160,160,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,158,158,158,157,157,156,156,155,154,154,153,152,152,151,150,149,149,148,147,146,146,145,144,143,142,142,141,140,139,139,138,137,137,136,135,135,134,134,133,133,133,132,132,132,131,131,131,131,131,130,130,130,130,130,130,130,130,130,129,129,129,129,129,129); document.MM_Time[0][0].values[1].prop = "top"; if (!ns) { document.MM_Time[0][0].values[0].prop2 = "style"; document.MM_Time[0][0].values[1].prop2 = "style"; } document.MM_Time[0][0].values[2] = new Array("inherit","inherit","inherit","inherit","inherit"); document.MM_Time[0][0].values[2].prop = "visibility"; if (!ns) document.MM_Time[0][0].values[2].prop2 = "style"; document.MM_Time[0][0].values[3] = new Array("70","70","70","70","70"); document.MM_Time[0][0].values[3].prop = "zIndex"; if (!ns) document.MM_Time[0][0].values[3].prop2 = "style"; document.MM_Time[0][0].values[4] = new Array(200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200); document.MM_Time[0][0].values[4].prop = "width"; if (!ns) document.MM_Time[0][0].values[4].prop2 = "style"; document.MM_Time[0][0].values[5] = 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,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][0].values[5].prop = "height"; if (!ns) document.MM_Time[0][0].values[5].prop2 = "style"; document.MM_Time[0][1] = new String("behavior"); document.MM_Time[0][1].frame = 127; document.MM_Time[0][1].value = "MM_timelineGoto('Timeline1','1')"; document.MM_Time[0][2] = new String("sprite"); document.MM_Time[0][2].slot = 1; if (ns) document.MM_Time[0][2].obj = document["Layer2"]; else document.MM_Time[0][2].obj = document.all ? document.all["Layer2"] : null; document.MM_Time[0][2].keyFrames = new Array(112, 126); document.MM_Time[0][2].values = new Array(3); document.MM_Time[0][2].values[0] = new Array(200,200,200,200,200,200,200,200,200,200,200,200,200,200,200); document.MM_Time[0][2].values[0].prop = "left"; document.MM_Time[0][2].values[1] = new Array(143,143,143,143,143,143,143,143,143,143,143,143,143,143,143); 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("hidden","hidden"); document.MM_Time[0][2].values[2].prop = "visibility"; if (!ns) document.MM_Time[0][2].values[2].prop2 = "style"; document.MM_Time[0].lastFrame = 127; 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 type="text/css"> IMG { position:relative; } .TextHolder01{ cursor:hand; position:relative; font-family:"Times New Roman", "Times", "serif"; font-size:25pt; font-weight:bold; text-align:center; color:#000000; ; font-style: italic} .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: #003399; } .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:"Times New Roman", "Times", "serif"; font-size:14pt; font-weight:bold; text-align:left; color:#CC0033; ; font-style: italic} .SoundClip { cursor:hand; position:relative; } </style> </head> <bgsound id="BackgroundSound" type="audio/midi" src="../audio/Happy Jellybeans.mid" repeat="1" loop="-1"> <body bgcolor="#FFFFFF" background="../image/eyebr-1.jpg" onLoad="MM_timelinePlay('Timeline1')"> <div id="Layer1" style="position:absolute; width:200px; height:227px; z-index:21; left: -10px; top: 186px"> <a id="Link11" name=""> <img id="uImage11" src="../image/frded-2.gif" width="340" height="233" class="Fixed02"> </a> </div> <div id="Layer2" style="position:absolute; width:200px; height:0px; z-index:70; left: 2px; top: 182px; visibility: inherit"> <a id="Link12" name=""> <img id="uImage12" src="../image/angle1.gif" width="167" height="128" class="Dynamic01"> </a> </div> <div id="Layer13" style="position:absolute; left:385px; top:2px; width:378px; height:85px; z-index:72" class="ParentLayer"> <a id="Link13" name=""> <p id="uText01" align="center" class="TextHolder01">Happy Valentine's Day!</p> </a> </div> <div id="Layer8" style="position:absolute; width:200px; height:115px; z-index:15; left: 443px; top: 200px" class="ParentLayer"> <a id="Link8" name=""> <img id="uImage01" src="../image/cmera-1.jpg" width="258" height="192" name="uImage01;258;192" class="ImageHolder"> </a> </div> <div id="Layer14" style="position:absolute; left:386px; top:100px; width:355px; height:95px; z-index:71" class="ParentLayer"> <a id="Link14" name=""> <p id="uText02" align="left" class="TextHolder02">Cupid's aim was perfect. I'll love you forever, darling.</p> </a> </div> <div id="Layer6" style="position:absolute; width:276px; height:215px; z-index:14; left: 435px; top: 192px" class="ParentLayer"> <a id="Link06" name=""> <img id="uImage06" src="../image/frded-3.gif" width="293" height="221" class="Moveable01"> </a> </div> <div id="Layer9" style="position:absolute; width:69px; height:75px; z-index:24; left: 698px; top: 109px"><img name="Image7" src="../image/mu1.gif" width="71" height="71"></div> <div id="Layer10" style="position:absolute; width:136px; height:115px; z-index:67; left: 7px; top: 5px" class="ParentLayer"> <a id="Link10" name=""> <img id="uImage10" src="../image/frded-1.gif" width="205" height="180" class="Moveable01"> </a> </div> <div id="VideoBorder" class="ParentLayer" style="visibility:hidden; position:absolute; width:30px; height:30px; z-index:69; left: 0px; top: 0px; border-width:5px;"> </div> <div id="VideoLayer" class="ParentLayer" style="position:absolute; width:30px; height:30px; z-index:68; left: 29px; top: 34px"> <a id="Link66" name=""> <img id="uVideo01" class="VideoHolder" type="video/avi" dynsrc="../video/Eternal Love.avi" width="160" height="120" repeat="1" loop="-1"> </a> </div> <div id="Layer17" class="ParentLayer" style="position:absolute; width:300px; height:40px; z-index:69; left: 16px; top: 181px"> </div> </body> <script language="JavaScript" src="../../WebCard.js"> </script> </html>