home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeConen.cab / xweb.ACTIONS.PLAYSND.HTM.en < prev    next >
Encoding:
Text File  |  2009-06-09  |  2.3 KB  |  86 lines

  1. 
  2. <html>
  3.     <head>
  4.         <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5.         
  6.         <title>Play Sound</title>
  7.         <meta name="DHTMLScriptName" content="Play &Sound">
  8.         
  9.         <meta name="DialogResizable" content="true">
  10.         <meta name="DialogSize" content="475,100">
  11.         
  12.         <style>
  13.         button    { width: 8em;  }                
  14.         table    { border: none; border-collapse: collapse }
  15.         </style>
  16.         <script type="text/JavaScript">
  17.             var L_NOURL_ErrorMessage    = "Please enter a path to a sound file.";
  18.             var L_FilterAllAudio_Text    = "All Audio Files";                        
  19.             var L_FilterWaveAudio_Text    = "Wave Files";                                
  20.             var L_FilterMidiAudio_Text    = "Midi Sequencer Files";                    
  21.             var L_FilterRealAudio_Text    = "RealAudio Files";                        
  22.             var L_FilterAIFFAudio_Text    = "AIFF Sound Files";                        
  23.             var L_FilterAUAudio_Text    = "AU Sound Files";                            
  24.         </script>
  25.         <script type="text/JavaScript" src="FPLib.js"></script>
  26.         <script type="text/JavaScript" src="Strings.js"></script>
  27.         <script type="text/JavaScript" src="PlaySnd.js"></script>
  28.     </head>
  29.     <body onload="safeFocus(theForm.SoundPath)">
  30.         <form id="theForm" name="theForm" onsubmit="Validate(); return false;">
  31.             <table border="0" cellpadding="2" cellspacing="0" id="AutoNumber1" width="100%" height="100%">
  32.                 <tr>
  33.                     <td nowrap>
  34.                         <label for="SoundPath">
  35.                         
  36.                             <u>P</u>lay Sound:
  37.                         </label>
  38.                     </td>
  39.                     <td width="100%" dir="ltr">
  40.                         <input type="text" name="SoundPath" accesskey="p" id="SoundPath" style="width: 100%">
  41.                         
  42.                     </td>
  43.                     <td>
  44.                          
  45.                     </td>
  46.                     <td>
  47.                         <button name="BrowseURL1" value="Browse..." accesskey="b" onclick="ShowFilePicker(SoundPath);">
  48.                         
  49.                         
  50.                             <u>B</u>rowse...
  51.                         </button>
  52.                     </td>
  53.                 </tr>
  54.                 <tr>
  55.                     <td height="100%">
  56.                          
  57.                     </td>
  58.                 </tr>
  59.                 <tr>
  60.                     <td colspan="4">
  61.                         <hr>
  62.                         <table width="100%">
  63.                             <tr>
  64.                                 <td width="100%"> </td>
  65.                                 <td>
  66.                                     <button name="OK" value="OK" type="submit">
  67.                                         
  68.                                         OK
  69.                                     </button>
  70.                                 </td>
  71.                                 <td> </td>
  72.                                 <td>
  73.                                     <button name="Cancel" value="Cancel" onclick="CancelAction();">
  74.                                           
  75.                                           Cancel
  76.                                       </button>
  77.                                 </td>
  78.                             </tr>
  79.                         </table>
  80.                     </td>
  81.                 </tr>
  82.             </table>
  83.         </form>
  84.     </body>
  85. </html>
  86.