is there a way, for a web application, to check if the current user has the 30-seconds streaming limit or not?
It can happen in two cases:
Thanks.
I have found an hack for this:
DZ.Event.subscribe('player_position', function(arg){
if (arg[1] == 30 ){
alert('limit 30 secs');
});
pay attention because at the beginning of the song, for some reason, arg[1] is 0