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.
|