语言

Menu
Sites
Language
Unable to play videos in Tizen::Web::Controls::Web?

Hi,

I have used Tizen::Web::Controls::Web control inside Panel. I want to show some HTML content which contains text/videos/images.

I am using following function of web control,

void LoadData(const Tizen::Base::String& baseUrl, const Tizen::Base::ByteBuffer& content, const Tizen::Base::String& mime) to load html content.

I am able to see images inside webview. But I am not able to load and see video properly.

Is there any other parameter need to be added??

 

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

1 回复
Alex Dem
Hi This topic could be useful (maybe you have missed this): https://developer.tizen.org/forums/native-application-development/cant-use-webloaddata Also I have found mentions about these Mime types (regarding Video): "video/*" "video/mp4" "video/3gpp" Alexey.