简体   繁体   English

linux下的c ++ flash

[英]c++ flash under linux

I known how to use flash in my windows c++ application with ActiveX. 我知道如何在我的Windows c ++应用程序中使用Flash与ActiveX。

But what it the way to do it under linux? 但是在linux下做到这一点的方法是什么?

Under Linux, you'll need to load the Flash plugin using dlopen , then use the plugin API (which the Flash plugin implements) to set up and interact with Flash. 在Linux下,您需要使用dlopen加载Flash插件,然后使用插件API (Flash插件实现)来设置Flash并与Flash交互。 If there's a simpler way, I'm not aware of it. 如果有一种更简单的方法,我就不知道了。

See also Chromium's Linux plugin notes for more on the plugin API. 有关插件API的更多信息,另请参阅Chromium的Linux插件说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM