Embed Youtube video in Oracle APEX

If you wish to embed a youtube video in an oracle APEX page the process is very straight forward.
1. Create a Static Content region in a page.
2. Go to youtube, click on the share button on the video you wish to embed in the page.
3. On the popup region click on the "Embed" button and copy the iframe code
4. Paste the code in "Text" property of the "Static Content" region you have created
5. Well-done! You can run the page and can play the video.

It all worked fine, but when I have added the video in a Modal dialog page, I could not run it in full screen mode in Mozilla Firefox browser, however it's worked fine when I changed it to non-modal dialog page.

Please let me know if you have any reason or solution for this issue.

Thanks! Happy Coding!!!

Comments