Loading data from external php

hey guys,

i just tried to figure out how to load data from an external php-file.
i tried to do it with crossdomain.xml file but it just works with external .swf to load in.
is there any tricky way to make that work ???
there always appears a security sandbox exception though i have located the crossdomain.xml in the root folder.
as i said there is no problem with external .swf but .php files.

any help is appreciated

Not 100% sure what the problem is, but within flash dont use absolute urls and you wont have to bother with the crossdomain problem
ie within flash using something like
/test/flash/myphpfile.php
rather than http://www.domain.com/test/flash/myphpfile.php

but i have to because the .php file is on another domain
my flash movie is e.g. on www.mysite.com/myMovie.swf
my php file is e.g. on www.mysecondsite.com/data.php

i know this sounds strange but i will save much time if there is a possibility to load the external data

hmm try checking the crossdomain file if its working perhaps with another script of some sort. I avoid going crossdomain if I can but havent had problems with it as long as the file was there.
Maybe the php isnt outputting the data in the correct format?
Try running just the php file and unsure its outputting what you need

Post the php file/fla if you can

i think it’s hopeless
because i load the data from a lycos server and this puts always a long script behind my output :frowning:
although thank you for you help