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:

  1. Update to the final Silverlight.js
  2. Change the javascript from Sys.Silverlight.createObjectEx() to Silverlight.createObjectEx()
  3. Removed the javascript: from the event handler names

Here are the updated applications: