PDA

View Full Version : Calling another AS3 Script in the existing one.


djammar
06-24-2009, 05:51 AM
Hello every one.
well i am stuck with this calling of an existing AS3 script in my current script.
well i have a parent application and in it there is a tab 'Contacts' and i want to add some AS3 magic in this tab so that it can communicate with the database and add, remove or view contact list. now i had make a new project in Flex3, enabled with PHP, which allowed me to communicate with the database, fetch the data display everything and also add remove records, now this project is working fine standalone. now i want to add this functionality to my original project's Contacts tab.How can i do that? can i some how call this standalone project in my existing project?

can any one tell me how can i do so???
i b thankful for the help

Best regards