Oracle Forms 12c - New feature (Audio) [message #682758] |
Mon, 16 November 2020 15:39 |
buggleboy007
Messages: 282 Registered: November 2010 Location: Canada
|
Senior Member |
|
|
I am trying to play an audio file (as part of the new Oracle 12c forms feature using PLAY_AUDIO built in) for a specific form that is launched. This is for Proof of Concept.
This is what we have done:
a) recorded a file and named it as po.mp3
b) gave the file to middleware who then signed it into a jar file (as mentioned in the new features document). These were his words "The file is accessible from /apps/retail/base/12c/icons on the server, or http://srv-fm1:7777/forms/icons/audio.jar"
c) based on the above, I called the file in WHEN-NEW-FORM-INSTANCE as :
This resulted in no luck.
so tried: PLAY_AUDIO('http://srv-fm1:7777/forms/icons/audio.jar/po.mp3'); Even this resulted in no luck.
Is there anything else that needs to be done that is missing? Please advice.
Thanks in advance!
|
|
|
|
|
|