PDA

View Full Version : data doesn't load from server


skagen
10-09-2003, 02:39 PM
I have setup amfphp on my machine and have a simple program working that uploads data from mysql into a list box in a flash form. When I Test the movie or run the swf, the data loads into the form no problem. However, when I published the movie and tried to run it off my server the html page just loads the form and not the data. I can't figure out what's wrong.
Anybody have any ideas?

freddycodes
10-09-2003, 05:59 PM
Could be any numbers of things. Is the gateway in the same domain as the published flash movie?

skagen
10-09-2003, 07:06 PM
The gateway is in the same domain as the movie. I've been following some of the tutorials that are out there and I think I have everything set up correctly.

I'm using IIS and have a folder in my root /flashservices and I have my project folder that contains the swf, php, html and gateway under /flashservices/services.

With this setup, I can run the swf and the data loads just fine, however when I open the html through my server, its just loads the swf form and there is no data.

I'm very new to Flash, so I'm sure its something simple I'm overlooking or need to have setup. Thanks for your help.