Thank you very much. I changed to Png format. Now its working fine. On Wed, Apr 16, 2008 at 9:17 PM, gabriel montagné < [EMAIL PROTECTED]> wrote:
> On Wed, Apr 16, 2008 at 8:28 AM, Swamy Nathan <[EMAIL > PROTECTED]<mathi.nathan%40gmail.com>> > 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 > > -- Thanks & Regards Swaminathan. M

