Skip to main content
Participant
May 10, 2014
Question

.NET Winform flash object transparency

  • May 10, 2014
  • 0 replies
  • 162 views

I have an embedded swf object in my .net 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.

14Kup.png

(cross is the image that has the white background, and the rest is an embedded .swf movie using the ActiveX control)

I have tried many things including (obviously) BackColor, Overriding CreateParams, OnPaint, OnPaintBackground, everything I have found on SO.

Is there any way to accomplish this?

    This topic has been closed for replies.