Skip to main content
Home Forums General Silverlight New Features in Silverlight 3 IFrame in Silverlight FullScreen
1 replies. Latest Post by Ken Tucker on November 2, 2009.
(0)
LizGeo
Member
1 points
1 Posts
11-02-2009 5:14 AM |
I have an iframe in my silverlight app to display pdf. My app also has a FullScreen toggle button. The IFrame disappears when the app runs in FullScreen mode. Is there some way I can provide for FullScreen IFrame viewing in SL?
ken tucker
All-Star
16346 points
2,499 Posts
11-02-2009 5:27 AM |
If you set the IsFullScreen property to true, the Silverlight plug-in displays in full-screen mode; otherwise, the plug-in displays in embedded mode. If a Web page hosts multiple Silverlight plug-ins, only one plug-in can be in full-screen mode at one time. Additionally, the plug-in will not display any HTML content in full-screen mode. This prevents full-screen HTML overlay effects using windowless mode.
According to msdn documents no it is not possible
http://msdn.microsoft.com/en-us/library/cc189023(VS.95).aspx#Setting_Full-screen_Mode