Qt/webkit and flash

旧城冷巷雨未停 提交于 2019-11-30 19:43:21

All you have to do is enable plugins. See the python specific Qt example but in C++ its like this.

QWebPage *webpage = ... webpage->settings()->setAttribute(QWebSettings::PluginsEnabled, true);

Plugins are loaded by NPAPI http://en.wikipedia.org/wiki/NPAPI

use AC_RunActiveContent.js. for your flash embed, it works in all browsers. This is included as the standard method of embedding within Dreamweaver, but is downloadable if you prefer to use another solution. you can download it here -->link text

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!