APPX is the Premier Development and Runtime Environment for Business Application Software
(Answer) (Category) FAQ's - APPX Software, Inc. : (Category) APPX Utility : (Category) APPX Development Environment : (Category) Tips & Techniques :
How to play sounds.
APPX 4.2

The --- PLAY SOUND command ( audio subroutine ) in ILF will support .wav, .au, and .aiff file formats.  Examples;


      SET      --- TEMP 512                   =      /home/pete/test.wav
      PASS     --- TEMP 512                   FIELD            SHARE? N
      GOSUB    --- PLAY SOUND

                                                                        
      SET      --- TEMP 512                   =      file:///home/pete/test
      APPEND   --- TEMP 512                   0      .wav
      PASS     --- TEMP 512                   FIELD            SHARE? N
      GOSUB    --- PLAY SOUND

                                                                        
      SET      --- TEMP 512                   =      http://www.wavsite.com
      APPEND   --- TEMP 512                   0      /sounds/62369/grail22.
      APPEND   --- TEMP 512                   0      wav
      PASS     --- TEMP 512                   FIELD            SHARE? N
      GOSUB    --- PLAY SOUND
[Append to This Answer]
2003-Dec-01 4:26pm
Previous: (Answer) How to create dynamic rollover tool-tips.
Next: (Answer) What is pdf "---ENTRY SELECTED PATH" used for?
This document is: http://board.appx.com/cgi-bin/fom.cgi?file=172
[Search] [Appearance]
This is a Faq-O-Matic 2.719.
Copyright 2003 by APPX Software, Inc. All rights reserved.