PDA

View Full Version : Loading



Enix591
April 13th, 2008, 02:20 PM
i have a puzzle game where i load files from an xml file on the web and make a puzzle out of them. It works fine on my computer but when they dont load when im trying it out on the internet

I did a publish preview and it worked fine as well.

NOTE: i try loading it to swfup.com and i get an error.

???

WHat could the problem be

Hers a link:
http://enix591.deviantart.com/art/New-Puzzle-Game-Beta-82724517

Enix591
April 13th, 2008, 05:00 PM
Anybody?

Please, why wouldnt it work on the internet but still on my computer, even if when testing on my computer i use the actual urls.

nikefido
April 13th, 2008, 05:04 PM
are you trying to load images from other domains? there are security issues with that.

Flash can only load images from the same domain it is hosted on. To get around that, you need a certain xml file on BOTH servers that fell Flash what files it can access.

Enix591
April 13th, 2008, 05:49 PM
thanks, i just found that out. It has something to do with cross domain policy's and such,i dont know to much about it.