How to pause flash application in browser?
问题 How to pause flash application in browser if there isn't any buttons that would allow it ? 回答1: Well, there is a website, there is a swf file, i want to pause it. Do you have access to these files and their source? Is it on the same domain? Anyway, the previous two answers suggested wrapping the swf with another Flash application and then setting the framerate to 0. That's not accurate, because the minimum framerate you can set is 0.01. Flash code is built around the framerate, it makes sense