Silverlight not showing in Firefox
By admin - Last updated: Friday, November 12, 2010 - Save & Share - Leave a Comment
Try add the following line in the style sheet. as it is the wrapper div for the form
#silverlightControlHost
{
height:100%;
}
{
height:100%;
}
In the HTML
<div id=“silverlightControlHost”>
<object data=“data:application/x-silverlight-2,” type=“application/x-silverlight-2” width=“100%” height=“100%”>
<param name=“source” value=“ClientBin/MySilverlight.xap”/>
<param name=“onError” value=“onSilverlightError” />
<param name=“background” value=“white” />
<param name=“minRuntimeVersion” value=“4.0.50826.0” />
<param name=“autoUpgrade” value=“true” />
<a href=“http://go.microsoft.com/fwlink/?LinkID=149156&v=4.0.50826.0” {FNAMEL}.html”>style=“text-decoration:none”>
<img src=“http://go.microsoft.com/fwlink/?LinkId=161376” alt=“Get Microsoft Silverlight” {FNAMEL}.html”>style=“border-style:none”/>
</a>
</object><iframe id=“_sl_historyFrame” {FNAMEL}.html”>style=“visibility:hidden;height:0px;width:0px;border:0px”></iframe></div>
</form>
<object data=“data:application/x-silverlight-2,” type=“application/x-silverlight-2” width=“100%” height=“100%”>
<param name=“source” value=“ClientBin/MySilverlight.xap”/>
<param name=“onError” value=“onSilverlightError” />
<param name=“background” value=“white” />
<param name=“minRuntimeVersion” value=“4.0.50826.0” />
<param name=“autoUpgrade” value=“true” />
<a href=“http://go.microsoft.com/fwlink/?LinkID=149156&v=4.0.50826.0” {FNAMEL}.html”>style=“text-decoration:none”>
<img src=“http://go.microsoft.com/fwlink/?LinkId=161376” alt=“Get Microsoft Silverlight” {FNAMEL}.html”>style=“border-style:none”/>
</a>
</object><iframe id=“_sl_historyFrame” {FNAMEL}.html”>style=“visibility:hidden;height:0px;width:0px;border:0px”></iframe></div>
</form>
Posted in NotWorking • • Top Of Page