Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
richweb2008 #1
XML across domains
I have a project that sends queries to a database and receives XML formatted
data:
Markets_xml = new XML();
Markets_xml.onLoad = readMarketsXML;
Markets_xml.load("http://208.62.199.74/ws_ckp_data/Service.asmx/GetMarkets?Marke
tName=All&MarketTypes=Industrial");
Markets_xml.ignoreWhite = true;
This works fine when I test the movie from Flash (on my local machine) and if
I type the query string directly into my browser, I get the correctly formatted
information. The problem arises when I post the swf to my server and test. From
my server, I get nothing back... The swf files and the data are on different
servers. Is this the problem? What is a good quick solution. Thanks,
rich!
richweb2008 Guest
-
Mulitple Domains
If we purchase Flash Media Server 2 Professional, can that be used on multiple domains ? -
Connecting to sub-domains
I am having trouble connecting to sub-domains using Contribute. I have tried using a variety of techniques to get into the sub-domain folder but... -
Directing Domains
Hi, I have never used ASP in my life so I NEED HELP!!! I have heard it is possible to create an asp script that when someone connects to a web... -
Cookies across domains
Hoi Is it possible to use cookies between different domains? For my site I use 2 domains; the first for my global site with ASP en HTML the... -
Re[2]: [PHP] parsing domains
Hi, Thursday, August 28, 2003, 7:02:44 PM, you wrote: MJ> wont this just make me get a .com when I use my thing to parse the domain? MJ>... -
Devendran #2
Re: XML across domains
To access Files from other domain you need CrossDomain XML File
See more about cross domain in flash help
Devendran Guest



Reply With Quote

