Working in flash, but not browser

Hey, I’ve got a datagrid that returns xml results. I have a input box that also returns results from the datagrid.

Its something like this.

on(release){

myReceiveXMLConnector.URL=“url.com” + searchText.value;
myReceiveXMLConnector.trigger()

}

Works fine when I preview it flash, but as soon as I publish in the browser. It hangs? … Its not a huge amount of data… so I’m confused here… I am testing on a local IP.

Is it a flash player security issue ? I have the full URL in the embed source…

Any ideas…