Skip to main content

Microsoft Silverlight

Answered Question IFrame in Silverlight FullScreenRSS Feed

(0)

LizGeo
LizGeo

Member

Member

1 points

1 Posts

IFrame in Silverlight FullScreen

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
ken tucker

All-Star

All-Star

16356 points

2,499 Posts

Answered Question

Re: IFrame in Silverlight FullScreen

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

  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities