|
-
Feb 9th, 2010, 12:09 AM
#1
Thread Starter
Fanatic Member
[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.
-
Feb 9th, 2010, 03:27 AM
#2
Addicted Member
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?
 DoEvents
-
Feb 9th, 2010, 04:56 AM
#3
Thread Starter
Fanatic Member
Re: How to make background of flash movie transparent?
 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.
-
Mar 5th, 2010, 01:27 PM
#4
Lively Member
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!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|