I'm having a strange problem that I'm trying to solve and I cant seem to figure out why this is happening. I have a Flex Application doing an HTTPSERVICE request to an external .ASP file on the website. This file has code the executes and sends data back to the application. All that work fine but in the ASP file I have some Javascript code (website tracking script) that dont run when called from within the Flex App. If I run the ASP page by itself (out side from flex), the scripts run. Is it not possible to have the JavaScript run in the ASP when called from a Flex Application? Any help would be greatly appreciated.
Thanks,
John Baranowski