[flexcoders] Security issue - Opening a new window

2007-11-08 Thread g07m5064
I tried using a  navigateToURL() method to open a pdf file in a new
window. The file is stored in a local directory. I get the file not
found message. I am not even sure if this is the method to use. Can
someone please assist.



[flexcoders] Security issue - Opening a new window

2007-11-08 Thread g07m5064
Hi, 
Whenever I try to access another application in domain I get this error:
Error #2044: Unhandled SecurityErrorEvent:. text=Error #2047:
Security sandbox violation: LocalConnection.send: rucus.net cannot access

I tried  Security.allowDomain('http://mathe.rucus.net/'); on the
application being accessed. However, this didn't do the trick. I also
did performed several refreshes on the application being accessed. It
seems that randomly after the refreshes I get the same error. Can
someone help please.