yes. I just don't know where the link happens to break. I have the songs added to two ddifferent sites with exactly the same codes. as soon as one fails to...
Updated 2010.06.29 - Version 3 Additional ERROR Correction. Dear Tomas: I feel your frustration. ..and my eMail here does Not address your problem directly. ...
Tomas: Although is it possible to upload files through your WebHost's control panel, a much easier solution is to use a FTP program. The last Free scholastic...
Well, yes and no. The player Javascript will never travel in an email. But exposing the MP3 links for the player to grab onto will also expose them to the ...
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...