1.ckeck your syntax: the last two closing brackets are coming out of nowhere.
2.use trace commands in your eventhandlers to show if you get any results and if not use them as a hint where the error lies.
for example:
reqVar = new URLVariables(loader.data);
trace("reqVar:"+reqVar);