View Full Version : USING XML ...
_this
May 2nd, 2006, 02:24 PM
IS POSSIBLE USE IN FLASH ON MY DOMAIN "MIDIAZERO.COM" READING ONE XML FILE THAT BE HOSTED IN OTHER SERVER ?
sample:
mydomain = "http://www.midiazero.com";
var myxml:XML = new XML();
myxml.load("http://www.otherdomain.com/xml.xml");
what can i do this work fine ????? Possible ?
Ordinathorreur
May 2nd, 2006, 02:47 PM
You will need to put a cross domain policy file on the server you wish to access.
_this
May 2nd, 2006, 02:50 PM
what can i do ? exist one function or code that i may use to acess other domain ????
Ordinathorreur
May 2nd, 2006, 02:55 PM
http://www.kirupa.com/forum/showthread.php?t=89916&highlight=cross+domain+policy+file
Search the forums for guaranteed health, beauty and increased chances of finding love.
_this
May 2nd, 2006, 03:12 PM
well .. but if i cant access in other domain ? possible ? i cant access the other domain files. only my flash accessing one xml or other files in other domain. not possible ?
RhythmMethod
May 2nd, 2006, 03:17 PM
No, not without the owner of the other server putting the cross domain policy there for you. If you're accessing their data, you should have their permission, no?
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.