[RESOLVED] How to make background of flash movie transparent?
Dear Friends,
How to make background of flash movie transparent in Visual Basic 6? Now the background of flash movie (.swf) in white color? Using ShockwaveFlash1. Any help would be appreciated.
Thanks.
Re: How to make background of flash movie transparent?
Im not sure, I think:
Code:
ShockwaveFlash1.WMode = "Transparent"
(I think you have to write "Transparent" WMode, in the ShockwaveFlash1 Property window, not in the code...)
Does it work?
Re: How to make background of flash movie transparent?
Quote:
Originally Posted by
reacen
Im not sure, I think:
Code:
ShockwaveFlash1.WMode = "Transparent"
(I think you have to write "Transparent" WMode, in the ShockwaveFlash1 Property window, not in the code...)
Does it work?
Yes. It didn't work with the code but working fine when changed the WMode value to Transparent in property window.
Thanks a lot for the help.
Re: [RESOLVED] How to make background of flash movie transparent?
How can i do wmode transparent at runtime?
doevents, refresh, does not work, please help! :wave: