Hey techies, Actually, I need to set some global urls which are subject to change. So, I can't hard code them in the application. I want to get these urls from some property file just like the standard procedure in other frameworks like .net. But I can't find any property file for flex yet. Let me tell you the exact problem, I have some database connection string, and obviously I can't put it in the code as it is subject to change. So, how can I manage my database connection string. I am using flex as front end and my backend is ruby on rails. My DAL (Data access layer is tatally xml based). Can anybody tell me how to incarporate this connection string in a global project property file and then retrieve that string from action script?
Thanks in advance. -- Muhammad Hasan Maqbool Software Engineer Techlogix Pakistan (Pvt) Limited +92-321-6690881

