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? -

sql server - SQL Query returns one result, does not return 0 or NULL result -