Advanced Forum Search Results
-
I will take a look at the documentation to see what's going on. That said, the documentation will still push the minRuntimeVersion attribute to the <object> tag. createObject passes through any parameters it does not recognize so long as they are valid string name/value pairs. Therefore, since minRuntimeVersion is not recognized it will ...
-
Glad to help.
To clear up any confusion, minRuntimeVersion is being promoted because we would like to see folks stop using Silverlight.js to instantiate the control. While the javascript helper model does provide some benefits, it also adds unnecessary fragility to your Silverlight application's startup path. The release of Firefox 3, ...
-
tgrand,
Please change your version parameter to 2.0.31005. The version numbers for 2 Beta 1 and 2 Beta 2 were 2.0.30226 and 2.0.30523 respectively. Since both of these are in the 2.0 range, specifying a version of 2.0 is not sufficient to get folks to upgrade.
function createSilverlight(source, parentElement)
{
// Initialize ...
-
I'm actually not familiar with Item_2.bin either.
I used Silverlight.js in my sample as a simplification. I needed a javascript method to call which would tell me whether or not Silverlight is installed, and I didn't want to add that complexity to the post. However, I see how this can cause confusion and so I will add another post ...
-
I've recently added a blog post which shows an example of using Silverlight without restarting the browser. The example works across IE, Firefox, and Safari. You can find it here:
http://blogs.msdn.com/piotrp/archive/2008/05/02/automatically-start-silverlight-on-install.aspx
-
The direct/indirect installation experiences in Silverlight 2 are different from those in Silverlight 1.0. However, I think that you will find the new experience to be better both for developers and for end-users. Let me start by summarizing the 1.0 experiences.
Indirect Installation
The 1.0 indirect installation experience ...
-
I appreciate your input about your company's preferences for enterprise deployment. While details of our 1.1 enterprise deployment strategy are not yet available, we are investigating many deployment methods including those which you mention. We will provide more information about this as we get closer to the release of Silverlight ...
-
This behavior is an issue with the MIX installers. We're addressing it now and it will be resolved in time for our next release.
Piotr Puszkiewicz
Program Manager
Microsoft Silverlight
-
Yazeed,
Microsoft has released two versions of Silverlight. What you have installed is the 1.0 beta. This version has two files in C:\program files\microsoft silverlight. It appears that your installation is successful and you should be able to view 1.0 content. To verify, check out some of these ...