Hey flexlearner, What's your question exactly? How to parse XML? After you parse the XML (you can use e4x) you'll convert SVG attributes into actionscript graphics functions like graphics.lineTo(). Are you having trouble with something in particular?
Aaron On Thu, Jan 21, 2010 at 3:30 AM, flexlearner <[email protected]> wrote: > > > Hi, > > I am new to flex and am using svg file for one of my application which > basically contains 2-3 rectangles and few paths. > Now I want to parse this svg file in my application and get rect > coordinates. > > Kindly let me know how to achieve this. > > >

