I've done real projects with both Flash and Silverlight. And I like both. I even did a big (300+ hours) project for CiCi's Pizza involving lots and lots of Flash. That was a fun project, actually.
I'd say that Flash has a better IDE for doing animations easily. That has always been its strong point, and it's still very good. But Silverlight has a far better language in the back-end -- .NET. From this perspective Silverlight should appeal more to the programmer types that already have a lot of experience with .NET. But Flash is still better suited to the artistic types who need to make interactive menus, animations, etc.
More to that effect, there are some powerful features Silverlight offers that Flash doesn't, and vice versa. But one thing Silverlight supports is multi-threading. You can even use the excellent BackgroundWorker class in a Silverlight app to do some very cool desktop-application-like stuff. This has always been something that Flash has been lacking.
An example of multi-threading in a Silverlight app can be seen in the Regex Hero benchmarking feature that I made. Just hit the start button under "benchmarking" and that will start a BackgroundWorker thread to benchmark the regular expression even while the rest of the UI is still responsive.
There are little features like this that we often take for granted that Flash simply can't do. And that's where Silverlight and it's .NET brilliance has its place. That's why I think it'll continue to gain popularity.