언어 설정

Menu
Sites
Language
iframe video #2

Hello,

I have read this topic and can't understand, why my video opens in web browser?

My code

<div data-role="content" >
    <iframe frameborder='0' height='300px' width='100%' style='margin-top: 140px;' src='http://www.youtube.com/embed/M7FIvfx5J10'></iframe>
</div><!-- /content -->

Maybe, i should write some code in config.xml except <access origin="*" subdomains="true"></access> ?

I use tizen 2.2.1 and i have tested on device and Emulator.

Responses

4 댓글
Ivanoc

Minute ago i tried to do that in Tizen Remote Test Lab and i saw the same
Please, i need your help =)

Raghu Kona

Hi,

As I mentioned in the earlier post, with cross-origin request enabled (<access origin="*" subdomains="true"></access>) the video is not visible and if it is disabled, it launches the video in browser.

As per the Jira request, the issue is with the codecs.

Not sure when it will be resolved. You can refer https://bugs.tizen.org/jira/browse/TDIST-608 for updates on this issue and if possible please vote for the issue.

Regards,

Raghu Kona

Alexander AVSukhov

Hello,

Could you please provide your config.xml?

 

Ivanoc

Thanks everybody, i added <tizen:allow-navigation>*</tizen:allow-navigation> and video began to work