antoniod

Members
  • Content count

    3
  • Joined

  • Last visited

About antoniod

  • Rank
    Forum Newbie
  1. FC and Flex

    Hi, thank you for the code but this doesn't work for me unfortunately: function setVars ( event:Event ):void { event.target.content.dataURL = "DragNode1.xml"; } < mx : SWFLoader x="0" y="0" width="100%" height="100%" scaleContent="true" autoLoad="true" id="MyChart" source="@Embed(source='DragNode.swf')" complete="setVars(event);" /> Thank you anyway for your help. I hope the people at FC provide us with some sample code we can use. best regards, --Antonio
  2. FC and Flex

    Thanks for the fast reply! I am actually using the following code and the map shows up fine: < mx : Panel width="100%" height="100%" > < mx : Canvas label="ChartCanvas" width="100%" height="100%" > < mx : SWFLoader x="0" y="0" width="100%" height="100%" scaleContent="true" autoLoad="true" id="MyChart" source="@Embed(source='DragNode.swf')"> < /mx : SWFLoader> < /mx : Canvas> < /mx : Panel> What I would like to see is ActionScript sample code on how to reference and load XML data into this chart at run time. Best regards. --Antonio
  3. FC and Flex

    I am having similar problems embedding FusionCharts into a Flex2 Application. Is the re some sample code about how to do this? Thanks!!