Question

I know Silverlight has this capability, and I have no experience in Flash Development - I need a Flash application to read data in a hidden div on the host page.

Can this be done?

Was it helpful?

Solution

At the least, you could use the ExternalInterface to get stuff via JavaScript.

OTHER TIPS

Yes. In Actionscript 3 (not sure about 2) you can use the ExternalInterface object to execute any Javascript against the DOM of the page your Flash app is placed on.

ExternalInterface also gives the Javascript on your page the ability to call functions in your Flash app.

ExternalInterface - ActionScript 3.0

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top