Hey guys, I'm pulling my hair out trying to figure out how to make this work. I have an FXG file, and I'm trying to load it at runtime in my flex application: <?xml version="1.0" encoding="utf-8" ?> <Graphic version="1.0" viewHeight="20" viewWidth="20" xmlns=" http://ns.adobe.com/fxg/2008"> <Library> <Definition name="Tile1"> <Group id="tile1"> <Rect width="20" height="20"> <fill> <SolidColor color="#5fff83"/> </fill> </Rect> <Line xFrom="0.353516" yFrom="0.353516" xTo="20.3535" yTo="20.3535"> <stroke> <SolidColorStroke color="#d9e021" caps="none" weight="1" joints="miter" miterLimit="4"/> </stroke> </Line> </Group> </Definition> </Library> </Graphic>
I know there is a way to do this, I'm just not able to see it right at this moment. Any pointers? Cheers, Nate

