mediaplayer.yahoo.com/api If you want to count a listen all the way to the end as a play, use the onTrackComplete event. You could use onProgress to detect ...
Right, Lucas. You could use those API calls to detect the occurrence of a track play. It's up to you (the web site author) to keep track of the counts,...
Mike, the thing I don't get is how to use the YUI event API. Does this code make sense? var apiReadyHandler = function () { /* Once API ready handler is...
That code should work, although this particular example code may not be terribly useful. The getPlaylistCount() method returns the number of tracks in the...
Hi guys. Thanks for the great media player. It works great and the API is super simple to use. I notice that there isn't any way to directly manipulate the...
Yep, that's exactly what I'm trying to do. I'm already taking advantage of YAHOO.MediaPlayer.controller.playlistmanager.playListArray elsewhere. I'd like to...
Heh, yeah, that's what I'm doing already. Basically managing a div with a list of tracks and anytime I make an update to it I call addTracks() again in order...
Hi there, When playing a song in the YMP the title of the song is a link back to yahoo search. Does anyone know how to remove or customise this link? My...
The goal there is to give some traffic back to Yahoo in exchange for providing the software. At the same time that link should be adding value for the user. ...
Unfortunately the request to remove the link is from a client. Its a choice of either removing those links or using a different player. Cheers, ~~ c|_|...
Here's what you do. Start the player. Open Firebug. Use Firebug to find the CSS selector for the link. Do selector { visibility: hidden } or some such....
I am the "webmaster" at the New Brunswick Free Public Library. I created a page about a year ago that uses the Yahoo Media Player to provide audio clips:...
Can you tell us which browsers are not working? And on which platforms? For example, are you seeing the problem on Windows XP using Internet Explorer 8.0, or...
I can reproduce this on OS X, Firefox, QuickTime Plug-in 7.6.6. The player marks his wav links with play buttons on initial draw/parse, but the play buttons...
If there is no available playback engine, or the engine is not initialized successfully, YMP should show an error message informing the user of the problem....
It is not working on either Firefox or on IE on more than one computer, at least one of which is running Windows XP. I haven't been able to try anything else,...
The simplest workaround is to switch to MP3. I know that's a intrusive solution, but you could rely on it working, and it wouldn't be a lot of trouble. On...
Hi Joye, We (Yahoo!) will try and figure out what's going on. I myself can play the audio just fine on IE, FF and Chrome with Windows XP, so there's...
The GUI is with a few litle mistakes. Near the music-titles is not the play-symbol. I think it's the best when you test for yourself. I can't speak english...
I don't know, I'm not developer and can't compose scripts. I only wanted to report it here and hope a developer can fix it. But when you need I can make a...
Hi Noah, Thanks for reporting this. We're able to re-produce the issue as well and will work on fixing it prior to the Firefox 4 release. Thanks --Dave...
I've placed the code on my page. I have several links to mp3 files on the page but I don't see any play buttons next to the links. What am I doing wrong? ...