I'm new to flex.What i am doing now is writing a flex project reading an external xml file(one the remote server) using httpservice component and do some drawing. I create the project in flash builder as a none server project and everything works fine when i simply click wrapper html file under bin-release folder. When i try to copy bin-release to a web application folder in local tomcat and access the html file, the httpservice just don't get any response. I don't know where goes wrong, can any one help?