for lack of a better name (forgive if posted twice… tried to post and it didn’t show up)…
wondering if within PHP capability to have PHP script on webserver that hits an .aspx page (internet) and saves the xml file that .aspx page produces on the webserver so my flash movie can access it.
only reason i would need this instead of loading xml directly is that for some reason loading the xml into flash takes 2-3 minutes while downloading the same .xml file (3k) is almost instantaneous.
oh, and the php page would need to go out once a day and download the new version of that xml file from the .aspx page.
not looking for answers on HOW to do this, just if it’s possible… thanks!