all groups > flash data integration > january 2005 >
You're in the

flash data integration

group:

XML Connector


XML Connector dbach
1/21/2005 3:22:30 PM
flash data integration:
I am bringing in a xml web service into 2004 through an XML connector which is
bound to certain components........everything works great locally on my
machine, but when I upload the .swf to the web it will not work. I have tried
the file on multiple servers and still nothing......... The only differance
between my machine and the servers is that I have Clodfusion on my
machine......but I am not using remoting in this project, so should that make a
differance ???? Any ideas...........
Re: XML Connector AFlashInThePan
1/24/2005 5:26:49 AM
I am having this exact same issue. Works locally with IE or Firefox 1.0 on XP
SP2. Does not work when loaded to web. I am using a simple SOAP call, and
passing an array. What could this be? Please help!
Re: XML Connector James Fee
1/24/2005 8:53:20 AM
could it be security related?
http://www.macromedia.com/devnet/mx/flash/articles/fplayer_security_print.html



--
Jim Fee
Viking Electronic Services
jfee (at) vikinges (dot) com


[quoted text, click to view]

Re: XML Connector AFlashInThePan
1/24/2005 4:05:45 PM
Jim, That worked great. I created a text file called crossdomain.xml with
with the following information: <?xml version='1.0'?> <!DOCTYPE
cross-domain-policy SYSTEM
'http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd'> <!-- Policy file
for http://www.mysite.com --> <cross-domain-policy> <allow-access-from
domain='*.mysite.com' /> <allow-access-from domain='www.myothersite.com' />
</cross-domain-policy> Then I uploaded that to the root of the server that had
the SOAP script. Works great. Thanks again!
Re: XML Connector dbach
1/25/2005 8:43:27 PM
Thanks for the help.........I found it also works using a PHP file located in
the same domain as your SWF. The PHP file pulls in the data from the remote
source then the SWF pulls the data in from the PHP file ..........here's the
info if anyone is interested :
http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_16520 Thanks
again
Re: XML Connector dbach
1/26/2005 10:10:45 AM
I wonder if you guys could help with one other issue on this. The security
policy is fixed, I have a SWF with a XML connector and components in the first
frame of the movie and it all works great after uploading it. Now if I load
that movie into another movie as a SWF into a level not into a movie clip, it
will not work. Is there still a security issue even though its a movie in a
differant level ???? loadMovie('xmlData.swf', 3);
Re: XML Connector James Fee
1/26/2005 3:10:44 PM
is your xmlData.swf looking for some variable that is set at the _root level
for it to work?

--
Jim Fee
Viking Electronic Services
jfee (at) vikinges (dot) com


[quoted text, click to view]

AddThis Social Bookmark Button