I have several gifs in a folder on my web server /dir/subdir/bla.gif etc.
The same server uses the Silverlight 3 /ClientBin/bla.xap .
Is there a way to show gifs in a Silverlight application?
I tried <Image x:Name=img" /> and then in setting the code this.img.Source=new BitmapImage(new Uri("/dir/subdir/bla.gif")) without success.
Any ideas are welcome.
image gif silverlight
Saqib
source share