hi there I am working on music web page in action script 2 and I designed it to have its own downloader using the FileReference method in flash everything works fine when I try to call DOWNLOADER .download(“folder/subfolder/music.mp3â€); because filereference works cool inside the same domain where the swf is , no problem if loaded from external domain if there is a crossdomain.xml but what about if I need to download a file from a host that doesn’t allow putting my own crossdomain.xml file on the root (ex. myotherdrive.com)... the downloader isn’t working anymore…
Is there any solution to tell flash to take the crossdomain from other place … or to fix this problem?
#  /  posted on Aug 19, 2009

