Hi guys, I am not a pro in Silverlight 2.0, but for those who are, is it possible to add an event handler for the Silverlight host via javascript in an HTML file. In short, is it possible to add parameters to the object tags like these
<param name="onLoaded" value="myjavascripthanderforloaded" />
<param name="onMouseEnter" value="myjavascipthandlerformouse" />
I need to add some XAML content into this Silverlight app via my javascript. I do not have access to the XAML code, I just have the compiled XAP with me.