PlaySound() FunctionThe PlaySound function plays a specified .wav sound file. Syntax:PlaySound(url) Parameters: url - Filename or the URL of a WAV format file to play. Remarks:
Example: <xml id="toolbar"> <toolbar caption="PlaySound() Example"> <button caption="Play" action="PlaySound('http://www.toolbarbrowser.com/start.wav')"></button> </control> </toolbar> </xml> Compatibility: Requires Toolbar Browser v2.00.002 or higher. See Also: |