问题
I'm trying to make my Flex SWF act like a Flash movie SWF so that when the user issues the Play command in the FLash Player it can trigger an event in my Flex SWF file. I'm not sure what event this would hook into or if this is possible with Flex. Any help appreciated.
Thanks!
回答1:
It's not possible to use the 'play' in Flex per say since even though Flash is a frame based VM, Flex is masked against that so that users can use frame based actions.
What would be the requirement to have Flex have a 'play/rewind' command? What would it rewind if there's no frame?
来源:https://stackoverflow.com/questions/6091338/flex-swf-accepting-play-or-rewind-command-from-the-flash-player-projector