Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Playing mp3 file in Oracle forms 12c

buggleboy007Feb 12 2020 — edited Feb 12 2020

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.

This post has been answered by Michael Ferrante-Oracle on Feb 12 2020
Jump to Answer
Comments
Post Details
Added on Feb 12 2020
6 comments
1,033 views