Hi Folks, I am using some drag and drop function. so i import the images to the tilelist control. and am using the gallery.xml. like
*<gallery> <image title="Flash" name="Flash" thumbnailImage="assets/image1.svg" /> </gallery>* the tilelist control have a image item renderer. so that am see the images at runtime. when i am using the normal jpg, gif, png it is working fine. but am using the Scalable Vector Graphics (SVG) the image not loaded at run time. how can i get the image. and also i change the xml to *<image title="Flex" thumbnailImage="@Embed(source='assets/image1.svg')" name="flex" /> no responce. Please reply me. *-- Thanks & Regards Swaminathan. M

