Search the web
Sign In
New User? Sign Up
yhoomediaplayer · Yahoo! Media Player
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 472 - 501 of 789   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
472
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...
edavidthodges
Offline Send Email
Dec 1, 2008
6:17 pm
473
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: ...
paullll.irish
Offline Send Email
Dec 1, 2008
11:15 pm
474
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...
David Hodges
edavidthodges
Offline Send Email
Dec 2, 2008
5:21 pm
475
Sample page including the player at delicious: http://delicious.com/tag/system:filetype:mp3+jazz+free Check out the visual customizations -- really interesting...
Lucas Gonze
lucas_gonze
Offline Send Email
Dec 6, 2008
11:50 pm
476
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...
Stephen Garcia
stephen_garc...
Online Now Send Email
Dec 7, 2008
2:34 am
477
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....
jirku
Offline Send Email
Dec 8, 2008
4:51 pm
478
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...
Mike Davis
mdiddyla
Offline Send Email
Dec 8, 2008
8:42 pm
479
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...
Lucas Gonze
lucas_gonze
Offline Send Email
Dec 8, 2008
8:53 pm
480
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...
jirku
Offline Send Email
Dec 8, 2008
10:02 pm
481
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...
Gabe da Silveira
gdasilveira
Offline Send Email
Dec 9, 2008
2:10 am
482
Hi, can you provide a link to your site so we can take a look. ________________________________ From: yhoomediaplayer@yahoogroups.com ...
David Warmerdam
djwarmer
Offline Send Email
Dec 9, 2008
5:31 pm
483
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 ...
Will Findlay
will_findlay
Offline Send Email
Dec 10, 2008
4:43 am
484
For the sake of code-sharing, here is delicious' CSS to customize the player: ...
Lucas Gonze
lucas_gonze
Offline Send Email
Dec 10, 2008
10:14 pm
485
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...
Davinder Mahal
davindermahal
Offline Send Email
Dec 11, 2008
4:21 pm
486
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 ...
Lucas Gonze
lucas_gonze
Offline Send Email
Dec 11, 2008
6:24 pm
487
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...
rrinny
Offline Send Email
Dec 14, 2008
6:25 pm
488
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,...
rrinny
Offline Send Email
Dec 14, 2008
7:07 pm
489
Does this do what you need, rrinny? ...
Lucas Gonze
lucas_gonze
Offline Send Email
Dec 14, 2008
7:19 pm
490
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...
rrinny
Offline Send Email
Dec 14, 2008
10:43 pm
491
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...
scotth2469
Offline Send Email
Dec 15, 2008
5:04 pm
492
here's my solution so far http://fehrenbacher.com/technology/code/ymp-trackresume/ <http://fehrenbacher.com/technology/code/ymp-trackresume/> Still need some...
oxchronxo
Online Now Send Email
Dec 15, 2008
9:37 pm
493
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...
streamguys
Online Now Send Email
Dec 15, 2008
9:48 pm
494
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...
Mike Davis
mdiddyla
Offline Send Email
Dec 15, 2008
10:02 pm
495
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...
Mike Davis
mdiddyla
Offline Send Email
Dec 15, 2008
10:04 pm
496
There are almost but not quite enough live hooks in the API for somebody else to put the pieces together. But just the passive pieces... ...
Lucas Gonze
lucas_gonze
Offline Send Email
Dec 15, 2008
10:10 pm
497
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...
rrinny
Offline Send Email
Dec 15, 2008
11:08 pm
498
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...
oxchronxo
Online Now Send Email
Dec 15, 2008
11:38 pm
499
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...
oxchronxo
Online Now Send Email
Dec 16, 2008
12:10 am
500
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...
oxchronxo
Online Now Send Email
Dec 17, 2008
10:49 pm
501
Very cool. ... [Non-text portions of this message have been removed]...
Mike Davis
mdiddyla
Offline Send Email
Dec 17, 2008
11:02 pm
Messages 472 - 501 of 789   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help