Rank: Newbie Groups: Member
Joined: 7/6/2009 Posts: 2 Points: 6 Location: NL
|
Hello,
I am using ASPNetVideo (QuickTime) on a customers website. I am facing problems using popup's. The ASPNetVideo still display it's content through the popup. I have tried to use WindowMode="Transparent" but with no results.
Please advise
<ASPNetVideo:QuickTime ID="QuickTime3" runat="server" Height="100px" Width="78px" WindowMode="Transparent" VideoURL="http://ottevanger.lowhangingfruit.nl/portals/4/100X78-LOGO-NEW.mp4" Loop="true" ShowControlPanel="false" AutoPlay="true" ScaleMode="MaintainAspectRatio">
Many regards Etienne van der Kuy
|
Rank: Newbie Groups: Member
Joined: 3/29/2009 Posts: 9 Points: 27 Location: Athens Greece
|
It's a z-index matter most probably. Try to set a higher z-index to the popup window.
|