show/hide this revision's text 3 added 20 characters in body

I don't understand why you're trying to compare a scripting language with a browser plug-in. They don't do the same thing. The former interacts with the DOM while the latter runs small graphics/video multimedia apps in his own frameinside the browser.

Comparing Flash and Silverlight from a performance point of view would seem more useful to me.

EDIT: After some research I found out that you can interact with the DOM in Silverlight. I don't think it can be seen as a good Javascript replacement though, performance concerns aside, unless you have some heavy client-side interaction needed. I see two main disavantadges :

1) You will force your users to download a Silverlight app instead on of relying on a relatively small .js file.

2) Your users are required to install Silverlight before using your page.

show/hide this revision's text 2 added 475 characters in body

I don't understand why you're trying to compare a scripting language with a browser plug-in. They don't do the same thing. The former interacts with the DOM while the latter runs small graphics/video apps in his own frame.

Comparing Flash and Silverlight from a performance point of view would seem more useful to me.

EDIT: After some research I found out that you can interact with the DOM in Silverlight. I don't think it can be seen as a good Javascript replacement though, unless you have some heavy client-side interaction needed. I see two main disavantadges :

1) You will force your users to download a Silverlight app instead on relying on a relatively small .js file.

2) Your users are required to install Silverlight before using your page.

show/hide this revision's text 1

I don't understand why you're trying to compare a scripting language with a browser plug-in. They don't do the same thing. The former interacts with the DOM while the latter runs small graphics/video apps in his own frame.

Comparing Flash and Silverlight from a performance point of view would seem more useful to me.