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...
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...
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...
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...
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...
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/...
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. ...
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...
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...
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....
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...
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...
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...
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...
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?...
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...
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...
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...
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...
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...
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....
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...
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...
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....
958
Waqar Ahmad
waqiforu
Dec 20, 2010 4:53 pm
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 ...
959
Lucas Gonze
lucas_gonze
Dec 20, 2010 5:01 pm
AKA https://github.com/oxchronxo/YMP...
960
scissorstosuburbia
scissorstosu...
Jan 5, 2011 8:45 pm
Hey, Is there any easy guide to oxchronxo's trackShuffle extension to work? I've loaded it via an external js file along with the ef.ymp.utilities.js and...
961
Ben
bwmodular
Jan 21, 2011 2:12 pm
I'm experiencing exactly the problem described by the OP. Tried in FF, IE and Safari. Any file over 4-5 seconds gets cut short and the player moves on to the...
962
waqiforu
Jan 24, 2011 2:36 am
Hi All I have embedded the player in a Blogger page, when I play a song, and after some time, I pause it, And then playing again, Player starts the audio from...
963
Ben
bwmodular
Jan 28, 2011 2:40 pm
Fixed. Tried using a few different embedded media players and they all exhibited the same problem. Turns out there's a problem with the encoding on my MP3...