Languages

Menu
Sites
Language
how to play youtube video in TIZEN application

Hi,

I have wirtten the code to play youtube video in my app.It work goot for SAMSUNG Z3 ,but it not working with SAMSUNG Z1.Please help me.

 

 

<iframe width="100%" height="200" src="'+video_url+'" frameborder="0" allowfullscreen></iframe>

 

 

Thanks and regards

Mohit Kumar

Responses

2 Replies
YouNim Lee

Hi,

We tested a simple html page including your code.

 

<!DOCTYPE html>
<html>
<head>
    <title> iframe </title>
</head>
<body>
    <iframe width="500" height="500" src="youtube link" frameborder="0" allowfullscreen></iframe>
</body>
</html>

 

This page works fine in both Z1 and Z3.

To analyze your problem we need more information.

Could you give us the specific page including your code or your test application?

 

Thanks & Regards,
YouNim Lee

Seoghyun Kang

Dear mohit kumar,

 

Could you let us know what is your problem on Z1?

Is it display issue? or function issue?

 

I remember I share my code using youTube with you.

I know It worked well on Z1.

 

Please write your situation in detail.

Thanks in advance.