home *** CD-ROM | disk | FTP | other *** search
/ Photo Explosion 2.5 (Special Edition) / NovaDevelopment-PhotoExplosionSE-v2.5-Windows.iso / Data / Data1.cab / _B33C27BCEF044C7C9E7708B82F7AE586 < prev    next >
Encoding:
Text File  |  2005-12-12  |  12.2 KB  |  243 lines

  1. <html>
  2. <head>
  3. <title>xmas1</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5. <style type="text/css">
  6. <!--
  7. .Fixed01 {  font-family: "Arial", "Helvetica", "sans-serif"; font-size: 7pt; font-style: italic; color: #003399}
  8. .AlbumTitleStyle {  font-family: "Georgia", "Times New Roman", "Times", "serif"; font-size: 20pt; font-weight: bold; color: #FF0000}
  9. .ThumbTitleStyle {  font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10pt; color: #FF0099}
  10. .SignStyle {  color: #0000FF; font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10pt; font-style: italic; font-weight: bold}
  11. -->
  12. </style>
  13. <script language="JavaScript">
  14. <!--
  15. function MM_timelinePlay(tmLnName, myID) { //v1.2
  16.   //Copyright 1997 Macromedia, Inc. All rights reserved.
  17.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
  18.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  19.   tmLn = document.MM_Time[tmLnName];
  20.   if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
  21.   if (myID == tmLn.ID) { //if Im newest
  22.     setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
  23.     fNew = ++tmLn.curFrame;
  24.     for (i=0; i<tmLn.length; i++) {
  25.       sprite = tmLn[i];
  26.       if (sprite.charAt(0) == 's') {
  27.         if (sprite.obj) {
  28.           numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
  29.           if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
  30.             keyFrm=1;
  31.             for (j=0; j<sprite.values.length; j++) {
  32.               props = sprite.values[j]; 
  33.               if (numKeyFr != props.length) {
  34.                 if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
  35.                 else        sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
  36.               } else {
  37.                 while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
  38.                 if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
  39.                   if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
  40.                   else        sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
  41.         } } } } }
  42.       } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  43.       if (fNew > tmLn.lastFrame) tmLn.ID = 0;
  44.   } }
  45. }
  46.  
  47. function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0
  48.   //Copyright 1997 Macromedia, Inc. All rights reserved.
  49.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;
  50.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  51.   tmLn = document.MM_Time[tmLnName];
  52.   if (numGotos != null)
  53.     if (tmLn.gotoCount == null) tmLn.gotoCount = 1;
  54.     else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}
  55.   jmpFwd = (fNew > tmLn.curFrame);
  56.   for (i = 0; i < tmLn.length; i++) {
  57.     sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back
  58.     if (sprite.charAt(0) == "s") {
  59.       numKeyFr = sprite.keyFrames.length;
  60.       firstKeyFr = sprite.keyFrames[0];
  61.       lastKeyFr = sprite.keyFrames[numKeyFr - 1];
  62.       if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd
  63.       for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);
  64.       for (j=0; j<sprite.values.length; j++) {
  65.         props = sprite.values[j];
  66.         if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only
  67.         else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range
  68.         if (sprite.obj != null) {
  69.           if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];
  70.           else        sprite.obj[props.prop2][props.prop] = props[propNum];
  71.       } }
  72.     } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  73.   }
  74.   tmLn.curFrame = fNew;
  75.   if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)');
  76. }
  77.  
  78. function MM_swapImgRestore() { //v3.0
  79.   var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
  80. }
  81.  
  82. function MM_preloadImages() { //v3.0
  83.   var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
  84.     var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
  85.     if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
  86. }
  87.  
  88. function MM_findObj(n, d) { //v3.0
  89.   var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
  90.     d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  91.   if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  92.   for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
  93. }
  94.  
  95. function MM_swapImage() { //v3.0
  96.   var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
  97.    if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
  98. }
  99.  
  100. function MM_initTimelines() {
  101.     //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
  102.     var ns = navigator.appName == "Netscape";
  103.     document.MM_Time = new Array(1);
  104.     document.MM_Time[0] = new Array(1);
  105.     document.MM_Time["Timeline1"] = document.MM_Time[0];
  106.     document.MM_Time[0].MM_Name = "Timeline1";
  107.     document.MM_Time[0].fps = 15;
  108.     document.MM_Time[0][0] = new String("behavior");
  109.     document.MM_Time[0][0].frame = 40;
  110.     document.MM_Time[0][0].value = "MM_timelineGoto('Timeline1','1')";
  111.     document.MM_Time[0].lastFrame = 40;
  112.     for (i=0; i<document.MM_Time.length; i++) {
  113.         document.MM_Time[i].ID = null;
  114.         document.MM_Time[i].curFrame = 0;
  115.         document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
  116.     }
  117. }
  118. //-->
  119. </script>
  120. <script language="JavaScript">
  121. <!--
  122.  
  123. function MM_changeProp(objStrNS,objStrIE,theProp,theValue) { //v2.0
  124.   var NS = (navigator.appName == 'Netscape');
  125.   var objStr = (NS)?objStrNS:objStrIE;
  126.   if (( NS && (objStr.indexOf('document.layers[')!=0 || document.layers!=null)) ||
  127.       (!NS && (objStr.indexOf('document.all[')   !=0 || document.all   !=null))) {
  128.     var obj = eval(objStr);
  129.     if ((obj != null) && (theProp.indexOf("style.") != 0 || obj.style != null)) {
  130.       eval(objStr+'.'+theProp + '="'+theValue+'"');
  131.   } }
  132. }
  133. var nCurImg = 0;
  134. var nTimeSlice = 1000;
  135. var nImgCount = 1;
  136. var ImgFileNameArray;
  137. var bPlay = false;
  138. var nTimeoutID = 0;
  139.  
  140. function CreateImageArray()
  141. {
  142.     ImgFileNameArray = new Array(nImgCount);
  143.     ImgFileNameArray[0] = "../image/photo.jpg";
  144. }
  145.  
  146. function SetHolderImage(nIndex)
  147. {    
  148.     if (nIndex < nImgCount) {
  149.         var ImgSrc = ImgFileNameArray[nIndex];
  150.         MM_changeProp("document.layers[\"Layer21\"].document.ImgHolder", "document.ImgHolder", "src", ImgSrc, "IMG");
  151.     }
  152.     else
  153.         window.alert("Array index out of bound");
  154. }
  155.  
  156. function OnLoadDocument()
  157. {
  158.     CreateImageArray();
  159.     SetHolderImage(0);
  160.     Play();
  161. }
  162.  
  163. function TimeoutProc()
  164. {
  165.     if (bPlay) {
  166.         Next();
  167.         nTimeroutID = window.setTimeout("TimeoutProc()", nTimeSlice);    
  168.     }
  169. }
  170.  
  171. function Play()
  172. {
  173.     if (!bPlay) {
  174.         bPlay = true;
  175.         nTimeroutID = window.setTimeout("TimeoutProc()", nTimeSlice);
  176.     }
  177. }
  178.  
  179. function Stop()
  180. {
  181.     if (bPlay) {
  182.         bPlay = false;
  183.         if (nTimeoutID != 0)
  184.             window.clearTimeout(nTimeoutID);
  185.     }
  186. }
  187.  
  188. function Next()
  189. {
  190.     nCurImg = (nCurImg + 1) % nImgCount;
  191.     SetHolderImage(nCurImg);
  192. }
  193.  
  194. function Previous()
  195. {
  196.     nCurImg = (nCurImg - 1) % nImgCount;
  197.     if (nCurImg < 0)
  198.         nCurImg += nImgCount;
  199.         
  200.     SetHolderImage(nCurImg);
  201. }
  202.  
  203. //-->
  204. </script>
  205. </head>
  206. <bgsound id="BackgroundSound" type="audio/midi" src="../audio/White Christmas(Horns).mid" repeat="1" loop="-1">
  207. <body background="../image/xmas1-bg.gif" onLoad="MM_timelinePlay('Timeline1');MM_preloadImages('../image/gift3.1.gif','#962522146470');MM_preloadImages('../image/gift1.1.gif','#962522146470');MM_preloadImages('../image/left-2.gif','#962522146470');MM_preloadImages('../image/xmasman-2.gif','#962522146470');MM_preloadImages('../image/right-2.gif','#962522146470')">
  208. <div id="Layer9" style="position:absolute; left:474px; top:368px; width:53px; height:20px; z-index:27"><a href="#" onClick="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('uPreviousButton','','../image/left-2.gif',1)"><img src="../image/left-1.gif" width="86" height="28" name="uPreviousButton" alt="Back" border="0"></a></div>
  209. <div id="Layer10" style="position:absolute; left:560px; top:344px; width:51px; height:61px; z-index:28"><a href="#" onClick="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('uHomeButton','','../image/xmasman-2.gif',1)"><img src="../image/xmasman-1.gif" width="56" height="75" name="uHomeButton" alt="Home" border="0"></a></div>
  210. <div id="Layer12" style="position:absolute; left:618px; top:368px; width:70px; height:12px; z-index:29"><a href="#" onClick="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('uNextButton','','../image/right-2.gif',1)"><img src="../image/right-1.gif" width="87" height="28" name="uNextButton" alt="Next" border="0"></a></div>
  211. <div id="Layer22" style="position:absolute; left:383px; top:10px; width:292px; height:200px; z-index:23"><img src="../image/cmas-frame.gif" width="375" height="269"></div>
  212. <div id="Layer8" style="position:absolute; left:414px; top:39px; width:98px; height:86px; z-index:24"><img src="../Image/photo.JPG" width="316" height="211" name="uImage001"></div>
  213. <div id="Layer7" style="position:absolute; left:415px; top:279px; width:336px; height:65px; z-index:30"> 
  214.   <p id="uThumbTitle001" align="center" class="ThumbTitleStyle">Your photo caption goes here! 
  215.   </p>
  216. </div>
  217. <div id="Layer13" style="position:absolute; left:0px; top:450px; width:760px; height:40px; z-index:11" class="SignStyle"> 
  218.  <p id="uSignature" align="left" class="SignStyle">Input signature here!</p>
  219. </div>
  220.  
  221. <div id="Layer1" style="position:absolute; left:19px; top:41px; width:352px; height:51px; z-index:31"> 
  222.   <div align="center"> 
  223.     <p id="uAlbumTitle" class="AlbumTitleStyle" align="center">Merry Christmas!</p>
  224. </div></div>
  225. <div id="Layer2" style="position:absolute; left:35px; top:134px; width:254px; height:256px; z-index:8"><img src="../image/xmas1-letter.gif" width="347" height="268" class="SignStyle"></div>
  226. <div id="Layer3" style="position:absolute; left:-2px; top:348px; width:319px; height:87px; z-index:2"><img src="../image/xmas1-shadow.gif" width="423" height="85"></div>
  227. <div id="Layer4" style="position:absolute; left:362px; top:311px; width:80px; height:55px; z-index:6"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image25','','../image/gift1.1.gif',1)"><img name="Image25" border="0" src="../image/gift1.gif" width="73" height="54"></a></div>
  228. <div id="Layer5" style="position:absolute; left:309px; top:232px; width:32px; height:42px; z-index:9"><img src="../image/gift2.gif" width="31" height="42"></div>
  229. <div id="Layer6" style="position:absolute; left:266px; top:222px; width:65px; height:57px; z-index:10"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image21','','../image/gift3.1.gif',1)"><img name="Image21" border="0" src="../image/gift3.gif" width="64" height="57"></a></div>
  230. <div id="Layer14" style="position:absolute; left:171px; top:100px; width:29px; height:31px; z-index:12"><img src="../image/cmas-snow.gif" width="28" height="27"></div>
  231. <div id="Layer15" style="position:absolute; left:528px; top:90px; width:29px; height:29px; z-index:13"><img src="../image/cmas-snow.gif" width="28" height="27"></div>
  232. <div id="Layer16" style="position:absolute; left:294px; top:161px; width:32px; height:34px; z-index:14"><img src="../image/cmas-snow.gif" width="28" height="27"></div>
  233. <div id="Layer19" style="position:absolute; left:37px; top:333px; width:28px; height:30px; z-index:15"><img src="../image/cmas-snow.gif" width="28" height="27"></div>
  234. <div id="Layer20" style="position:absolute; left:-3px; top:165px; width:36px; height:34px; z-index:7"><img src="../image/cmas-snow.gif" width="28" height="27"></div>
  235. <div id="Layer21" style="position:absolute; left:41px; top:0px; width:31px; height:24px; z-index:16"><img src="../image/cmas-snow.gif" width="28" height="27"></div>
  236.  
  237. <div id="Layer23" style="position:absolute; left:16px; top:400px; width:243px; height:32px; z-index:18"> 
  238.   <p class="Fixed01"><a href="http://www.novadevelopment.com" class="Fixed01"> 
  239.      </a></p>
  240. </div>
  241. </body>
  242. </html>
  243.