Silverlight. Silverlight.CreateObjectEx() Silverlight.js. , , . , , , . :
Silverlight.createObjectEx(
{
source: '/../VideoPlayer.xap',
parentElement: document.getElementById('movieplayerDiv'),
id: 'VideoPlayer',
properties: {
width: '100%',
height: '100%',
background: '#FFd9e3d7',
inplaceInstallPrompt: false,
isWindowless: 'false',
version: '2.0'
},
events: {
onError: onSLError,
onLoad: onSLLoad
},
initParams: "...",
context: null
});
function onSLLoad(sender, args) {
}
function onSLError(sender, args) {
}
:
- javascript , . Silverlight . CreateObjectEx, ;)
Silverlight 2 . 1) ( Application_UnhandledException). , . - (, - ...), . , , - ( CLOG), . 2) Javascript. , . JQuery ( Javascript). - :
$.post(this.href, { func: "countVote" },
() {...}
, , , . MVC, .