The Java code
sound.java soundlist.java soundloader.java
note : the jar file must be signed
Implementation Class property
oracle.forms.fd.Sound
The properties you can set
Set the file name to read
Set_Custom_Property( 'BLK.BEAN', 1, 'SET_FILE', 'directory,filename' ) ;
Play the sound
Set_Custom_Property( 'BLK.BEAN', 1, 'PLAY', '' ) ;
The sample dialog
. Download the PJCsound.rar file
. Unzip the file
. copy the sound.jar file in the <ORACLE_HOME>/forms/java directory
. Edit your /forms/server/formsweb.cfg file
. Open the SOUND.fmb module (Oracle Forms 9.0.2)
. Compile all and run the module
No comments:
Post a Comment