Hi Michael,
Based on new features white paper introduced in Oracle Forms 12c , I am trying to play a video and so far I am not successful. Here's what I have done in:
WHEN-NEW-FORM-INSTANCE trigger:
PLAY_AUDIO('https://youtu.be/_knIf9vF4k4');
PLAY_AUDIO('https://lachy.id.au/dev/markup/examples/video/002.html');
My question is: a) can we play a Youtube video directly on Oracle forms 12c and if we can, which version of 12c forms it is compatible?
The paper further says that we can play only MPEG4 videos. So the second link has a MPEG4 file embedded on it and it does play when I open the link in the browser but when I call it from the form it does not play at all.
What are my options at this point in time? I am using Forms [64 Bit] Version 12.2.1.0.0 (Production)
Please let me know.