Skip to content

Instantly share code, notes, and snippets.

View ideaoforder's full-sized avatar

Mark Dickson ideaoforder

  • Sitesteaders Developement
View GitHub Profile
// When animation starts
ExternalInterface.call('js_get_flash_val', [animationName], 'start');
// When animation finishes
ExternalInterface.call('js_get_flash_val', [animationName], 'finish');