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

  1. <html>
  2. <head>
  3. <title>We're Moving... to the Next Planet!</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5. <style>
  6.  
  7. IMG {
  8. position:relative;
  9. }
  10.  
  11. .TextHolder01{
  12. cursor:hand;
  13. position:relative;
  14. font-family:"Arial", "Helvetica", "sans-serif";
  15. font-size:24pt;
  16. font-weight:bold;
  17. text-align:center;
  18. color:#003399;
  19. }
  20.  
  21.  
  22. .ParentLayer {
  23. border-color:green;
  24. border-width:0px;
  25. ; border: 0px green groove}
  26.  
  27. .ImageHolder {
  28. cursor:hand;
  29. }
  30.  
  31. .VideoHolder {
  32. cursor:hand;
  33. }
  34.  
  35. .Moveable01 {
  36. cursor:hand;
  37. position:relative;
  38. font-family:"Arial";
  39. font-size:12pt;
  40. font-style:italic;
  41. font-weight:bold;
  42. text-align:left;
  43. color:#ffffff;
  44. }
  45.  
  46. .Fixed01 {  
  47. font-family: Arial, Helvetica, sans-serif; 
  48. font-size: 7pt; 
  49. font-weight: normal;
  50. font-style: italic; 
  51. color: #003399; 
  52. text-align: center
  53. }
  54.  
  55. .Fixed02 { 
  56. cursor:arrow;
  57. font-family: Arial, Helvetica, sans-serif; 
  58. font-size: 7pt; 
  59. font-weight: normal;
  60. font-style: italic; 
  61. color: #ffff99; 
  62. text-align: center 
  63. }
  64.  
  65. .Dynamic01 {
  66. cursor:arrow;
  67. position:relative;
  68. font-family:"Arial";
  69. font-size:12pt;
  70. font-style:italic;
  71. font-weight:bold;
  72. text-align:left;
  73. color:#ffff00;
  74. }
  75.  
  76. .TextHolder02 { cursor:hand; position:relative; font-family:"Arial", "Helvetica", "sans-serif"; font-size:12pt; text-align:left; color:#000000; ; font-weight: bold}
  77.  
  78. .SoundClip {
  79. cursor:hand;
  80. position:relative;
  81. }
  82. </style>
  83. <script language="JavaScript">
  84. <!--
  85. function MM_timelinePlay(tmLnName, myID) { //v1.2
  86.   //Copyright 1997 Macromedia, Inc. All rights reserved.
  87.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
  88.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  89.   tmLn = document.MM_Time[tmLnName];
  90.   if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
  91.   if (myID == tmLn.ID) { //if Im newest
  92.     setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
  93.     fNew = ++tmLn.curFrame;
  94.     for (i=0; i<tmLn.length; i++) {
  95.       sprite = tmLn[i];
  96.       if (sprite.charAt(0) == 's') {
  97.         if (sprite.obj) {
  98.           numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
  99.           if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
  100.             keyFrm=1;
  101.             for (j=0; j<sprite.values.length; j++) {
  102.               props = sprite.values[j]; 
  103.               if (numKeyFr != props.length) {
  104.                 if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
  105.                 else        sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
  106.               } else {
  107.                 while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
  108.                 if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
  109.                   if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
  110.                   else        sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
  111.         } } } } }
  112.       } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  113.       if (fNew > tmLn.lastFrame) tmLn.ID = 0;
  114.   } }
  115. }
  116.  
  117. function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0
  118.   //Copyright 1997 Macromedia, Inc. All rights reserved.
  119.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;
  120.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  121.   tmLn = document.MM_Time[tmLnName];
  122.   if (numGotos != null)
  123.     if (tmLn.gotoCount == null) tmLn.gotoCount = 1;
  124.     else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}
  125.   jmpFwd = (fNew > tmLn.curFrame);
  126.   for (i = 0; i < tmLn.length; i++) {
  127.     sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back
  128.     if (sprite.charAt(0) == "s") {
  129.       numKeyFr = sprite.keyFrames.length;
  130.       firstKeyFr = sprite.keyFrames[0];
  131.       lastKeyFr = sprite.keyFrames[numKeyFr - 1];
  132.       if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd
  133.       for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);
  134.       for (j=0; j<sprite.values.length; j++) {
  135.         props = sprite.values[j];
  136.         if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only
  137.         else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range
  138.         if (sprite.obj != null) {
  139.           if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];
  140.           else        sprite.obj[props.prop2][props.prop] = props[propNum];
  141.       } }
  142.     } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  143.   }
  144.   tmLn.curFrame = fNew;
  145.   if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)');
  146. }
  147.  
  148. function MM_initTimelines() {
  149.     //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
  150.     var ns = navigator.appName == "Netscape";
  151.     document.MM_Time = new Array(1);
  152.     document.MM_Time[0] = new Array(1);
  153.     document.MM_Time["Timeline1"] = document.MM_Time[0];
  154.     document.MM_Time[0].MM_Name = "Timeline1";
  155.     document.MM_Time[0].fps = 15;
  156.     document.MM_Time[0][0] = new String("behavior");
  157.     document.MM_Time[0][0].frame = 36;
  158.     document.MM_Time[0][0].value = "MM_timelineGoto('Timeline1','1')";
  159.     document.MM_Time[0].lastFrame = 36;
  160.     for (i=0; i<document.MM_Time.length; i++) {
  161.         document.MM_Time[i].ID = null;
  162.         document.MM_Time[i].curFrame = 0;
  163.         document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
  164.     }
  165. }
  166. //-->
  167. </script>
  168. </head>
  169. <bgsound id="BackgroundSound" type="audio/midi" src="../audio/Kick Up Your Heels.mid" repeat="1" loop="-1">
  170. <body bgcolor="#00B2EB" onLoad="MM_timelinePlay('Timeline1')" background="../image/spcst-1.gif">
  171. <div id="Layer9" style="position:absolute; left:375px; top:54px; width:314px; height:205px; z-index:22" class="ParentLayer"> 
  172.     <a id="Link9" name="">
  173.         <img id="uImage01" src="../image/cmera-1.jpg" width="313" height="206" class="ImageHolder" name="uImage01;313;206"> 
  174.     </a>
  175. </div>
  176. <div id="Layer1" style="position:absolute; left:0; top:0; width:135px; height:162px; z-index:15">
  177.     <a id="Link1" name="">
  178.         <img id="uImage03" src="../image/bbly-1.jpg" width="345" height="349" class="Fixed02">
  179.     </a>
  180. </div>
  181. <div id="Layer10" style="position:absolute; left:35px; top:370px; width:356px; height:88px; z-index:24" class="ParentLayer"> 
  182.     <a id="Link10" name="">
  183.         <p id="uText02" align="center" class="TextHolder02">Okay, we're not moving to 
  184.     Mars, we're moving to the suburbs. Here's our new address: 1234 Birch Lane, 
  185.     Sunnyview Hills, phone: 555-5555. 
  186.     </a> 
  187. </div>
  188. <div id="Layer3" style="position:absolute; left:82px; top:288px; width:380px; height:52px; z-index:23" class="ParentLayer"> 
  189.     <a id="Link3" name="">
  190.         <p id="uText01" align="left" class="TextHolder01">We're Moving... to the Next Planet!
  191.     </a> 
  192. </div>
  193. <div id="Layer5" style="position:absolute; left:475px; top:417px; width:240px; height:14px; z-index:31" class="ParentLayer"> 
  194.     <div align="center"> 
  195.         <a id="Link5" name="http://www.novadevelopment.com">
  196.             <p id="uLogo01" align="right" class="Fixed01">
  197.         </a> 
  198.     </div>
  199. </div>
  200. <div id="Layer2" style="position:absolute; left:41px; top:148px; width:64px; height:50px; z-index:25">
  201.     <a id="Link2" name="">
  202.         <img id="uImage04" src="../image/spgy-1.gif" width="101" height="72" class="Fixed02">
  203.     </a>
  204. </div>
  205. <div id="Layer4" style="position:absolute; left:0px; top:22px; width:73px; height:48px; z-index:26">
  206.     <a id="Link4" name="">
  207.         <img id="uImage05" src="../image/sqrs-1.gif" width="122" height="89" class="Fixed02">
  208.     </a>
  209. </div>
  210. <div id="Layer6" style="position:absolute; left:333px; top:17px; width:234px; height:164px; z-index:9">
  211.     <a id="Link6" name="">
  212.         <img id="uImage02" src="../image/gfy-1.gif" width="407" height="433" class="Fixed02">
  213.     </a>
  214. </div>
  215. <div id="Layer7" style="position:absolute; left:539px; top:259px; width:96px; height:93px; z-index:28">
  216.     <a id="Link7" name="">
  217.         <img id="uImage07" src="../image/spcpps-1.gif" width="220" height="191" class="Fixed02">
  218.     </a>
  219. </div>
  220. <div id="Layer8" style="position:absolute; left:510px; top:269px; width:42px; height:81px; z-index:27">
  221.     <a id="Link8" name="">
  222.         <img id="uImage08" src="../image/arm-1.gif" width="58" height="82" class="Fixed02">
  223.     </a>
  224. </div>
  225. </body>
  226. <script language="JavaScript" src="../../WebCard.js">
  227. </script>
  228. </html>
  229.