PDA

View Full Version : Flash & Javascript communication !



smita_datar
July 7th, 2007, 04:40 AM
Hi,

I want the information about flash & javascript communication.

In how many ways we can achieve the same? Can i have details about each way of communicating?

& also can i have information about what is advantages & disadvantages of each way(which type data we can send or recieve etc.)

Thanks in advance.

Regards,
- Smita

Esoltas
July 7th, 2007, 09:48 AM
this is easily find-able with a google search...usually, kirupians respect you and will help out if your question does not show that you have put effort into searching for the answer yourself. </rant>

Shard
July 10th, 2007, 07:06 AM
The best way to learn is to "look" - "demanding/asking" is the final resort :-)
Flash talks to javascript via the getURL property (passing vars in the same way as a php url by appending a ? after the page/javascript call). Try searching the flash in app documentation under the heading getURL. :-)