Control flex application from embedded Flash control
Posted
by aip.cd.aish
on Stack Overflow
See other posts from Stack Overflow
or by aip.cd.aish
Published on 2010-03-21T01:36:22Z
Indexed on
2010/03/21
1:41 UTC
Read the original article
Hit count: 507
I have a flex application and have embedded a flash (SWF) file into it using <mx:SWFLoader>
. There is an "Exit" button on the Flash file. I want to be able to handle the button click event on the flex application.
So when that button in the flash file is clicked, I want to perform an action in the parent flex application. How can I do this? Thanks!
© Stack Overflow or respective owner