Log in

View Full Version : Resolved Flash xml not working...help!



kimberlyhello
03-02-2009, 10:38 PM
Hi everyone. Thanks for helping me.

Basically, I have a flash banner that I am trying to put on my website. The images and captions come from a xml file. It works when I test it locally in flash. It also works when I go to the exact address.

However, when I put it on the main page of the website...the images and captions are not coming through.



If anyone can tell me what is wrong I would really appreciate it. I have been working on this issue for a long time, and am really tired of not finding a solution.

Thanks.

-Kim

Medyman
03-03-2009, 12:07 AM
It's either a relative path problem or a cross domain problem. Are you using relative or absolute paths to point to your XML file?

If relative, try making it an absolute path.
If absolute, try adding a cross domain policy file (http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14213).

kimberlyhello
03-03-2009, 12:38 AM
I'm using absolute paths. Shouldn't this be sufficient enough? I'm not crossing domains, so do I really need a cross domain policy file?

Is there something else I could try?

kimberlyhello
03-03-2009, 09:40 AM
I just solved this problem. All I did was move the xml file to the main website folder. That fixed it.

jamie_di
03-03-2009, 01:42 PM
I was gonna say try that, if I ever get a flash linking problem, I normally just move them to the root folder, and seems to fix it!

Medyman
03-03-2009, 06:55 PM
I just solved this problem. All I did was move the xml file to the main website folder. That fixed it.

So, it was a path problem.