I have an embedded swf object in my winform using the ActiveX flash control. My problem is, I can not seem to get a picturebox's background to be transparent over the object. FYI, the swf background is animated.
http://i.stack.imgur.com/14Kup.png
(cross is the image, background is the flash object)
I have tried many things including (obviously) BackColor, Overriding CreateParams, OnPaint, OnPaintBackground, everything I have found on Google.
Is there any way to accomplish this?