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