Executing javascript from Silverlight out of browser app -


i have silverlight app uses javascript process images facebook. javascript calls context.drawimage throws security exception (ns_error_dom_security_err) understood happens since image not hosted server, different server (in case facebook).

after research, found correct permissions given app if run out of browser, understood can't run javascript since there no browser host it.

is correct? if so, can suggest workaround running javascript needed permissions access image hosted different server.

thanks!

you correct. javascript cannot run because there's no browser host it.

the solution rewrite javascript.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -