javascript to determine the ending of mp3 song in embed tag -


i wanted know if there way determine duration of mp3 song through javascript play next song in embed tag according ending time of first song in embed tag.

no, there isn't. <embed> has no standard api information embedded content. use <audio> element if want sort of data.


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -