On Wed, Apr 16, 2008 at 8:28 AM, Swamy Nathan <[EMAIL PROTECTED]> wrote: > 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
Flex cannot load and display SVGs at runtime. You can only embed them (that is, you can have the compiler change it into a SWF shape that it can use _at compile time_). If you need to be able to load your images at runtime, you should convert them to some other supported format (GIF, JPEG, PNG or SWF). > <image title="Flex" thumbnailImage="@Embed(source='assets/image1.svg')" > name="flex" /> Yeah, those @Embed instructions are for the compiler, not for the player, those won't help at runtime. -- gabriel montagné láscaris comneno http://rojored.com t/506.8392.2040

