Skip to main content

Microsoft Silverlight

Answered Question in my blend 3 my application is full screen but when I exported to web3, it is notRSS Feed

(0)

banderastyle28
banderas...

Member

Member

9 points

56 Posts

in my blend 3 my application is full screen but when I exported to web3, it is not

Hi everyone I inserted my silverlight application into my html page in web 3 but in blend 3 my application full with browser but in the web 3 doesnt look full how come even I put width and height auto. anyone can help me please

sasideva
sasideva

Member

Member

240 points

58 Posts

Answered Question

Re: in my blend 3 my application is full screen but when I exported to web3, it is not

Can you post your code?

Regards,
Deva

Mog Liang - MSFT
Mog Lian...

All-Star

All-Star

15884 points

1,541 Posts

Re: in my blend 3 my application is full screen but when I exported to web3, it is not

Hi,

When you say full screen, do you mean let silverlight application fill the whole browser window area?

If so, please check your html property setting. here is an sample

<body>
    <form id="form1" runat="server" style="height:100%">
    <div id="silverlightControlHost">
        <object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%">
		  <param name="source" value="ClientBin/SilverlightApplication7.xap"/>
		  <param name="onError" value="onSilverlightError" />
		  <param name="background" value="white" />
		  <param name="minRuntimeVersion" value="3.0.40624.0" />
		  <param name="autoUpgrade" value="true" />
		  <a href="http://go.microsoft.com/fwlink/?LinkID=149156&v=3.0.40624.0" style="text-decoration:none">
 			  <img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style:none"/>
		  </a>
	    </object><iframe id="_sl_historyFrame" style="visibility:hidden;height:0px;width:0px;border:0px"></iframe></div>
    </form>
</body>
Thanks,

Mog Liang
Microsoft Online Community Support

Please remember to mark the replies as answers if they help and unmark them if they provide no help.
  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities