Silverlight Windows Phone 7: Load Images From URL

前端 未结 4 1640
花落未央
花落未央 2021-02-05 17:40

I got the code below that is trying to load an image from the web into an Image control, when I run it I get an error on the given line that no network access is allowed:

<
4条回答
  •  甜味超标
    2021-02-05 18:39

    Silverlight doesn't support GIF only JPG, so I wrote:

    www.lenniedevilliers.net/displaygif.aspx?link=http://dilbert.com/dyn/str_strip/000000000/00000000/0000000/000000/80000/5000/100/85108/85108.strip.print.gif

    the displaygif.aspx page convert the GIF into a JPG.

提交回复
热议问题