Hi Oriol I've reset to 3306. I've run my php script in the browser & it works fine. If I call a simple (no db read) php script from flex, no error is returned which indicates that the security is fine between flash & the php, both localhost:80/. This only leaves security issues in accessing my mysql db, but i've no idea what I need to change to allow access. For example, do I need a crossdomain file sitting somewhere in my db file structure ? Many thanks for your help Cheers Ben
--- In [email protected], "Oriol Gual" <[EMAIL PROTECTED]> wrote: > > Why have you set the mysql default port to 80? 80 is the port for web > servers usually and I wouldn't recommend to have mysql at it. The mysql > default port is 3306. > > Another question, have you tried to access your php script without Flex? > Just to make sure it's working properly. > > Oriol. > -- 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/ <*> 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/

