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

  1. <html>
  2. <head>
  3. <title>Our Sailing Excursion</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5.  
  6. <style>
  7.  
  8. IMG {
  9. position:relative;
  10. }
  11.  
  12. .TextHolder01{
  13. cursor:hand;
  14. position:relative;
  15. font-family:"Arial", "Helvetica", "sans-serif";
  16. font-size:24pt;
  17. font-weight:bold;
  18. text-align:center;
  19. color:#003399;
  20. }
  21.  
  22.  
  23. .ParentLayer {
  24. border-style:groove;
  25. border-color:green;
  26. border-width:0px;
  27. ; cursor: hand}
  28.  
  29. .ImageHolder {
  30. cursor:hand;
  31. }
  32.  
  33. .VideoHolder {
  34. cursor:hand;
  35. }
  36.  
  37. .Moveable01 {
  38. cursor:hand;
  39. position:relative;
  40. font-family:"Arial";
  41. font-size:12pt;
  42. font-style:italic;
  43. font-weight:bold;
  44. text-align:left;
  45. color:#ffffff;
  46. }
  47.  
  48. .Fixed01 {  
  49. font-family: Arial, Helvetica, sans-serif; 
  50. font-size: 7pt; 
  51. font-weight: normal;
  52. font-style: italic; 
  53. color: #003399; 
  54. text-align: center
  55. }
  56.  
  57. .Fixed02 { 
  58. cursor:arrow;
  59. font-family: Arial, Helvetica, sans-serif; 
  60. font-size: 7pt; 
  61. font-weight: normal;
  62. font-style: italic; 
  63. color: #ffff99; 
  64. text-align: center 
  65. }
  66.  
  67. .Dynamic01 {
  68. cursor:arrow;
  69. position:relative;
  70. font-family:"Arial";
  71. font-size:12pt;
  72. font-style:italic;
  73. font-weight:bold;
  74. text-align:left;
  75. color:#ffff00;
  76. }
  77.  
  78. .TextHolder02 { cursor:hand; position:relative; font-family:"Arial", "Helvetica", "sans-serif"; font-size:12pt; text-align:left; color:#000000; ; font-weight: bold}
  79.  
  80. .SoundClip {
  81. cursor:hand;
  82. position:relative;
  83. }
  84. </style>
  85.  
  86. <script language="JavaScript">
  87. <!--
  88. function MM_showHideLayers() { //v2.0
  89.   var i, visStr, args, theObj;
  90.   args = MM_showHideLayers.arguments;
  91.   for (i=0; i<(args.length-2); i+=3) { //with arg triples (objNS,objIE,visStr)
  92.     visStr   = args[i+2];
  93.     if (navigator.appName == 'Netscape' && document.layers != null) {
  94.       theObj = eval(args[i]);
  95.       if (theObj) theObj.visibility = visStr;
  96.     } else if (document.all != null) { //IE
  97.       if (visStr == 'show') visStr = 'visible'; //convert vals
  98.       if (visStr == 'hide') visStr = 'hidden';
  99.       theObj = eval(args[i+1]);
  100.       if (theObj) theObj.style.visibility = visStr;
  101.   } }
  102. }
  103.  
  104. function MM_timelinePlay(tmLnName, myID) { //v1.2
  105.   //Copyright 1997 Macromedia, Inc. All rights reserved.
  106.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
  107.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  108.   tmLn = document.MM_Time[tmLnName];
  109.   if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
  110.   if (myID == tmLn.ID) { //if Im newest
  111.     setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
  112.     fNew = ++tmLn.curFrame;
  113.     for (i=0; i<tmLn.length; i++) {
  114.       sprite = tmLn[i];
  115.       if (sprite.charAt(0) == 's') {
  116.         if (sprite.obj) {
  117.           numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
  118.           if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
  119.             keyFrm=1;
  120.             for (j=0; j<sprite.values.length; j++) {
  121.               props = sprite.values[j]; 
  122.               if (numKeyFr != props.length) {
  123.                 if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
  124.                 else        sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
  125.               } else {
  126.                 while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
  127.                 if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
  128.                   if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
  129.                   else        sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
  130.         } } } } }
  131.       } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  132.       if (fNew > tmLn.lastFrame) tmLn.ID = 0;
  133.   } }
  134. }
  135.  
  136. function MM_initTimelines() {
  137.     //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
  138.     var ns = navigator.appName == "Netscape";
  139.     document.MM_Time = new Array(1);
  140.     document.MM_Time[0] = new Array(1);
  141.     document.MM_Time["Timeline1"] = document.MM_Time[0];
  142.     document.MM_Time[0].MM_Name = "Timeline1";
  143.     document.MM_Time[0].fps = 15;
  144.     document.MM_Time[0][0] = new String("sprite");
  145.     document.MM_Time[0][0].slot = 1;
  146.     if (ns)
  147.         document.MM_Time[0][0].obj = document["Layer10"];
  148.     else
  149.         document.MM_Time[0][0].obj = document.all ? document.all["Layer10"] : null;
  150.     document.MM_Time[0][0].keyFrames = new Array(1, 24, 46);
  151.     document.MM_Time[0][0].values = new Array(2);
  152.     document.MM_Time[0][0].values[0] = new Array(6,20,34,48,61,75,89,103,117,131,145,158,172,186,200,214,227,241,255,269,282,296,309,323,337,351,365,379,393,407,420,434,448,462,475,489,503,516,530,544,558,571,585,599,612,626);
  153.     document.MM_Time[0][0].values[0].prop = "left";
  154.     document.MM_Time[0][0].values[1] = new Array(11,11,11,11,11,11,12,12,12,12,12,12,12,12,12,12,12,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,14,14,14,14,14,14,14,14,14,14,14,14,14);
  155.     document.MM_Time[0][0].values[1].prop = "top";
  156.     if (!ns) {
  157.         document.MM_Time[0][0].values[0].prop2 = "style";
  158.         document.MM_Time[0][0].values[1].prop2 = "style";
  159.     }
  160.     document.MM_Time[0].lastFrame = 46;
  161.     for (i=0; i<document.MM_Time.length; i++) {
  162.         document.MM_Time[i].ID = null;
  163.         document.MM_Time[i].curFrame = 0;
  164.         document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
  165.     }
  166. }
  167. //-->
  168. </script>
  169. </head>
  170. <bgsound id="BackgroundSound" type="audio/midi" src="../audio/The Little Flute.mid" repeat="1" loop="-1">
  171. <body bgcolor="#FFFFFF" onLoad="MM_timelinePlay('Timeline1');">
  172. <div id="Layer23" class="ParentLayer" style="position:absolute; width:282px; height:109px; z-index:82; left: 438px; top: 114px"> 
  173.   <div align="center"> 
  174.     <a id="Link23" name="">
  175.         <p id="uText02"  class="TextHolder02">Look what you can do with Photo Explosion. Can you feel the fresh seaside breeze?
  176.      </a>
  177.   </div>
  178. </div>
  179. <div id="Layer13" class="ParentLayer" style="position:absolute; width:300px; height:21px; z-index:81; left: 452px; top: 371px"> 
  180.   <div align="center" > 
  181.     <a id="Link13" name="http://www.novadevelopment.com">
  182.         <p id="uLogo01" align="right" class="Fixed01"> 
  183.      </a>
  184.   </div>
  185. </div>
  186. <div id="Layer22" class="ParentLayer" style="position:absolute; width:384px; height:62px; z-index:83; left: 382px; top: 45px"> 
  187.   <div align="center"> 
  188.     <a id="Link22" name="">
  189.         <p id="uText01"  class="TextHolder01">Our Sailing Excursion
  190.     </a>
  191.   </div>
  192. </div>
  193. <div id="Layer1" style="position:absolute; left:4px; top:2px; width:761px; height:417px; z-index:16" class="Fixed01"><img src="../image/vit-4.gif" width="760" height="420"></div>
  194. <div id="Layer2" style="position:absolute; left:0px; top:0px; width:757px; height:260px; z-index:63"><img src="../image/gen03-sunny.gif" width="766" height="305" class="Fixed01"></div>
  195. <div id="Layer3" style="position:absolute; left:0px; top:225px; width:766px; height:196px; z-index:77"><img src="../image/gen03-sea.gif" width="765" height="196" class="Fixed01"></div>
  196. <div id="Layer4" style="position:absolute; left:515px; top:56px; width:210px; height:198px; z-index:68">
  197.     <a id="Link4" name="">
  198.         <img src="../image/gen03-cloud.gif" width="232" height="289" class="Fixed01">
  199.     </a>
  200. </div>
  201. <div id="Layer5" style="position:absolute; left:566px; top:176px; width:181px; height:83px; z-index:70">
  202.     <a id="Link5" name="">
  203.         <img src="../image/gen03-island.gif" width="195" height="85" class="Fixed01">
  204.     </a>
  205. </div>
  206. <div id="Layer6" style="position:absolute; left:0px; top:41px; width:264px; height:208px; z-index:85">
  207.     <a id="Link6" name="">
  208.         <img src="../image/gen03-boart.gif" width="436" height="380" class="Fixed01">
  209.     </a>
  210. </div>
  211. <div id="Layer10" style="position:absolute; left:6px; top:11px; width:69px; height:38px; z-index:64">
  212.     <a id="Link10" name="">
  213.         <img src="../image/gen03-fly.gif" width="117" height="47" class="Moveable01">
  214.     </a>
  215. </div>
  216. <div id="Layer11" style="position:absolute; left:75px; top:113px; width:270px; height:156px; z-index:88" class="ParentLayer"> 
  217.     <a id="Link11" name="">
  218.         <img id="uImage01" src="../image/gen03-pic.JPG" width="269" height="175" name="uImage01;269;175" class="ImageHolder">
  219.     </a>
  220. </div>
  221.  
  222. </body>
  223.  
  224. <script language="JavaScript" src="../../WebCard.js">
  225. </script>
  226.  
  227. </html>
  228.