Flex SWF Accepting Play or Rewind Command from the Flash Player (Projector)

旧城冷巷雨未停 提交于 2020-01-07 02:58:17

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!