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

  1. <html>
  2. <head>
  3. <title>We're Going to the Chapel...</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-color:green;
  25. border-width:0px;
  26. ; border: 0px green groove}
  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.  
  85. <script language="JavaScript">
  86. <!--
  87. function MM_showHideLayers() { //v2.0
  88.   var i, visStr, args, theObj;
  89.   args = MM_showHideLayers.arguments;
  90.   for (i=0; i<(args.length-2); i+=3) { //with arg triples (objNS,objIE,visStr)
  91.     visStr   = args[i+2];
  92.     if (navigator.appName == 'Netscape' && document.layers != null) {
  93.       theObj = eval(args[i]);
  94.       if (theObj) theObj.visibility = visStr;
  95.     } else if (document.all != null) { //IE
  96.       if (visStr == 'show') visStr = 'visible'; //convert vals
  97.       if (visStr == 'hide') visStr = 'hidden';
  98.       theObj = eval(args[i+1]);
  99.       if (theObj) theObj.style.visibility = visStr;
  100.   } }
  101. }
  102.  
  103. function MM_timelinePlay(tmLnName, myID) { //v1.2
  104.   //Copyright 1997 Macromedia, Inc. All rights reserved.
  105.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
  106.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  107.   tmLn = document.MM_Time[tmLnName];
  108.   if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
  109.   if (myID == tmLn.ID) { //if Im newest
  110.     setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
  111.     fNew = ++tmLn.curFrame;
  112.     for (i=0; i<tmLn.length; i++) {
  113.       sprite = tmLn[i];
  114.       if (sprite.charAt(0) == 's') {
  115.         if (sprite.obj) {
  116.           numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
  117.           if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
  118.             keyFrm=1;
  119.             for (j=0; j<sprite.values.length; j++) {
  120.               props = sprite.values[j]; 
  121.               if (numKeyFr != props.length) {
  122.                 if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
  123.                 else        sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
  124.               } else {
  125.                 while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
  126.                 if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
  127.                   if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
  128.                   else        sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
  129.         } } } } }
  130.       } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  131.       if (fNew > tmLn.lastFrame) tmLn.ID = 0;
  132.   } }
  133. }
  134.  
  135. function MM_initTimelines() {
  136.     //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
  137.     var ns = navigator.appName == "Netscape";
  138.     document.MM_Time = new Array(1);
  139.     document.MM_Time[0] = new Array(1);
  140.     document.MM_Time["Timeline1"] = document.MM_Time[0];
  141.     document.MM_Time[0].MM_Name = "Timeline1";
  142.     document.MM_Time[0].fps = 15;
  143.     document.MM_Time[0][0] = new String("sprite");
  144.     document.MM_Time[0][0].slot = 1;
  145.     if (ns)
  146.         document.MM_Time[0][0].obj = document["Layer10"];
  147.     else
  148.         document.MM_Time[0][0].obj = document.all ? document.all["Layer10"] : null;
  149.     document.MM_Time[0][0].keyFrames = new Array(2, 21, 31, 41, 57, 71, 85, 100, 115, 140, 155, 170, 491);
  150.     document.MM_Time[0][0].values = new Array(3);
  151.     document.MM_Time[0][0].values[0] = new Array(2,9,15,22,29,35,42,49,55,62,69,76,82,89,96,102,109,116,122,129,144,158,173,187,201,214,226,237,246,255,
  152.                 260,263,264,263,261,260,259,258,257,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,
  153.                 256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,
  154.                 256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,
  155.                 256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,
  156.                 256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,
  157.                 256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,
  158.                 256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,
  159.                 256,256,256,256,256,256,256,256,256,256,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,
  160.                 257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,
  161.                 257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,
  162.                 257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,
  163.                 257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,
  164.                 258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,
  165.                 258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258);
  166.     document.MM_Time[0][0].values[0].prop = "left";
  167.     document.MM_Time[0][0].values[1] = new Array(318,319,319,320,321,322,322,323,324,324,325,326,326,327,327,328,328,329,329,329,329,328,328,327,326,324,
  168.                 323,322,322,321,321,320,320,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,
  169.                 321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,
  170.                 321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,
  171.                 321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,
  172.                 321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,
  173.                 321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,
  174.                 321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,321,
  175.                 321,321,321,321,321,321,321,321,321,321,321,321,321,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,
  176.                 320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,
  177.                 320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,
  178.                 320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,
  179.                 320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,320,319,319,319,319,319,319,319,319,319,319,319,319,
  180.                 319,319,319,319,319,319,319,319,319,319,319,319,319,319,319,319,319,319,319,319,319,319,319,319,319,319,319,319,319,319,319,319,319,319,
  181.                 319,319,319,319,319,319,319,319,319,319,319,319,319,319,319,319,319,319,319,319,319,319);
  182.     document.MM_Time[0][0].values[1].prop = "top";
  183.     if (!ns) {
  184.         document.MM_Time[0][0].values[0].prop2 = "style";
  185.         document.MM_Time[0][0].values[1].prop2 = "style";
  186.     }
  187.     document.MM_Time[0][0].values[2] = new Array("72","72","72","72","72","72","72","72","72","72","72","72","72");
  188.     document.MM_Time[0][0].values[2].prop = "zIndex";
  189.     if (!ns)
  190.         document.MM_Time[0][0].values[2].prop2 = "style";
  191.     document.MM_Time[0].lastFrame = 491;
  192.     for (i=0; i<document.MM_Time.length; i++) {
  193.         document.MM_Time[i].ID = null;
  194.         document.MM_Time[i].curFrame = 0;
  195.         document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
  196.     }
  197. }
  198. //-->
  199. </script>
  200. </head>
  201. <bgsound id="BackgroundSound" type="audio/midi" src="../audio/Here Comes the Bride (Organ).mid" repeat="1" loop="-1">
  202. <body bgcolor="#FFFFFF" onLoad="MM_timelinePlay('Timeline1')">
  203. <div id="Layer23" class="ParentLayer" style="position:absolute; width:182px; height:100px; z-index:76; left: 49px; top: 99px"> 
  204.   <div align="center"> 
  205.      <a id="Link23" name="">
  206.         <p id="uText02"  class="TextHolder02">Julie and John are getting married! Please join us on this special occasion.
  207.      </a>
  208.   </div>
  209. </div>
  210. <div id="Layer13" class="ParentLayer" style="position:absolute; width:300px; height:21px; z-index:78; left: -9px; top: 381px"> 
  211.   <div align="center" > 
  212.     <a id="Link13" name="http://www.novadevelopment.com">
  213.         <p id="uLogo01" align="right" class="Fixed01"> 
  214.      </a>
  215.   </div>
  216. </div>
  217. <div id="Layer22" class="ParentLayer" style="position:absolute; width:484px; height:62px; z-index:77; left: 6px; top: 11px"> 
  218.   <div align="center"> 
  219.     <a id="Link22" name="">
  220.         <p id="uText01"  class="TextHolder01">We're Going to the Chapel...
  221.      </a>
  222.   </div>
  223. </div>
  224. <div id="Layer1" style="position:absolute; left:0px; top:0px; width:755px; height:429px; z-index:3">
  225.     <a id="Link1" name="">
  226.         <img id="uImage02" src="../image/wedding-2.gif" width="760" height="420" class="Fixed02">
  227.     </a>
  228. </div>
  229. <div id="Layer2" style="position:absolute; left:546px; top:234px; width:190px; height:137px; z-index:66" class="ParentLayer">
  230.     <a id="Link2" name="">
  231.         <img id="uImage03" src="../image/board1.gif" width="207" height="157" class="Moveable01">
  232.     </a>
  233. </div>
  234. <div id="Layer3" style="position:absolute; left:0px; top:193px; width:246px; height:192px; z-index:67" class="ParentLayer">
  235.     <a id="Link3" name="">
  236.         <img id="uImage04" src="../image/board2.gif" width="277" height="213" name="Image1" class="Moveable01">
  237.     </a>
  238. </div>
  239. <div id="Layer7" style="position:absolute; left:36px; top:232px; width:208px; height:130px; z-index:68" class="ParentLayer"> 
  240.     <a id="Link7" name="">
  241.         <img id="uImage01" src="../image/cmera-1.jpg" width="209" height="139" class="ImageHolder" name="uImage01;209;136"> 
  242.     </a>
  243. </div>
  244. <div id="Layer8" style="position:absolute; left:7px; top:387px; width:288px; height:26px; z-index:69">
  245.     <a id="Link8" name="">
  246.         <img id="uImage05" src="../image/line.gif" width="286" height="23" class="Fixed02">
  247.     </a>
  248. </div>
  249. <div id="Layer9" style="position:absolute; left:25px; top:15px; width:102px; height:92px; z-index:70">
  250.     <a id="Link9" name="">
  251.         <img id="uImage06" src="../image/heart.gif" width="106" height="88" class="Fixed02">
  252.     </a>
  253. </div>
  254. <div id="Layer10" style="position:absolute; left:2px; top:318px; width:98px; height:58px; z-index:79"> 
  255.     <a id="Link10" name="">
  256.         <img id="uImage07" src="../image/flower.gif" width="89" height="91" class="Fixed02">
  257.     </a>
  258. </div>
  259. <div id="Layer4" style="position:absolute; left:404px; top:350px; width:68px; height:57px; z-index:73"> 
  260.     <a id="Link4" name="">
  261.         <img id="uImage08" src="../image/small_heart.gif" width="70" height="70" class="Moveable01"> 
  262.     </a>
  263. </div>
  264.  
  265. <div id="VideoBorder" class="ParentLayer" style="visibility:hidden; position:absolute; width:30px; height:30px; z-index:69; left: 0px; top: 0px; border-width:5px;"> 
  266. </div>
  267.  
  268. <div id="VideoLayer" style="position:absolute; left:575px; top:256px; width:85px; height:56px; z-index:75" class="ParentLayer"> 
  269.     <a id="Link5" name="">
  270.         <img id="uVideo01" type="video/avi" dynsrc="../Vedio/Cheers!.avi" width="155" height="115" class="VideoHolder" repeat="1" loop="-1"> 
  271.     </a>
  272. </div>
  273.  
  274. </body>
  275.  
  276. <script language="JavaScript" src="../../WebCard.js">
  277. </script>
  278.  
  279. </html>
  280.