What is the best way to make autoplay of a Yahoo, jQuery media player?

Yahoo has a media player for playing media files on a web page:

http://mediaplayer.yahoo.com/

but there is no way to start it automatically.

What is the best way to do it autorun, crack the code, or it can also use jQuery to "click" on one of the media to run automatically, although, as you know, Yahoo code has completed initialization? We can use setTimeout(function() { // click first one }, 3000), but it seems too big to crack.

+1
source share
1 answer

Source: https://habr.com/ru/post/1752038/


All Articles