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

  1. <html>
  2. <head>
  3. <title>Sunset and the Open Road</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:#339900;
  19. }
  20.  
  21.  
  22. .ParentLayer {
  23. border-style:groove;
  24. border-color:green;
  25. border-width:0px;
  26. }
  27.  
  28. .ImageHolder {
  29. cursor:hand;
  30. }
  31.  
  32. .VideoHolder {
  33. cursor:hand;
  34. }
  35.  
  36. .Moveable01 {
  37. cursor:hand;
  38. position:relative;
  39. font-family:"Arial";
  40. font-size:12pt;
  41. font-style:italic;
  42. font-weight:bold;
  43. text-align:left;
  44. color:#ffffff;
  45. }
  46.  
  47. .Fixed01 {  
  48. font-family: Arial, Helvetica, sans-serif; 
  49. font-size: 7pt; 
  50. font-weight: normal;
  51. font-style: italic; 
  52. color: #003399; 
  53. text-align: center
  54. }
  55.  
  56. .Fixed02 { 
  57. cursor:arrow;
  58. font-family: Arial, Helvetica, sans-serif; 
  59. font-size: 7pt; 
  60. font-weight: normal;
  61. font-style: italic; 
  62. color: #ffff99; 
  63. text-align: center 
  64. }
  65.  
  66. .Dynamic01 {
  67. cursor:arrow;
  68. position:relative;
  69. font-family:"Arial";
  70. font-size:12pt;
  71. font-style:italic;
  72. font-weight:bold;
  73. text-align:left;
  74. color:#ffff00;
  75. }
  76.  
  77. .TextHolder02 { cursor:hand; position:relative; font-family:"Arial", "Helvetica", "sans-serif"; font-size:12pt; text-align:left; color:#000000; ; font-weight: bold}
  78.  
  79. .SoundClip {
  80. cursor:hand;
  81. position:relative;
  82. }
  83. </style>
  84. <script language="JavaScript">
  85. <!--
  86. function MM_timelinePlay(tmLnName, myID) { //v1.2
  87.   //Copyright 1997 Macromedia, Inc. All rights reserved.
  88.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
  89.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  90.   tmLn = document.MM_Time[tmLnName];
  91.   if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
  92.   if (myID == tmLn.ID) { //if Im newest
  93.     setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
  94.     fNew = ++tmLn.curFrame;
  95.     for (i=0; i<tmLn.length; i++) {
  96.       sprite = tmLn[i];
  97.       if (sprite.charAt(0) == 's') {
  98.         if (sprite.obj) {
  99.           numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
  100.           if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
  101.             keyFrm=1;
  102.             for (j=0; j<sprite.values.length; j++) {
  103.               props = sprite.values[j]; 
  104.               if (numKeyFr != props.length) {
  105.                 if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
  106.                 else        sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
  107.               } else {
  108.                 while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
  109.                 if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
  110.                   if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
  111.                   else        sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
  112.         } } } } }
  113.       } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  114.       if (fNew > tmLn.lastFrame) tmLn.ID = 0;
  115.   } }
  116. }
  117.  
  118. function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0
  119.   //Copyright 1997 Macromedia, Inc. All rights reserved.
  120.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;
  121.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  122.   tmLn = document.MM_Time[tmLnName];
  123.   if (numGotos != null)
  124.     if (tmLn.gotoCount == null) tmLn.gotoCount = 1;
  125.     else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}
  126.   jmpFwd = (fNew > tmLn.curFrame);
  127.   for (i = 0; i < tmLn.length; i++) {
  128.     sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back
  129.     if (sprite.charAt(0) == "s") {
  130.       numKeyFr = sprite.keyFrames.length;
  131.       firstKeyFr = sprite.keyFrames[0];
  132.       lastKeyFr = sprite.keyFrames[numKeyFr - 1];
  133.       if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd
  134.       for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);
  135.       for (j=0; j<sprite.values.length; j++) {
  136.         props = sprite.values[j];
  137.         if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only
  138.         else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range
  139.         if (sprite.obj != null) {
  140.           if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];
  141.           else        sprite.obj[props.prop2][props.prop] = props[propNum];
  142.       } }
  143.     } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  144.   }
  145.   tmLn.curFrame = fNew;
  146.   if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)');
  147. }
  148.  
  149. function MM_initTimelines() {
  150.     //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
  151.     var ns = navigator.appName == "Netscape";
  152.     document.MM_Time = new Array(1);
  153.     document.MM_Time[0] = new Array(2);
  154.     document.MM_Time["Timeline1"] = document.MM_Time[0];
  155.     document.MM_Time[0].MM_Name = "Timeline1";
  156.     document.MM_Time[0].fps = 15;
  157.     document.MM_Time[0][0] = new String("behavior");
  158.     document.MM_Time[0][0].frame = 31;
  159.     document.MM_Time[0][0].value = "MM_timelineGoto('Timeline1','1')";
  160.     document.MM_Time[0][1] = new String("sprite");
  161.     document.MM_Time[0][1].slot = 1;
  162.     if (ns)
  163.         document.MM_Time[0][1].obj = document["Layer4"];
  164.     else
  165.         document.MM_Time[0][1].obj = document.all ? document.all["Layer4"] : null;
  166.     document.MM_Time[0][1].keyFrames = new Array(1, 14, 31);
  167.     document.MM_Time[0][1].values = new Array(3);
  168.     document.MM_Time[0][1].values[0] = new Array(-200,-200,-200,-200,-200,-200,-200,-200,-200,-200,-200,-200,-200,-200,-172,-141,-108,-73,-35,5,49,96,146,200,255,310,365,419,474,529,584);
  169.     document.MM_Time[0][1].values[0].prop = "left";
  170.     document.MM_Time[0][1].values[1] = new Array(347,347,347,347,347,347,347,347,347,347,347,347,347,347,347,347,347,347,347,347,347,347,347,346,346,346,346,346,346,346,346);
  171.     document.MM_Time[0][1].values[1].prop = "top";
  172.     if (!ns) {
  173.         document.MM_Time[0][1].values[0].prop2 = "style";
  174.         document.MM_Time[0][1].values[1].prop2 = "style";
  175.     }
  176.     document.MM_Time[0][1].values[2] = new Array("9","9","9");
  177.     document.MM_Time[0][1].values[2].prop = "zIndex";
  178.     if (!ns)
  179.         document.MM_Time[0][1].values[2].prop2 = "style";
  180.     document.MM_Time[0].lastFrame = 31;
  181.     for (i=0; i<document.MM_Time.length; i++) {
  182.         document.MM_Time[i].ID = null;
  183.         document.MM_Time[i].curFrame = 0;
  184.         document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
  185.     }
  186. }
  187. //-->
  188. </script>
  189. </head>
  190. <bgsound id="BackgroundSound" type="audio/midi" src="../audio/Jazzy Little Number.mid" repeat="1" loop="-1">
  191. <body onLoad="MM_timelinePlay('Timeline1')" background="../image/gen04-bg.jpg" bgcolor="#000033">
  192. <div id="Layer9" style="position:absolute; left:395px; top:126px; width:332px; height:238px; z-index:22" class="ParentLayer"> 
  193.   <a id="Link9" name=""> <img id="uImage01" src="../image/gen04-photo6.jpg" width="320" height="212" class="ImageHolder" name="uImage01;320;212"> 
  194.   </a> </div>
  195. <div id="Layer1" style="position:absolute; left:375px; top:109px; width:135px; height:162px; z-index:15">
  196.     <a id="Link1" name="">
  197.         <img id="uImage02" src="../image/gen04-1.gif" width="364" height="278" class="Moveable01">
  198.     </a>
  199. </div>
  200. <div id="Layer10" style="position:absolute; left:16px; top:257px; width:356px; height:88px; z-index:23" class="ParentLayer"> 
  201.   <a id="Link10" name="">
  202.     <p id="uText02" align="left" class="TextHolder02">I was driving home this evening, admiring the sunset colors and thinking of you. So I thought I'd make you a cool Web card to say hello!</p>
  203.   </a> 
  204. </div>
  205. <div id="Layer3" style="position:absolute; left:15px; top:173px; width:356px; height:52px; z-index:21" class="ParentLayer"> 
  206.   <a id="Link3" name="">
  207.     <p id="uText01" align="left" class="TextHolder01">Sunset and the Open Road</p>
  208.   </a> 
  209. </div>
  210. <div id="Layer5" style="position:absolute; left:512px; top:387px; width:240px; height:35px; z-index:20" class="WebPageTitle"> 
  211.     <a id="Link5" name="http://www.novadevelopment.com">
  212.         <p align="right" class="Fixed02"></p>
  213.     </a> 
  214. </div>
  215. <div id="Layer2" style="position:absolute; left:464px; top:22px; width:222px; height:55px; z-index:11">
  216.     <a id="Link2" name="">
  217.         <img id="uImage03" src="../image/gen04-c.gif" width="282" height="89" class="Moveable01">
  218.     </a>
  219. </div>
  220. <div id="Layer6" style="position:absolute; left:390px; top:134px; width:328px; height:230px; z-index:10"><img id="uImage06" src="../image/gen04-frame_bg.jpg" width="329" height="228" class="Moveable01"></div>
  221. <div id="Layer4" style="position:absolute; left:-200px; top:347px; width:83px; height:30px; z-index:9">
  222.     <a id="Link4" name="">
  223.         <img id="uImage04" src="../image/gen04-car.gif" width="165" height="33">
  224.     </a>
  225. </div>
  226. </body>
  227.  
  228. <script language="JavaScript" src="../../WebCard.js">
  229. </script>
  230. </html>
  231.