This is a short example on calling javascript from flex using ExternalInterface…
Please Note: Javascript has to be on in your browser and the javascript is in the html-template > index.template.html file.
Popularity: 28% [?]
Axel Jensen on Flex, Coldfusion and… other stuff
This is a short example on calling javascript from flex using ExternalInterface…
Please Note: Javascript has to be on in your browser and the javascript is in the html-template > index.template.html file.
Popularity: 28% [?]
Popularity: 28% [?]
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Mar | May » | |||||
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | ||||



1 user commented in " Using ExternalInterface to call Javascript from flex "
Follow-up comment rss or Leave a TrackbackYou can do even more interesting stuff:
ExternalInterface.call(“f = function() { alert(‘document.body.offsetHeight’); }”);
Leave A Reply