Ways of accessing the Silverlight control

Explain the ways of accessing the Silverlight control from JavaScript?

The object tag is used to identify and store the silverlight controls.

- The attribute “data” is used to get the application data.
- The attribute “type” is used to specify the type of the object in this case, silverlight control) followed by the width and height attributes.
- The “param” tag is used to specify the name and the value – this is the url of an .xap file.
Information that the Silverlight plug-in exposes to JavaScript
Information that the Silverlight plug-in exposes - 1. System.Browser name space and DOM...
How could you modify XAML content from JavaScript? - Silverlight
How could you modify XAML content from JavaScript? - Place xaml in Java Script using createFromXaml function...
Step to download content from within Silverlight
A collection independent files that contain XAML content, media assets, and other application information can be downloaded from within Silverlight...
Post your comment