Now with Silverlight 3 (offline, out of browser stuff), what are the main differences between the two technologies?
|
|
|||
|
|
|
From the users standpoint I like the Silverlight installation process a lot more... Specially on the Mac - Air app installation is unnatural (to many clicks and processbars) but oneclick Silverlight install is nice :) |
||
|
|
|
|
It's a three way war: Adobe AIR, MS Silverlight and Mozilla Prism. Read this blog-post and this article. A quote from the second article:
and another one from the second:
As for VOIP support in SL read this. Read up on Prism here. |
||
|
|
|
AIR gives you access to the file system and a SQLite db. SL3 only lets you write to the file system with user interaction (a Save As dialog) and doesn't have any support for a DB in Isolated storage or on disk. SLOOB runs in a sandbox still, so you're limited to the same cross-domain issues as a Silverlight app running in the browser. |
||
|
|
|
|
There are some significant differences right now in the Beta, no idea if these will still be differences in the release version.
|
||
|
|
|
|
In addition to what Dave said, Silverlight seems to be missing device support (microphone and web cam). |
||||||
|
|
|
Assuming only minor changes are necessary to run a Silverlight app on the desktop, the differences are in implementation details. Silverlight is a .NET-space framework based on WPF. Flash/Flex/AIR are proprietary Adobe products based on ActionScript. In terms of capability, they seem to be roughly equal with complementary strenghts and weaknesses. Example: SL3 will have GPU and pixel shader support. The latest Flash as Inverse Kinematics. Different strokes, etc. |
||
|
|
