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

  1. <html>
  2. <head>
  3. <title>Fun Times</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. }
  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_timelinePlay(tmLnName, myID) { //v1.2
  89.   //Copyright 1997 Macromedia, Inc. All rights reserved.
  90.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
  91.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  92.   tmLn = document.MM_Time[tmLnName];
  93.   if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
  94.   if (myID == tmLn.ID) { //if Im newest
  95.     setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
  96.     fNew = ++tmLn.curFrame;
  97.     for (i=0; i<tmLn.length; i++) {
  98.       sprite = tmLn[i];
  99.       if (sprite.charAt(0) == 's') {
  100.         if (sprite.obj) {
  101.           numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
  102.           if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
  103.             keyFrm=1;
  104.             for (j=0; j<sprite.values.length; j++) {
  105.               props = sprite.values[j]; 
  106.               if (numKeyFr != props.length) {
  107.                 if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
  108.                 else        sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
  109.               } else {
  110.                 while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
  111.                 if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
  112.                   if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
  113.                   else        sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
  114.         } } } } }
  115.       } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  116.       if (fNew > tmLn.lastFrame) tmLn.ID = 0;
  117.   } }
  118. }
  119.  
  120. function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0
  121.   //Copyright 1997 Macromedia, Inc. All rights reserved.
  122.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;
  123.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  124.   tmLn = document.MM_Time[tmLnName];
  125.   if (numGotos != null)
  126.     if (tmLn.gotoCount == null) tmLn.gotoCount = 1;
  127.     else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}
  128.   jmpFwd = (fNew > tmLn.curFrame);
  129.   for (i = 0; i < tmLn.length; i++) {
  130.     sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back
  131.     if (sprite.charAt(0) == "s") {
  132.       numKeyFr = sprite.keyFrames.length;
  133.       firstKeyFr = sprite.keyFrames[0];
  134.       lastKeyFr = sprite.keyFrames[numKeyFr - 1];
  135.       if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd
  136.       for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);
  137.       for (j=0; j<sprite.values.length; j++) {
  138.         props = sprite.values[j];
  139.         if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only
  140.         else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range
  141.         if (sprite.obj != null) {
  142.           if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];
  143.           else        sprite.obj[props.prop2][props.prop] = props[propNum];
  144.       } }
  145.     } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  146.   }
  147.   tmLn.curFrame = fNew;
  148.   if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)');
  149. }
  150.  
  151. function MM_findObj(n, d) { //v3.0
  152.   var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
  153.     d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  154.   if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  155.   for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
  156. }
  157.  
  158. function MM_initTimelines() {
  159.     //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
  160.     var ns = navigator.appName == "Netscape";
  161.     document.MM_Time = new Array(1);
  162.     document.MM_Time[0] = new Array(2);
  163.     document.MM_Time["Timeline1"] = document.MM_Time[0];
  164.     document.MM_Time[0].MM_Name = "Timeline1";
  165.     document.MM_Time[0].fps = 15;
  166.     document.MM_Time[0][0] = new String("sprite");
  167.     document.MM_Time[0][0].slot = 1;
  168.     if (ns)
  169.         document.MM_Time[0][0].obj = document["Layer7"];
  170.     else
  171.         document.MM_Time[0][0].obj = document.all ? document.all["Layer7"] : null;
  172.     document.MM_Time[0][0].keyFrames = new Array(1, 4, 8, 15);
  173.     document.MM_Time[0][0].values = new Array(5);
  174.     document.MM_Time[0][0].values[0] = new Array(685,673,661,643,622,608,593,570,557,546,536,525,515,505,494);
  175.     document.MM_Time[0][0].values[0].prop = "left";
  176.     document.MM_Time[0][0].values[1] = new Array(5,77,146,201,201,188,174,177,199,224,253,285,317,350,382);
  177.     document.MM_Time[0][0].values[1].prop = "top";
  178.     if (!ns) {
  179.         document.MM_Time[0][0].values[0].prop2 = "style";
  180.         document.MM_Time[0][0].values[1].prop2 = "style";
  181.     }
  182.     document.MM_Time[0][0].values[2] = new Array(40,39,39,39,39,39,39,39,39,39,39,39,39,39,39);
  183.     document.MM_Time[0][0].values[2].prop = "width";
  184.     if (!ns)
  185.         document.MM_Time[0][0].values[2].prop2 = "style";
  186.     document.MM_Time[0][0].values[3] = new Array(39,40,41,43,43,43,43,43,42,41,40,39,38,37,36);
  187.     document.MM_Time[0][0].values[3].prop = "height";
  188.     if (!ns)
  189.         document.MM_Time[0][0].values[3].prop2 = "style";
  190.     document.MM_Time[0][0].values[4] = new Array("67","7","7","7");
  191.     document.MM_Time[0][0].values[4].prop = "zIndex";
  192.     if (!ns)
  193.         document.MM_Time[0][0].values[4].prop2 = "style";
  194.     document.MM_Time[0][1] = new String("behavior");
  195.     document.MM_Time[0][1].frame = 16;
  196.     document.MM_Time[0][1].value = "MM_timelineGoto('Timeline1','1')";
  197.     document.MM_Time[0].lastFrame = 16;
  198.     for (i=0; i<document.MM_Time.length; i++) {
  199.         document.MM_Time[i].ID = null;
  200.         document.MM_Time[i].curFrame = 0;
  201.         document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
  202.     }
  203. }
  204. //-->
  205. </script>
  206.  
  207. </head>
  208. <bgsound id="BackgroundSound" type="audio/midi" src="../audio/Jazzy Little Number.mid" repeat="1" loop="-1">
  209. <body bgcolor="#38ADE1" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_timelinePlay('Timeline1')">
  210. <div id="Layer1" style="position:absolute; left:0px; top:0px; width:728px; height:417px; z-index:1"><img src="../image/web_card3_bg.gif" class="Fixed01"></div>
  211. <div id="Layer2" style="position:absolute; left:254px; top:142px; width:261px; height:177px; z-index:2" class="ParentLayer">
  212.     <a id="Link2" name="">
  213.         <img src="../image/vit_3_6_4.JPG" width="260" height="173" name="uImage01;260;173;" class="ImageHolder">
  214.     </a>
  215. </div>
  216. <div id="Layer3" style="position:absolute; left:573px; top:236px; width:180px; height:115px; z-index:3" class="Fixed01">
  217.     <a id="Link3" name="">
  218.         <img src="../image/gen01-mtv2.gif" width="179" height="136">
  219.     </a>
  220. </div>
  221. <div id="Layer7" style="position:absolute; left:685px; top:5px; width:40px; height:39px; z-index:67">
  222.     <a id="Link7" name="">
  223.         <img src="../image/gen01-c1.gif" width="34" height="33" class="Fixed01">
  224.     </a>
  225. </div>
  226. <div id="Layer12" style="position:absolute; left:498px; top:369px; width:28px; height:31px; z-index:11" class="Fixed01"> 
  227.     <a id="Link12" name="">
  228.         <img src="../image/c_whitegif.gif" width="25" height="25">
  229.     </a>
  230. </div>
  231. <div id="Layer15" style="position:absolute; left:207px; top:218px; width:17px; height:24px; z-index:15">
  232.     <a id="Link15" name="">
  233.         <img src="../image/c_whitegif.gif" width="19" height="17" class="Fixed01">
  234.     </a>
  235. </div>
  236.  
  237. <div id="VideoBorder" class="ParentLayer" style="visibility:hidden; position:absolute; width:30px; height:30px; z-index:69; left: 0px; top: 0px; border-width:5px;"> 
  238. </div>
  239.  
  240. <div id="VideoLayer" style="position:absolute; left:583px; top:245px; width:160px; height:120px; z-index:16" class="ParentLayer"> 
  241.     <a id="Link16" name="">
  242.         <img id="uVideo01" type="video/avi" dynsrc="../video/Look at Me!.avi" width="160" height="120" repeat="1" loop="-1" class="VideoHolder"> 
  243.     </a>
  244. </div>
  245.  
  246. <div id="Layer13" style="position:absolute; width:300px; height:21px; z-index:66; left: 26px; top: 365px"> 
  247.   <div align="center" > 
  248.      
  249.   </div>
  250. </div>
  251. <div id="Layer22" class="ParentLayer" style="position:absolute; width:747px; height:52px; z-index:65; left: 13px; top: 28px"> 
  252.   <div align="center" > 
  253.     <a id="Link22" name="">
  254.     <p id="uText01"  class="TextHolder01">Fun Times
  255.     </a>
  256.   </div>
  257. </div>
  258. <div id="Layer4" style="position:absolute; left:67px; top:277px; width:27px; height:33px; z-index:68">
  259.     <a id="Link4" name="">
  260.         <img src="../image/c_white_move.gif" width="32" height="32" class="Moveable">
  261.     </a>
  262. </div>
  263. <div id="Layer5" style="position:absolute; left:296px; top:364px; width:21px; height:21px; z-index:69">
  264.     <a id="Link5" name="">
  265.         <img src="../image/c_white_move.gif" width="20" height="20" class="Moveable">
  266.     </a>
  267. </div>
  268. <div id="Layer6" style="position:absolute; left:341px; top:364px; width:30px; height:26px; z-index:70"> 
  269.     <a id="Link6" name="">
  270.         <img src="../image/c_white_move.gif" width="32" height="32" class="Moveable">
  271.     </a>
  272. </div> 
  273.  
  274. <div id="Layer8" style="position:absolute; left:13px; top:130px; width:189px; height:123px; z-index:71" class="ParentLayer">
  275.     <a id="Link8" name="">
  276.         <p id="uText02" align="center" class="TextHolder02">Check out this awesome photo. And here's a cool video clip as well!</p>
  277.     </a>
  278. </div>
  279. </body>
  280.  
  281. <script language="JavaScript" src="../../WebCard.js">
  282. </script>
  283.  
  284. </html>
  285.