How to implement play or pause a flash?
I used a webkit to show a flash , but now I want to add a play b开发者_运维问答utton and control the flash , How to do ? thank you very much!
You can exchange data between flash an javascript using ExternalInterface. Check this link for more info:
http://kb2.adobe.com/cps/156/tn_15683.html
精彩评论