Page 1 of 1

Overlaying objects over flash

Posted: Tue May 10, 2011 6:38 am
by greywolfe
Hello,
Is is possible with the FIAB library to overlay objects transparently over a flash window? Cheers.

Posted: Tue May 10, 2011 12:37 pm
by Softanics
Hello,

Which objects?

Thank you!

Posted: Wed May 11, 2011 1:36 am
by greywolfe
Doesn't matter :)

I'm attempting to overlay another CWnd, which has nothing but a GDI-drawn image with transparency, over the top of a flash window. Now usually this will not work since the activex class of flash uses a directdraw canvas (I believe) and thus you can't overlay transparently. My question is whether FIAB treats things differently, or is it functionally similar to the flash activex control?

Posted: Wed May 11, 2011 10:15 am
by Softanics
Just to clarify, could you please check sample Sample09_TransparentControl.exe from the .Net Edition, does it do what you need?