# How to create xml-flash array

**URL:** https://forum.kirupa.com/t/how-to-create-xml-flash-array/202625
**Category:** flash
**Created:** [October 3, 2006, 6:49am UTC](https://forum.kirupa.com/t/how-to-create-xml-flash-array/202625 "2006-10-03T06:49:36Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![SvCaR](https://avatars.discourse-cdn.com/v4/letter/s/ba9def/32.png) [@SvCaR](https://forum.kirupa.com/u/SvCaR)
#### Post date: [October 3, 2006, 6:49am UTC](https://forum.kirupa.com/t/how-to-create-xml-flash-array/202625/1 "2006-10-03T06:49:36Z")

</div>

Hi everyone,  
Any one help me how to create an array in flash.  
This is my XML file…

```auto
<?xml version="1.0" encoding="utf-8"?>
<FINANCIAL> 
 <graph1 bgcolor="0x78A615" Line_Size="1" opasity="100" miterDepth="4">
  <value xval="20" yval="30.6"/>
                <value xval="30.5" yval="32"/>
  <value xval="40" yval="35"/>
  <value xval="50" yval="40"/>
  <value xval="60" yval="43"/>
  <value xval="70" yval="70"/>
  <value xval="80" yval="30"/>
  <value xval="90" yval="52"/>
  <value xval="100" yval="56"/>
  <value xval="110" yval="58"/>
  <value xval="120" yval="60"/>
  <value xval="130" yval="64"/>
  <value xval="140" yval="66"/>
  <value xval="150" yval="40"/>
  <value xval="160" yval="51"/>
  <value xval="170" yval="55"/>
  <value xval="180" yval="72"/>
  <value xval="190" yval="20"/>
  <value xval="200" yval="23"/>
 
 </graph1>

```

\</FINANCIAL\>

In this how to i store the xval,yval values into an array…
