jsp - Flex - ExternalInterface.available -


the definition externalinterface.available goes this:

"the externalinterface.available property indicates whether current flash player in container offers external interface."

what exact meaning of above definition? also, when value of externalinterface.available becomes false?

in application, embed generated swf file in jsp, i'll have related javascript functions in it. i'll call functions mxml using externalinterface.call method.

thanks.

the container flash player browser. if browser provides javascript vm, let player communicate website , vice versa.

but if you'd run swf in standalone player, there no external interface available , javascript calls wouldn't work.


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -