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:...
902
Lucas Gonze
lucas_gonze
Aug 4, 2010 9:28 pm
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....
901
Alister West
alisterwest
Aug 4, 2010 5:29 pm
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|_|...
900
Lucas Gonze
lucas_gonze
Aug 4, 2010 1:33 am
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. ...
899
Alister West
alisterwest
Aug 4, 2010 1:20 am
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...
898
gabriel
ummonai1
Aug 4, 2010 12:55 am
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...
897
Lucas Gonze
lucas_gonze
Aug 2, 2010 8:37 pm
You could use addTracks and clear() to add, delete, and rearrange. FWIW. Probably less trouble than internal APIs. But maybe not. You try Firebug?...
896
gabriel
ummonai1
Aug 2, 2010 8:25 pm
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...
895
Lucas Gonze
lucas_gonze
Jul 31, 2010 7:36 pm
Can you clarify the question? Are you hacking the code and looking for internal hooks to modify the playlist aside from the public API?...
894
gabriel
ummonai1
Jul 31, 2010 9:18 am
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...
893
TheRealMikeD@...
mdiddyla
Jul 21, 2010 5:33 pm
That code should work, although this particular example code may not be terribly useful. The getPlaylistCount() method returns the number of tracks in the...
892
Lucas Gonze
lucas_gonze
Jul 21, 2010 5:25 pm
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...
891
TheRealMikeD@...
mdiddyla
Jul 21, 2010 5:15 pm
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,...
890
Lucas Gonze
lucas_gonze
Jul 21, 2010 4:43 pm
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 ...
889
emmamurphy2000
Jul 21, 2010 3:24 pm
Hi I wonder is it possible to obtain play counts of particular tracks using the mediaplayer or with some javascript? Thanks! Emma...
888
Lucas Gonze
lucas_gonze
Jul 13, 2010 3:13 am
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 ...
887
joezim007@...
joezim007...
Jul 12, 2010 8:58 pm
Would this media player work in an HTML email? I know that javascript isn't generally recommended in email, but would it work?...
886
christopher_james_rod...
christopher_...
Jul 3, 2010 2:12 pm
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...
885
Tomas
onedraco25
Jul 3, 2010 6:58 am
May I ask where you store your files? if you store them into the site, I wish to know how since I'm still sort of new to web design....
884
christopher_james_rod...
christopher_...
Jun 29, 2010 5:32 pm
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. ...
881
Lucas Gonze
lucas_gonze
Jun 28, 2010 5:09 am
Ok. The error is caused by the site that hosts the link, then. YMP wouldn't treat it any different before or after....
880
Tomas
onedraco25
Jun 28, 2010 5:07 am
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...
879
Lucas Gonze
lucas_gonze
Jun 27, 2010 7:13 am
So you make a link and it stops working after a little while?...
878
Tomas
onedraco25
Jun 27, 2010 3:00 am
Almost every 3 hours or so I have to edit the link to get the player to work right. I just don't get it. I'm using file links from yahoo after making a grou to...
877
TheRealMikeD@...
mdiddyla
Jun 15, 2010 9:19 pm
Yeah, that is weird. I can confirm the behavior (I'm testing on Firefox 3.0.14 on RHEL 5). There are two tracks on the page. YMP correctly picks both of...
876
Chris Green
tofergreen
Jun 15, 2010 9:06 pm
I cannot select which file i want to play, i have to wait for the songs to play through example here: http://aminalaminalaminal.blogspot.com/ please help...
875
sean.rioux
Jun 11, 2010 11:32 pm
hmmm... Strange, I'm testing with FF 3.6.3 no luck. Tested it across a few different machines I have access to around the office. Either a buffer error, or...
874
gkaupas
Jun 11, 2010 11:11 pm
I just went there with Firefox 3.5.9 and was able to play both songs without problems, for what it's worth. On a separate note, wow are those songs LOUD....
873
sean.rioux
Jun 11, 2010 11:10 pm
I'm getting a buffering error in chrome and firefox but not IE. The site is a Drupal site and when I initially installed the player it worked, but somewhere in...
872
sean.rioux
Jun 11, 2010 10:54 pm
I get a buffering error message in the player, when running Firefox and Chrome, (IE works fine) when I first installed the player the issue wasn't present, but...