Hi there,
I have a Silverlight 5 app and if I try it on a system with Silverlight 4 it attempts to launch it and gets stuck on 100% loading.
Any ideas how I can resolve this? My HTML looks like this...
<object id="myslapp" width="340" height="526"data="data:application/x-silverlight-2,"
type="application/x-silverlight-2" >
<param name="source" value="myslapp.xap"
<param name="enablehtmlaccess" value="true" />
<!-- Display installation image. -->
<a href="http://go.microsoft.com/fwlink/?LinkID=149156&v=5.0.60401.0"
style="text-decoration: none;">
<img src="http://go.microsoft.com/fwlink/?LinkId=161376"
alt="Get Microsoft Silverlight"
style="border-style: none"/>
</a>
</object>
Nick.
Somewhere out there...