Grande Orco non fare il cattivo come al tuo solito se puoi dimmi dove diavolo sbaglio ti mostro i codici

asp:
<%@Language="VBScript"%>


<%

Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open "DRIVER={Microsoft Access Driver (*.mdb)};" &_
"DBQ="& Server.MapPath("test.mdb")
sql = "SELECT * FROM tabella order by ID"
Set Rs = Conn.Execute(sql)
Do Until Rs.EOF
tot_query=tot_query+1
Rs.MoveNext
Loop
sql = "SELECT * FROM tabella order by ID"
Set Rs = Conn.Execute(sql)
Do Until Rs.EOF

out=out&rs("azienda")&" - "&rs("nome")&" - "&rs("indirizzo")&"
"

Rs.MoveNext
Loop
Rs.Close
Set Rs = Nothing
Conn.Close
Set Conn = Nothing
%>
out=<%=out%>
Totale messaggi <%=tot_query%>

in flash faccio una variabile e la chiamo "out" ppi nel primp frame inserisco l'azione loadVariables("Url",this);
non mi carica nieeenteeee...e non riesco ad uscirmene