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");
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
Post a Comment