html5 - How to check if the flash file stopped with javascript -


i using <embed> tag display flash file .swf, want check if file have stopped loading of js

you can check :

if (!movie.isplaying())     alert("movie stopped"); 

Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -