Hello all,
I am using Oracle forms 12c (Forms [64 Bit] Version 12.2.1.0.0 (Production)) and I was told yesterday by Michael that PLAY_AUDIO is a feature that is supported in forms 12c - 12.2.1.0.0 to be precise.
So in a 'when-new-form-instance' trigger, I place the following and none of them work. (the forms 12c new features write up says that one can call 'PLAY_AUDIO' directly. There is no need to add any controls etc.,):
PLAY_AUDIO('https://www.mfiles.co.uk/mp3-downloads/leyenda.mp3');
PLAY_AUDIO('https://file-examples.com/wp-content/uploads/2017/11/file_example_MP3_700KB.mp3');
Is there something that I am doing wrong? I am trying to basically develop a POC based on the new features for 12c.