Well, my flex program isnt really running on a server at the moment. Just executing off my laptop. The weird thing is that when I run it from Flex Builder it accesses and transfers Data just fine. but when I try and run the swf from *any other* folder on my local machine, it fails to retrieve data from the PHP server. Is a cross domain.xml needed even for laptop access?
David --- In [email protected], "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > Almost certainly a security issue. Do you have a crossdomain.xml file > in the PHP server root? > > > > Tracy > > > > ________________________________ > > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of davidtdinh > Sent: Friday, September 22, 2006 3:34 PM > To: [email protected] > Subject: [flexcoders] Problem connecting URL requests from different > folders > > > > Im developing a project that uses data grabbed from an online PHP file > which accesses a DB. When I run it from Flex Builer 2, works and runs > perfectly. When I load the project HTML from the project's bin/ > folder, runs and works perfectly. However, when I copy the contents > of the bin folder to another location on my computer (desktop) and try > to run the project html, it fails silently. > > I would like to deploy this project eventually, but in flash 8 I used > to just zip up a swf and its html and distribute it that way. It > doesnt seem to work in this fashion in flex. Can anyone point me in > the right direction to solve this? > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

