Embedding Flash Player in a C++ or Java application?

前端 未结 8 1972
甜味超标
甜味超标 2020-12-06 06:47

I would like to embed Flash Player directly inside a C++ or Java application.

I found an article that describes how to do this for C#: http://www.adobe.com/devnet/fl

8条回答
  •  执笔经年
    2020-12-06 07:32

    I don't know how to embed flash in C++, but Christopher Deckers (of SWTSwing fame) has developed an interesting hack which allows it to be embedded in Java. You can find more information in the Javalobby announcement thread.

    Here is an updated link: https://github.com/Chrriis/DJ-Native-Swing

提交回复
热议问题