Transparent flash component [win32]

using Ole ActiveX;
IOleInPlaceSiteWindowless;

I didn’t test drag. so… :smiley:

update 2012/3/21 18:53

make a demo.
fix memory leaks;
fix some header files;

you need a test.swf file if you want run demo.

Sounds intriguing!

He does not work with juce 1.53

1>juce_win32_FlashTransparentComponent.cpp
1>f:\proyectos software\bookcreator\source\juce_win32_FlashTransparentComponent.h(12) : fatal error C1083: Cannot open include file: 'modules/juce_core/native/juce_BasicNativeHeaders.h': No such file or directory
1>JuceLibraryCode4.cpp

1.53 is too old.hehehehe
git clone --depth 1 git://juce.git.sourceforge.net/gitroot/juce/juce

ok, Thanks