I have some attributes in my svg file which I am not able to read using flex builder. Can you help me out in this regard ? Actually I have one svg file which I want to load it then parse it and get the x,y coordinates of path or rectangle which is there in svg file.
--- In [email protected], Aaron Hardy <aaronius...@...> wrote: > > 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 <flexlear...@...> 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. > > > > > > >

