I want to make a Flash (version 2) button to trigger an event in WireFusion. How do I do that?
To trigger an event from a Flash (version 2) animation integrated into a WireFusion presentation, you need to use the getURL action. In Flash, after creating a button and inserting the getURL action, in the URL field, enter a text or number value, for example “link1” or “1”. Then publish your animation (as Flash version 2). Now, in WireFusion, insert a Flash object and load your .swf file. Check the Out-ports for the Flash object and you will notice that there is an option called “URL Requested”. This port sends out your URL (“link1” or “1”, or whatever you named it) as a text string. Simply use it to trigger events in your WireFusion presentation.