gyurtyapan

Hello,

I have a simple VB Form (VB .NET 2003) that has an AxShockwaveFlash object. My purpose is to make the background of the movie transparent. In VB 6 it was enough to set
WMode=Transparent

And everything would work just fine. Now i am trying the same thing (with the same movie file) on VB .NET 2003. However setting the property has no effect.

When i search the internet, i found many developers, searching for the answer of the same problem. But they are all left unanswered.

Please help.

Gokturk





Re: Visual Basic General VB.NET AxShockwaveFlash Transparency Problem

Bruno Yu - MSFT

gyurtyapan,

< xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> 

Except using ShockwaveFlash, have you tried the ActiveX component There is an example titled Add COM and ActiveX Support in .NET Compact Framework Using Odyssey Software CFCOM and hope that can help you.

 

http://msdn2.microsoft.com/en-us/library/aa446494.aspx

 

There is also an example on adding a new field type for Flash movies as follows:

 

http://msdn2.microsoft.com/en-us/library/ms948115.aspx