Results 1 to 4 of 4

Thread: [RESOLVED] How to make background of flash movie transparent?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    May 2007
    Posts
    788

    Resolved [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.

  2. #2
    Addicted Member reacen's Avatar
    Join Date
    Jul 2009
    Location
    c:\windows\system32\gdi32.dll
    Posts
    243

    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

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    May 2007
    Posts
    788

    Re: How to make background of flash movie transparent?

    Quote Originally Posted by reacen View Post
    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.

  4. #4
    Lively Member Nikole's Avatar
    Join Date
    Feb 2010
    Posts
    79

    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
  •  



Click Here to Expand Forum to Full Width