Search Results

5
votes

Detect via javascript whether Silverlight is installed

Please actually use the latest script available at http://code.msdn.microsoft.com/silverlightjs for the latest updates. Th …
2
votes

fire silverlight events with javascript

Video walk through here: http://silverlight.net/learn/learnvideo.aspx?video=65683 …
0
votes

Calling A Javascript function from Silverlight

Ryan, what does showPopup do? can you perhaps create a simple method to isolate if it is something within the method that is in violation? …
1
vote

Javascript calling C# function under SliverLight

You need to ensure your C# functions are marked as Scriptable. See http://silverlight.net/learn/learnvideo.aspx?vi …
0
votes

Silverlight.createobject not working as expected?

MediaSource isn't a parameter for the tag so I'm surprised that is working and assuming that it is using a default value and not what you are passing in when using the , but I'm assuming your app …