Viewing ASP in Flash

This is really ****ing me off. I cant view my ASP in Flash. :skull:

I have used

loadVariablesNum ("viewRecords.asp", 0);

in flash to view and

Response.write (" _root.records = test;");

and nothing happens!! The syntax is all correct and the dynamic text Var is set to: _root.records .

Also I have made another asp page which shows all records from the database with a repeat region setting but it still doesnt show.

When I view the ASP page the source is

_root.records = test;

so everythings right there. Somethings wrong in Flash. IT JUST ISNT DISPLAYING IN THE DYNAMIC TEXT AREA! :skull::{