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

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

formula - R: how to pass in a reference to the variable in glm or lm? -