jin
jin

Reputation: 2155

How to implement play or pause a flash?

I used a webkit to show a flash , but now I want to add a play button and control the flash , How to do ? thank you very much!

Upvotes: 0

Views: 195

Answers (1)

a--m
a--m

Reputation: 4782

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

Upvotes: 1

Related Questions