How to include flash within the html on hover
I was wondering if I could in开发者_JS百科clude some flash animation within the html on hover,
thanks
Create an external interface doing what you want and then call it on hover from your javascript.
The ExternalInterface class is the External API, an application programming interface that enables straightforward communication between ActionScript and the Flash Player container– for example, an HTML page with JavaScript. Adobe recommends using ExternalInterface for all JavaScript-ActionScript communication.
精彩评论