are the package names correct in your as files?? -Aasim
On Oct 1, 6:01 pm, Flexian_me <[EMAIL PROTECTED]> wrote: > no ...make sure that your my folder is inside src > > so ur structure would be like - > > c:\my_proj\src\my\remotedata > so u need to store ur files in above path. > > Whenever you make any folder to put custom component and class > files ..make the folder inside src only then you put ur files there > and then when you wanna import them in ur main.mxml ..import like > this... > > import my.remotedata.*; > > or > > import my.remotedata.ApplicationDataModel; > import my.remotedata.StateService; > > Thnx and regards ! > > !Amar! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

