Can't click Install Silverlight with Silverlight.js
i have written application uses silverlight.js 2.0.31030.0 version. i'm testing mac 10.5.6 on firefox , safari... same issue. install graphic appears, doesn't seem hyperlink. nothing happens when click on , no cursor change. have ideas why link wouldn't work?
when view rendered html source of web page containing silverlight plugin, see anchor tag wrapped around image? if cursor isn't changing, leads me believe anchor tag missing. should this:
...
<param name="minruntimeversion" value="2.0.31005.0" />
<param name="autoupgrade" value="true" />
<a href="http://go.microsoft.com/fwlink/?linkid=124807" style="text-decoration: none;">
<img src="http://go.microsoft.com/fwlink/?linkid=108181" alt="get microsoft silverlight" style="border-style: none"/>
</a>
</object>
Silverlight > Programming Silverlight with JavaScript
Comments
Post a Comment