Hi all,
I am trying to load external videos from Youtube/Vimeo etc into an iframe on my Samsung Tizen TV. Without access control set, the application launches the browser with the iframe src in it.
I need the iframe to be inlined into the application and not launch a separate browser. I read that you have to specify access control with values "youtube.com" and "*.youtube.com" into the config.xml file. I added these values, and the browser no longer launches the iframe src. However, the iframe itself is not loading any video content whatsoever.
Does anyone have any ideas why this is happening? This previously worked on Samsung non-Tizen TVs.
Thanks