Hi,
I have placed AjaxManager and I am making an Ajax request through javascript which will update my certain control.
Now the request/response working fine and the control is also updated.
Now I am adding a Silverlight Media Player control run time on that updatable control and it is not rendered on client side.
And when i saw the source on client end, there was written something like
Sys.Application.add_init(function() {
$create(Sys.UI.Silverlight.MediaPlayer, {"mediaSource":"VoiceResponses/q531w1sw.cyt","scaleMode":1,"source":"AudioGray.xaml"}, null, null, $get("ctl00_cpDetail_ctl16_parent"));
that means things written successfully but the event not raised i.e. Sys.Application.add_init(...
I think this is the reason my mediaplayer not loaded on client end.
What can I do here to fix this problem?
Regards,
Divyesh Chapaneri
I have placed AjaxManager and I am making an Ajax request through javascript which will update my certain control.
Now the request/response working fine and the control is also updated.
Now I am adding a Silverlight Media Player control run time on that updatable control and it is not rendered on client side.
And when i saw the source on client end, there was written something like
Sys.Application.add_init(function() {
$create(Sys.UI.Silverlight.MediaPlayer, {"mediaSource":"VoiceResponses/q531w1sw.cyt","scaleMode":1,"source":"AudioGray.xaml"}, null, null, $get("ctl00_cpDetail_ctl16_parent"));
that means things written successfully but the event not raised i.e. Sys.Application.add_init(...
I think this is the reason my mediaplayer not loaded on client end.
What can I do here to fix this problem?
Regards,
Divyesh Chapaneri