I want to get data from a database of my site.
In the setting of the project point out Root URL: http://..*.***:****
But what to set in Root folder?
Already tried the two dozen variants and Validate location does not work.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
More information would be helpful here, but in a nutshell you need to create/expose some sort of service(s) on your server to accept and respond to requests. These services act as the intermediary between the database on your server and your client application. Here’s some info from the flex docs: Implementing services for data-centric applications