Hi You may refer to this hack at Github, by Eric Fehrenbacher, He is using this at http://fehrenbacher.com/technology/code/ymp-trackshuffle Regards Waqar ...
957
Robert
robertwatcher
Dec 18, 2010 4:17 pm
I have been searching the web high and low to find any information that will allow me to loop a song. I am not using a playlist - just one song on the webpage....
956
Waqar Ahmad
waqiforu
Dec 10, 2010 3:31 pm
Dear Mike Could you please provide me an example, as I am not much good in AJAX. Thanks Alot for your prompt help ... -- Regards ** *My tech Blog...
955
Waqar Ahmad
waqiforu
Dec 10, 2010 3:30 pm
Now this is working for me <html><head> <title></title> <script type="text/javascript" src="http://mediaplayer.yahoo.com/js "></script> <script...
954
Lucas Gonze
lucas_gonze
Dec 9, 2010 9:57 pm
You might want to run under a JS debugger and see whether an error is being thrown....
953
TheRealMikeD@...
mdiddyla
Dec 9, 2010 9:14 pm
I am using Firefox 3.6.4 on RHEL5, and it works correctly for me. This is just a guess, but I know that the scripting API for Quick Time is less robust than...
952
dkarnout
Dec 9, 2010 7:34 pm
Well, i use Debian 5.0 / KDE 4.5. Problem happens at all browsers [Opera 10.63, Chromium 6.0.472.63 and Iceweasel (mozilla) 3.6]. You may also like to have...
951
TheRealMikeD@...
mdiddyla
Dec 9, 2010 7:07 pm
To add tracks to the YMP playlist after loading AJAX content, use the API call "addTracks": http://mediaplayer.yahoo.com/api/#method_addTracks. The first...
950
TheRealMikeD@...
mdiddyla
Dec 9, 2010 7:00 pm
Can you tell us on which OS, browser and browser version you observed this problem? It would also be helpful if you have a link to your page, or a code...
949
waqiforu
Dec 9, 2010 2:57 pm
Hi Every one I want to load yahoo media player for the links which are fetched from json data and written in the page by javascript. Here is the sample code...
948
dkarnout
Dec 9, 2010 2:56 pm
Will it be in future a loop parameter, in order to begin playing the first song after the last one?...
947
dkarnout
Dec 9, 2010 2:56 pm
Using API, when playing after pause() function, it starts playing current song by begin and not by paused instance. I believe that this should occur only after...
946
Lucas Gonze
lucas_gonze
Nov 28, 2010 12:59 am
http://www.terrillthompson.com/music/2010/11/accessible-audio-player-aap/ Accessible Audio Player (AAP) 26 NOVEMBER 2010 Welcome to my music blog, and to the...
945
TheRealMikeD@...
mdiddyla
Nov 24, 2010 7:39 pm
The metadata you would get from that function is stuff like title, artistName, albumArt, token (url), mimeType, etc. If you use Firebug, you can see it all by...
944
Terrill Thompson
tfthompso
Nov 24, 2010 7:25 pm
I see from the YMP API docs at http://mediaplayer.yahoo.com/api/ that getMetaData() returns an Object containing meta data for the current media, but what meta...
943
TheRealMikeD@...
mdiddyla
Nov 24, 2010 6:30 pm
You can use the CSS selector #ymp-tray ul li a.playing to address the current track in the playlist tray....
942
Terrill Thompson
tfthompso
Nov 24, 2010 5:44 pm
How does one get the index of the current track in the playlist array? I'd like to add a class to that list item so it's stylized differently than the other...
941
ympuser
Nov 22, 2010 10:10 pm
Hi, Thank you for your response. I went to the link you provided and I was able to play the files "Stable build" and "Latest build." However, the Yahoo Media...
940
Lucas Gonze
lucas_gonze
Nov 22, 2010 8:47 pm
I'm pretty sure it's a bug that that's not happening automatically. YMP is supposed to refuse to initialize itself when it's confident that it won't work. ...
939
Lucas Gonze
lucas_gonze
Nov 22, 2010 8:46 pm
This is probably caused by something specific to your PC. You might want to http://gonze.com/ymp/...
938
ympuser
Nov 22, 2010 8:41 pm
Hi everyone, I am trying to get Yahoo Media Player to work on my HTML webpage but it doesn't seem to work on my computer. It work on other computers I tried...
937
nauticalmac
Nov 20, 2010 5:18 pm
Thanks for the replies, much appreciated. Follow on question: What I'd like to do is only initialize the player on users other than iPad/iPhone. I can use js...
936
isfeh
Nov 19, 2010 2:28 pm
hi everyone is there a way to play random song in playlist when i press play or next button? i found this code below but it doesn't work.. any idea? <script...
935
TheRealMikeD@...
mdiddyla
Nov 18, 2010 6:39 pm
To be more clear, the player tries to use Flash first, if it's available. If not, it tries to use Quick Time in a Mac environment or Windows Media Player, then...
934
Dave W
djwarmer
Nov 18, 2010 5:16 pm
Hi, I can confirm that Flash is currently the default playback engine, which is why it's not working on these non-flash platforms. We're looking at other...
933
nauticalmac
Nov 18, 2010 3:02 pm
Can someone confirm that the ultimate audio code for this player uses a Flash file? This would explain why everything works cross-browser except when using a...
932
iainhallam
Nov 3, 2010 1:47 pm
... Anyone got any ideas on serving YMP via HTTPS? Thanks, Iain...
931
Mayank
mayank5oct
Oct 21, 2010 1:56 pm
Hello, I want to play 100 MB mp3 file with yahoo media player but its not playing the file. Is yahoo media player can't play big media files. If yes then what...
930
Dave W
djwarmer
Oct 8, 2010 6:24 pm
Hi, In this page this is the line used to include the player is: <SCRIPT type=" text/javascript" src="http://mediaplayer.yahoo.com/js"></SCRIPT> The extra...