I'm using a Flex 1.5 app via Internet Explorer 7 and I am having the
following issue:
I have a button in my Flex page that calls the getURL method to open
an .axd page and download a file from an image server.
getURL('http://www.thedomain.com/ResourceDownloader/getOriginal.axd?
id=' + selectedObject.ParentObject);
however, when I click the button, IE shows the Information Bar and
prevents me from downloading the file. I played with the security
settings but to no avail. I researched the issue online and it seems
that IE is confused by the button click event and cannot accurately
capture if this was a user-initiated event or a self-conviction on the
behalf of the application.
please help....