On my page I'm creating a list of mp3s dynamically in response to selection from a user menu. How do I get the player to recognize these dynamically created...
David, to add new tracks you will use the function you see here: http://yahoomediaplayer.wikia.com/wiki/Caveats But it will probably look like this: ...
Thanks Paul very helpful - I've started looking at the dewplayer as an alternative - it seems to require very little code and I could generate an entry for...
Sample page including the player at delicious: http://delicious.com/tag/system:filetype:mp3+jazz+free Check out the visual customizations -- really interesting...
There are a lot of great things going on and we hope you guys enjoy this addition. We've been working closely with the guys over at Delicious and are pleased...
Hi, have the new player working well on the desktop. On my iPod Touch, the player JS adds the 'play arrow' to each linked MP3 file, but doesn't seem to play....
Yeah, it would be really cool if the player worked on iPhone/iPod Touch, but it doesn't. The reason is that none of the plug-ins that the player uses under...
It would also work if Apple made QT scriptable from the browser on iPhone, which may happen sooner. But I think there's a bug here where the play button is...
Thanks for the replies; I didn't look under the hood of the player to see what plugins it used, I didn't think a pure-JS solution was possible but figured it...
Was evaluating the player and it failed in Firefox 2 in my WinXP install. I then downloaded Firefox 3.0.4 and have the same issue. The problem is that it...
In Firefox, the player bar always hugs the bottom of the window, even when you scroll. But in my installation of IE, the player bar initially shows at the ...
And we are continually tweaking things so there will be a few more styles added too in particular related to IE6. Thanks to the all Media Player team Delicious...
It looks great, man. An interesting thing about about the skin is that you blank out the button to open a new window. You mind talking about that a bit? I'm ...
BACKGROUND: I have a page at http://www.rensch.com/radio-copywriting.htm that defaults to YMP, but offers the option to use the visitor's own audio player...
I tested the .js version of YMP a few ago, but maybe I missed Safari. The other day I was shocked to find that in Safari for Windows there was only one button,...
Sorry, that code is totally over my head. I don't even know how to applyit. What you see on my page is about the extent of my YMP coding expertise: <script...
Hey Rrinny, I copied off your code and got it working by just using a DHTML sweep to remove the "htrack" className when you click your link. I replaced your...
here's my solution so far http://fehrenbacher.com/technology/code/ymp-trackresume/ <http://fehrenbacher.com/technology/code/ymp-trackresume/> Still need some...
Is there a method to allow users to FF and RW within a track? Once a user is playing a track, if its long, i notice theres no way for them to job ahead or...
This is definitely possible. It has been on the roadmap for a while to add a seek bar. Since I'm not on the team anymore, I can't comment on how close it is...
You are not supposed to be able to access YMPParams after the player loads. This is by design. Those params are supposed to be used only for initializing the...
Thanks to all. Scott, I'll try plugging in your replacement code sometime, although I totally don't understand it (this forum is out of my league). I gather...
I grabbed some source so I can actually see what's going on under the hood. Really what I want access to is the params value for autoplay after the object has...
cool, here's my proposal... For the current track you have a total duration and elapsed time which gives us our breakdown as far as percentage. This will be...
After finishing my track resume extension for YMP a few days ago, I posted <http://tech.groups.yahoo.com/group/yhoomediaplayer/message/499> that I would take a...