Skip to content

Instantly share code, notes, and snippets.

@lniwn
lniwn / flash-activex.cpp
Created July 25, 2020 08:25 — forked from t-mat/flash-activex.cpp
Windows: ActiveXを利用して、Flashをウィンドウ内に表示する
// flash-to-directx : Library to embed Adobe Flash movies to DirectX-based applications.
// https://code.google.com/p/flash-to-directx/
//
// swfui : Adobe Flash User Interface
// https://code.google.com/p/swfui/
//
// C++ and Flash: Send or get data from/to a SWF using C++ and ActiveX in Win32
// http://www.codeproject.com/Articles/269829/Communicate-with-Flash-Send-or-Get-data-from-to-a
//
#include <windows.h>