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

前端 未结 8 1967
甜味超标
甜味超标 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

    If it has to be open source I'd consider Gnash, an open source flash implementation.
    It works on all major platforms, supports most multimedia codecs and is supposed to be embeddable in applications through nsapi.

提交回复
热议问题