On my local Tomcat 8 I added crossdomain.xml as explained here:
Where do I put a crossdomain XML in Tomcat?
I did the check and I can see
http://localhost:8080/crossdomain.xml
from the browser.
But when I try to send a request from an swf
in one of the web projects, it looks like it tries to find
http://localhost/crossdomain.xml
How do I tell Flash to search the file in the 8080 port?