Updated Silverlight Applications to Release Candidate
For those of you have heard, a Release Candidate for Silverlight 1.0 was released yesterday. I had written a few applications using the Silverlight 1.0 Beta and 1.1 Alpha. Because of some breaking changes, I had to update those applications. The process was fairly painless; here's what I had to do:
- Update to the final Silverlight.js
- Change the javascript from Sys.Silverlight.createObjectEx() to Silverlight.createObjectEx()
- Removed the javascript: from the event handler names
Here are the updated applications:
- Create a Silverlight Map Applet
Some Mind Maps created with this applet hosted on https://silverlight.live.com: - Journal, a Silverlight 1.1 Application