Hi,
I have been working on an application (in SL4) which purpose is to create a PDF file from a visual. The visual (among other things) contains maps that can come from cross domain resources. I use WriteableBitmap class to create a bitmap out of the visual. Unfortunately, WriteableBitmap has a limitation where it will refuse to give pixels of images that come from a domain that is different from the application. I have seen some suggestions that perhaps using a proxy page for the cross domained resources can solve this problem. So my question is: how does one set up a proxy page?
Any suggestions, answers will be greatly appreciated.
Regards,
Jacek Sobolewski