XML.Load

I’m loading XML data from my php file. The Php file prints:
[FONT=Courier New][COLOR=#ff0000] [/COLOR][/FONT] [COLOR=#0000ff]<?xml version=“1.0” encoding=“UTF-8” ?>[/COLOR]
[FONT=Courier New][COLOR=#ff0000]-[/COLOR][/FONT] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]customers[/COLOR][COLOR=#0000ff]>[/COLOR]
[FONT=Courier New][COLOR=#ff0000]-[/COLOR][/FONT] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]customer[/COLOR][COLOR=#0000ff]>[/COLOR]
[FONT=Courier New][COLOR=#ff0000] [/COLOR][/FONT] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]customerID[/COLOR][COLOR=#0000ff]>[/COLOR]1[COLOR=#0000ff]</[/COLOR][COLOR=#990000]customerID[/COLOR][COLOR=#0000ff]>[/COLOR]

[FONT=Courier New][COLOR=#ff0000] [/COLOR][/FONT] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]name[/COLOR][COLOR=#0000ff]>[/COLOR]Customer 1[COLOR=#0000ff]</[/COLOR][COLOR=#990000]name[/COLOR][COLOR=#0000ff]>[/COLOR]

[FONT=Courier New][COLOR=#ff0000] [/COLOR][/FONT] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]website[/COLOR][COLOR=#0000ff]>[/COLOR]www.customer1.com[COLOR=#0000ff]</[/COLOR][COLOR=#990000]website[/COLOR][COLOR=#0000ff]>[/COLOR]

[FONT=Courier New][COLOR=#ff0000] [/COLOR][/FONT] [COLOR=#0000ff]</[/COLOR][COLOR=#990000]customer[/COLOR][COLOR=#0000ff]>[/COLOR]

[FONT=Courier New][COLOR=#ff0000]-[/COLOR][/FONT] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]customer[/COLOR][COLOR=#0000ff]>[/COLOR]
[FONT=Courier New][COLOR=#ff0000] [/COLOR][/FONT] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]customerID[/COLOR][COLOR=#0000ff]>[/COLOR]2[COLOR=#0000ff]</[/COLOR][COLOR=#990000]customerID[/COLOR][COLOR=#0000ff]>[/COLOR]

[FONT=Courier New][COLOR=#ff0000] [/COLOR][/FONT] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]name[/COLOR][COLOR=#0000ff]>[/COLOR]Customer 2[COLOR=#0000ff]</[/COLOR][COLOR=#990000]name[/COLOR][COLOR=#0000ff]>[/COLOR]

[FONT=Courier New][COLOR=#ff0000] [/COLOR][/FONT] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]website[/COLOR][COLOR=#0000ff]>[/COLOR]www.customer2.com[COLOR=#0000ff]</[/COLOR][COLOR=#990000]website[/COLOR][COLOR=#0000ff]>[/COLOR]

[FONT=Courier New][COLOR=#ff0000] [/COLOR][/FONT] [COLOR=#0000ff]</[/COLOR][COLOR=#990000]customer[/COLOR][COLOR=#0000ff]>[/COLOR]

[FONT=Courier New][COLOR=#ff0000]-[/COLOR][/FONT] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]customer[/COLOR][COLOR=#0000ff]>[/COLOR]
[FONT=Courier New][COLOR=#ff0000] [/COLOR][/FONT] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]customerID[/COLOR][COLOR=#0000ff]>[/COLOR]3[COLOR=#0000ff]</[/COLOR][COLOR=#990000]customerID[/COLOR][COLOR=#0000ff]>[/COLOR]

[FONT=Courier New][COLOR=#ff0000] [/COLOR][/FONT] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]name[/COLOR][COLOR=#0000ff]>[/COLOR]Customer 3[COLOR=#0000ff]</[/COLOR][COLOR=#990000]name[/COLOR][COLOR=#0000ff]>[/COLOR]

[FONT=Courier New][COLOR=#ff0000] [/COLOR][/FONT] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]website[/COLOR][COLOR=#0000ff]>[/COLOR]www.customer3.com[COLOR=#0000ff]</[/COLOR][COLOR=#990000]website[/COLOR][COLOR=#0000ff]>[/COLOR]

[FONT=Courier New][COLOR=#ff0000] [/COLOR][/FONT] [COLOR=#0000ff]</[/COLOR][COLOR=#990000]customer[/COLOR][COLOR=#0000ff]>[/COLOR]

[FONT=Courier New][COLOR=#ff0000]-[/COLOR][/FONT] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]customer[/COLOR][COLOR=#0000ff]>[/COLOR]
[FONT=Courier New][COLOR=#ff0000] [/COLOR][/FONT] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]customerID[/COLOR][COLOR=#0000ff]>[/COLOR]4[COLOR=#0000ff]</[/COLOR][COLOR=#990000]customerID[/COLOR][COLOR=#0000ff]>[/COLOR]

[FONT=Courier New][COLOR=#ff0000] [/COLOR][/FONT] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]name[/COLOR][COLOR=#0000ff]>[/COLOR]Customer 4[COLOR=#0000ff]</[/COLOR][COLOR=#990000]name[/COLOR][COLOR=#0000ff]>[/COLOR]

[FONT=Courier New][COLOR=#ff0000] [/COLOR][/FONT] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]website[/COLOR][COLOR=#0000ff]>[/COLOR]www.customer4.com[COLOR=#0000ff]</[/COLOR][COLOR=#990000]website[/COLOR][COLOR=#0000ff]>[/COLOR]

[FONT=Courier New][COLOR=#ff0000] [/COLOR][/FONT] [COLOR=#0000ff]</[/COLOR][COLOR=#990000]customer[/COLOR][COLOR=#0000ff]>[/COLOR]

[FONT=Courier New][COLOR=#ff0000]-[/COLOR][/FONT] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]customer[/COLOR][COLOR=#0000ff]>[/COLOR]
[FONT=Courier New][COLOR=#ff0000] [/COLOR][/FONT] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]customerID[/COLOR][COLOR=#0000ff]>[/COLOR]5[COLOR=#0000ff]</[/COLOR][COLOR=#990000]customerID[/COLOR][COLOR=#0000ff]>[/COLOR]

[FONT=Courier New][COLOR=#ff0000] [/COLOR][/FONT] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]name[/COLOR][COLOR=#0000ff]>[/COLOR]Customer 5[COLOR=#0000ff]</[/COLOR][COLOR=#990000]name[/COLOR][COLOR=#0000ff]>[/COLOR]

[FONT=Courier New][COLOR=#ff0000] [/COLOR][/FONT] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]website[/COLOR][COLOR=#0000ff]>[/COLOR]www.customer5.com[COLOR=#0000ff]</[/COLOR][COLOR=#990000]website[/COLOR][COLOR=#0000ff]>[/COLOR]

[FONT=Courier New][COLOR=#ff0000] [/COLOR][/FONT] [COLOR=#0000ff]</[/COLOR][COLOR=#990000]customer[/COLOR][COLOR=#0000ff]>[/COLOR]

[FONT=Courier New][COLOR=#ff0000] [/COLOR][/FONT] [COLOR=#0000ff]</[/COLOR][COLOR=#990000]customers[/COLOR][COLOR=#0000ff]>[/COLOR]
[COLOR=#0000ff][/COLOR]
[COLOR=#0000ff]My flash file’s actionscript is:[/COLOR]
[COLOR=#0000ff][/COLOR]
1 var xmlData:XML = new XML();
2
3 xmlData.onLoad = function(success:Boolean) {
4 if (success)
5 {
6 trace(xmlData.toString());
7 }
8 };
9
10 xmlData.load(“http://localhost/alert/flash_data.php”);

Here’s my debug error:
Attemping to launch and connect to Player using URL C:\Program Files\xampp\htdocs\alert\customers.swf
[SWF] C:\Program Files\xampp\htdocs\alert\customers.swf - 1443 bytes after decompression
TypeError: Error #1006: value is not a function.
at customers_fla::MainTimeline/customers_fla::frame1()[customers_fla.MainTimeline::frame1:10]

What is this and how do i fix it?