flash XML catastrophe
flash XML catastrophe
- Started
- Last post
- 3 Responses
- mydo
Ever spent weeks making something, then when finally uploaded you remember that flash can't reqest XML from an http address. I have.
I need help.
There must be a way.
- unfittoprint0
Request the XML form an external XML file. I have no problem with that.
Here's a simple example:
- SirG0
Hi Mydo,
I'm guessing the swf & XML are on different domains? If so, that won't work. You have to put them on the same domain.
If you're fetching an external XMLfile, you could write some PHP or ASP code that fetches the XMLfile and displays it as if it was on your own server.
- CISNKY0
Read up on
System.security.allowDomain
Let us know how you get on.