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
Post a Comment