Hi Neelima,

I need to elaborate your question.
there is nothing called database file and insaide that your as file
if you mean that database as pacakge then it could be one case.
As in general, you can communicate between two AS files by crearting
of an instance of one into another.
like I have two files, file1.as and file2.as
now I will create the instance of file1.as in file2.as as:
Class file2
{

import database1.file1

private function fileInsatance():void
{
   var File:file1 = new file1();
}
}



let me know if that is useful else explain you question furthur.

Thanks,
Shaleen Jain
http://shaleenjain.blogspot.com


On Dec 31 2008, 11:50 am, neelima <[email protected]> wrote:
>    Hi All,
>   what my doubt is:I create two database files.In each database file
> there are two AS files.How to integrate these two files.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to