You need to know the button's instance name - then it's just a matter of
addressing to capture the event:
 
myFlashClip.myFlashButton.onRelease = function(){  dosomething }
 

Jason Merrill 
Bank of America  
GT&O Learning & Leadership Development 
eTools & Multimedia Team 


 


________________________________

        From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of relaxed_surfer
        Sent: Wednesday, March 28, 2007 6:01 PM
        To: flexcoders@yahoogroups.com
        Subject: [flexcoders] Can I catch an onRelease event from a swf
file in Flex
        
        

        Hi. Can I catch a button event from a button created in Flash?
        How would I do that? I can embed the swf file, and the Rollover
works 
        fine, but I do not know how to implement the click event.
        
        

         

Reply via email to