Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How do we call javascript from flex actionscript? : adobe flex action script



How do we call javascript from flex actionscript? : adobe flex action script..

Answer / Ashish Soni

To call JavaScript from ActionScript, you can use the ExternalInterface class. Here's a simple example:

```actionscript
ExternalInterface.call("myFunction", myData);

function myFunction(data) {
// do something with data (JavaScript side)
}
```
In this example, the call to 'myFunction' invokes a JavaScript function named 'myFunction', and passes it the variable 'myData' from ActionScript.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Adobe Flex Interview Questions

Explain how many levels does flash mx support?

1 Answers  


can you write to the file system from flex?

1 Answers  


How do we call javascript from flex actionscript?

1 Answers  


Ow binding works in mxml components in flex? : adobe flex action script

1 Answers  


What is the problem with calling setstyle()? : adobe flex action script

1 Answers  


Explain about different types of channels available in blaze ds?

1 Answers  


What is a view cursor?

1 Answers  


Can I continue to run flex builder 2 in parallel with flex builder 3 beta 3?

1 Answers  


What are the advantages of adobe flex?

1 Answers  


I am going to add images into a tag. How will it resize itself in adobe flex actionscript?

1 Answers  


What happens if an .swf is loaded into a already occupied level?

1 Answers  


What are types of binding?

1 Answers  


Categories