Information that the Silverlight plug-in exposes to JavaScript

What are the three units of information that the Silverlight plug-in exposes to JavaScript?

1. System.Browser name space and DOM
2. createObject
3. createObjectEx functions are exposed to Java Script in Silverlight.js file.
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...
What ASP.NET control can embed XAML into ASP.NET pages? - Silverlight
The asp:Silverlight is used to embed XAML into ASP.Net pages.The following code snippet illustrates this...
Post your comment