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

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

    One simple way to create a Flash player in your window: AtlAxCreateControlEx.

    To receive and send events, you will need a sink: AtlAdvise. You will need to define the functions receiving events on the ActionScript (i.e. Flash) side too.

提交回复
热议问题