Once the swf is compiled it is always done for the deployement. You can try one more option, calling a service from flex to java/php/ etc. and reading a file from that service. So that, you can edit the file any time, no need of deployment every time for every change.
Another option is, updating the database table and using the same table via service to display the desired text in flex. You have to update the database for any change and no need of deployment for any change. Regards, Satish. ------------------------------------------------------- http://satish-as.blogspot.com/ http://www.linkedin.com/in/satishas ------------------------------------------------------- On Dec 13, 7:53 am, Kiran Kumar Vasireddy <[email protected]> wrote: > Dear All, > > If I use resource bundle , Flex compiler includes the file into swf file ,so > I can not change the properties after it is deployed.Looks like it differs > from java resource bundle concept. > Please correct me If I am wrong. > > But I want is to daily dynamically display some thing on home page just by > editing some properties file . I mean for example If I display today my home > page heading " Flex rocks" the next day I want it to be "Flex is awesome " > or what ever may be . I am doing it currently by using HTTPService and > editing the file daily . Some how it looks odd. Is there any other way to do > this ? ( just by using resource bundle) > > Regards > Kiran -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

