home *** CD-ROM | disk | FTP | other *** search
- 
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-
- <title>Play Sound</title>
- <meta name="DHTMLScriptName" content="Play &Sound">
-
- <meta name="DialogResizable" content="true">
- <meta name="DialogSize" content="475,100">
-
- <style>
- button { width: 8em; }
- table { border: none; border-collapse: collapse }
- </style>
- <script type="text/JavaScript">
- var L_NOURL_ErrorMessage = "Please enter a path to a sound file.";
- var L_FilterAllAudio_Text = "All Audio Files";
- var L_FilterWaveAudio_Text = "Wave Files";
- var L_FilterMidiAudio_Text = "Midi Sequencer Files";
- var L_FilterRealAudio_Text = "RealAudio Files";
- var L_FilterAIFFAudio_Text = "AIFF Sound Files";
- var L_FilterAUAudio_Text = "AU Sound Files";
- </script>
- <script type="text/JavaScript" src="FPLib.js"></script>
- <script type="text/JavaScript" src="Strings.js"></script>
- <script type="text/JavaScript" src="PlaySnd.js"></script>
- </head>
- <body onload="safeFocus(theForm.SoundPath)">
- <form id="theForm" name="theForm" onsubmit="Validate(); return false;">
- <table border="0" cellpadding="2" cellspacing="0" id="AutoNumber1" width="100%" height="100%">
- <tr>
- <td nowrap>
- <label for="SoundPath">
-
- <u>P</u>lay Sound:
- </label>
- </td>
- <td width="100%" dir="ltr">
- <input type="text" name="SoundPath" accesskey="p" id="SoundPath" style="width: 100%">
-
- </td>
- <td>
-
- </td>
- <td>
- <button name="BrowseURL1" value="Browse..." accesskey="b" onclick="ShowFilePicker(SoundPath);">
-
-
- <u>B</u>rowse...
- </button>
- </td>
- </tr>
- <tr>
- <td height="100%">
-
- </td>
- </tr>
- <tr>
- <td colspan="4">
- <hr>
- <table width="100%">
- <tr>
- <td width="100%"> </td>
- <td>
- <button name="OK" value="OK" type="submit">
-
- OK
- </button>
- </td>
- <td> </td>
- <td>
- <button name="Cancel" value="Cancel" onclick="CancelAction();">
-
- Cancel
- </button>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </form>
- </body>
- </html>
-