Skip to content

Instantly share code, notes, and snippets.

@ideaoforder
Created April 9, 2010 15:40
Show Gist options
  • Save ideaoforder/361290 to your computer and use it in GitHub Desktop.
Save ideaoforder/361290 to your computer and use it in GitHub Desktop.
// When animation starts
ExternalInterface.call('js_get_flash_val', [animationName], 'start');
// When animation finishes
ExternalInterface.call('js_get_flash_val', [animationName], 'finish');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment