PDA

View Full Version : Make flash activex transparent


amandeepsiin
01-11-2007, 07:08 AM
Can any one tell me that how can i make my flash activex object transparent in vc++ form.

CyanBlue
01-11-2007, 01:43 PM
Howdy and Welcome... :)

I have no idea how to do that in VC++... But generally speaking, if you embed the SWF into the page(web page or any other program). you should look for a parameter called 'wmode' and set it to 'transparent' to make the SWF transparent... If you cannot find that option, that's something you will have to look up in the VC++ manual or user group...