Invoking Applications Hosted in Silverlight Streaming

Started by thiruvasagamani, Jan 26, 2009, 03:04 PM

Previous topic - Next topic

thiruvasagamani

Invoking Applications Hosted in Silverlight Streaming

When you host your Silverlight application in Silverlight Streaming, you can invoke it from any Web page. There are two ways to invoke a Silverlight application hosted on Silverlight Streaming.

    * By using an IFrame. This is the simplest way to invoke the application.
    * By using the Silverlight Streaming control. The control provides a means of passing initialization data to the Silverlight application , as well as events to provide greater programmatic control.

When you prepare your application to be hosted on Silverlight Streaming, you will need to remove or replace the code that creates the instance of the Silverlight application when it is hosted on a Web server. In most applications the code to create the Silverlight application on a Web server consists of a call to Silverlight.createObject() or Silverlight.createObjectEx().

Source : MSDN
Thiruvasakamani Karnan