Skip to main content
August 18, 2008
Question

communicating from .swf to .swf

  • August 18, 2008
  • 1 reply
  • 205 views
say i click on the title bar.swf button home. and i want the content.swf to go to home frame.
is this possible?
This topic has been closed for replies.

1 reply

Known Participant
August 18, 2008
I'm not actually a flash user, just researching something right now, so maybe this isn't the easiest way, but at least it should work:

Use flash.external.ExternalInterface.addCallback to add a Javascript accessible callback to your content element, then you can call it from the other object using flash.external.ExternalInterface.call