PDA

View Full Version : Downloading Image from different servers



bouncer
November 5th, 2008, 09:44 PM
Hi,

Can anyone please show me the way to download different images from diffrent server in Silverlight 2 ? I need to clarify my concept on this issue.

Please give me some idea .

kirupa
November 5th, 2008, 11:58 PM
Hi bouncer!
You need a clientaccesspolicy.xml file that allows you to make accesses across domains: http://scorbs.com/2008/04/15/silverlight-http-networking-stack-part-2-cross-domain-communication-overview

Cheers!
Kirupa :P

bouncer
November 6th, 2008, 02:39 AM
Hi bouncer!
You need a clientaccesspolicy.xml file that allows you to make accesses across domains: http://scorbs.com/2008/04/15/silverlight-http-networking-stack-part-2-cross-domain-communication-overview

Cheers!
Kirupa :P


Hi Kirupa,

Thanks for your answer and the Karen's link. I was reading your article " Preloading and Displaying an Image " . Great article. Do you have any idea to write an article based on todays question?

kirupa
November 7th, 2008, 01:39 PM
I certainly can write about this, and I may do so in the future. Were you able to get your question resolved? :)

bouncer
November 8th, 2008, 01:35 AM
Hi Kirupa,

Thanks for your reply. I'm trying to solve this issue. I'll get back to you soon.