vote up 0 vote down star

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?

flag

2 Answers

vote up 2 vote down check

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

link|flag
vote up 2 vote down

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

link|flag
I believe in AS2 fscommand provides a similar functionality. – Amarghosh Oct 16 at 14:31

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.