home *** CD-ROM | disk | FTP | other *** search
Wrap
<html> <head> <title>Floating Bubbles</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style type="text/css"> <!-- .WebPageTitle { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 30pt; font-style: italic; font-weight: bolder; color: #FF6699} .PhotoTitleStyle { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 8pt; font-style: normal; color: #FF3399; font-weight: bolder} .SignStyle { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10pt; font-style: italic; font-weight: bold; color: #FF3366} .Fixed02 { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 7pt; font-style: italic; color: #FFFF99} --> </style> <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 = 51; 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["Layer12"]; else document.MM_Time[0][1].obj = document.all ? document.all["Layer12"] : null; document.MM_Time[0][1].keyFrames = new Array(1, 14, 20, 35, 51); document.MM_Time[0][1].values = new Array(2); document.MM_Time[0][1].values[0] = new Array(661,654,646,639,632,625,618,610,603,595,587,578,570,561,542,525,509,490,467,439,426,414,402,390,378,367,354,342,330,317,304,291,277,263,248,234,221,207,193,180,166,152,139,125,111,98,84,71,57,44,30); document.MM_Time[0][1].values[0].prop = "left"; document.MM_Time[0][1].values[1] = new Array(359,357,355,353,350,348,346,345,343,342,341,341,341,343,352,366,381,396,409,413,410,405,399,392,384,376,367,358,349,340,332,324,317,311,307,305,304,303,303,304,305,307,308,310,312,315,317,319,322,324,326); 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][2] = new String("sprite"); document.MM_Time[0][2].slot = 2; if (ns) document.MM_Time[0][2].obj = document["Layer13"]; else document.MM_Time[0][2].obj = document.all ? document.all["Layer13"] : null; document.MM_Time[0][2].keyFrames = new Array(8, 20, 27, 36, 48); document.MM_Time[0][2].values = new Array(2); document.MM_Time[0][2].values[0] = new Array(655,641,627,613,599,585,572,558,544,529,515,501,486,459,433,406,379,353,328,303,287,272,257,244,231,218,203,187,171,157,142,128,114,99,85,70,55,40,26,11,-4); document.MM_Time[0][2].values[0].prop = "left"; document.MM_Time[0][2].values[1] = new Array(160,159,158,157,156,155,153,152,150,148,146,143,139,130,119,106,93,81,71,64,63,64,68,73,78,83,86,86,82,76,68,59,49,39,28,16,4,-8,-20,-31,-43); 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].lastFrame = 51; 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> </head> <bgsound id="BackgroundSound" type="audio/midi" src="../audio/Party Time.mid" repeat="1" loop="-1"> <body bgcolor="#F4A0BD" onLoad="MM_timelinePlay('Timeline1')"> <div id="Layer4" style="position:absolute; left:270px; top:105px; width:479px; height:55px; z-index:15"> <p id="uAlbumTitle" align="center" class="WebPageTitle">Floating Bubbles</p> </div> <div id="Layer5" style="position:absolute; left:297px; top:184px; width:137px; height:185px; z-index:14"> <p id="uThumbTitle001" align="left" class="PhotoTitleStyle">Your photo caption goes here!<br> </p> </div> <div id="Layer6" style="position:absolute; left:402px; top:377px; width:328px; height:38px; z-index:10"> <p align="right" class="Fixed01"><a href="http://www.novadevelopment.com" class="Fixed02"> </a></p> </div> <div id="Layer2" style="position:absolute; left:437px; top:184px; width:260px; height:184px; z-index:7"> <div align="left"><img src="../image/Samp017.jpg" width="260" height="174" name="uThumb001"></div> </div> <div id="Layer7" style="position:absolute; left:0; top:432px; width:760; height:100; z-index:11; visibility: hidden"> <p id="uSignature" class="Fixed01" align="left">Input signature here!</p> </div> <div id="Layer1" style="position:absolute; left:0; top:0; width:123px; height:102px; z-index:6"><img src="../image/bub-background.jpg" width="760" height="420"></div> <div id="Layer12" style="position:absolute; left:661px; top:359px; width:93px; height:62px; z-index:12"><img src="../image/page11-b.gif" width="100" height="65"></div> <div id="Layer13" style="position:absolute; left:655px; top:160px; width:100px; height:62px; z-index:13"><img src="../image/page11-b.gif" width="100" height="65"></div> </body> </html>