Hi Henry, This is an easy one. You can use the Media Player's API to look for playable media links once your new markup is present in the document. Use the...
838
hsztul
Feb 25, 2010 12:11 am
Mike, Thanks for the quick reply! That did the trick. Do you know of a way to play the playlist in reverse order?? Henry...
839
TheRealMikeD@...
mdiddyla
Feb 25, 2010 12:23 am
Hmmm. Interesting. I'm not 100% sure this would work, but you could try subscribing to the onTrackComplete event, and then calling the previous() method from...
840
Cowboy Bob
wolfrider_one
Feb 25, 2010 12:34 am
Hi Mike, do you know the answer to my question on "Audio player does not work in IE" Please help, thanks. Robert @ wolfrider_one@......
841
TheRealMikeD@...
mdiddyla
Feb 25, 2010 1:01 am
Hi Robert, I took a quick look at your issue last night. I can confirm that I see the same behavior on my home machine (WinXP), but I'm not sure what the ...
842
cannulig@...
cannulig...
Feb 25, 2010 11:54 am
Hello I'm Giuseppe Cannuli from Ferrara (Italy). I made the translation using your english template. Now which is the manner to use it and to share with other...
843
Lucas Gonze
lucas_gonze
Feb 25, 2010 4:04 pm
Molto bene and super awesome, man. Next up, make a page for it on the wiki and add a reference to the "how to embed" page. This will lead the way: ...
844
TheRealMikeD@...
mdiddyla
Feb 25, 2010 7:16 pm
Very cool, Giuseppe!...
845
christopher_james_rod...
christopher_...
Feb 27, 2010 2:52 am
I found that no matter what I did the yahoo media player would not work on my local machine (on my computer). Only after I uploaded the files to my website (in...
846
Mike Davis
mdiddyla
Feb 27, 2010 4:42 am
Christopher, I'm not sure what your link href's looked like when the files were on your local machine, but be aware that the Media Player specifically excludes...
848
christopher_james_rod...
christopher_...
Feb 27, 2010 5:09 pm
Michael: Thank you for your interest. Following is the code which works fine at the online location of.. http://great-grandma.com/ymp.html but which does not...
849
cannulig@...
cannulig...
Mar 1, 2010 4:56 am
Hello. I made a new page on the wiki with details and italian translation, and a reference to it into "how to embed" page, like told me Lucas Gonze (thank...
850
nvzion2008
Mar 10, 2010 1:43 am
Hi everyone. I'm new to the list. I'm working on a project that makes use of YMP and an issue has arisen. Is there a way to get YMP to ignore certain mp3...
851
Dave
djwarmer
Mar 10, 2010 1:50 am
One method is to add class="htrack" to the tracks you DO want to play. The player will then ignore anything that doesn't have the htrack class....
852
nvzion2008
Mar 10, 2010 2:11 am
A ha! Thanks Dave! That'll do quite nicely....
853
emmamurphy2000
Mar 10, 2010 5:08 pm
Hi I wonder if there are keyboard commands to control the player for screenreader users? Thanks...
854
TheRealMikeD@...
mdiddyla
Mar 10, 2010 7:05 pm
There are. I'm not sure how well we did at making them known, but they are there. The keyboard shortcuts are in the "title" attributes of the various...
855
Mick O
emayoh
Mar 19, 2010 5:14 am
Anyone have any suggestions on using the player to play a shoutcast stream? I tried the hack here adding ;foo.mp3 to my Shoutcast URL but no dice ...
856
Kathleen
kath46d
Mar 25, 2010 7:54 pm
I have an office live web site and have managed to put the yahoo media player on an "interview" page. When an mp3 file is clicked, the player comes up on the...
857
Lucas Gonze
lucas_gonze
Mar 25, 2010 8:02 pm
Kathleen, Aurgasm.us suppresses that panel, so you can copy whatever method they used by looking in their CSS. However, that panel is doing work for the user...
858
gordon1543
Apr 8, 2010 5:02 pm
Hi, I've searched the group and can't seem to find an answer to my query. Is it possible to set the paramaters of the player so that it will only play say 20...
859
kweetaldomoor
Apr 8, 2010 5:34 pm
Where do the not approved messages go, or is this some kind of dictatorship? Anyway I'm singing of and if the moderators don't want other people to know that...
860
Lucas Gonze
lucas_gonze
Apr 8, 2010 5:38 pm
It's the tyranny of volunteerism. Those who work for free do what they please. On Thu, Apr 8, 2010 at 10:16 AM, kweetaldomoor...
861
Lucas Gonze
lucas_gonze
Apr 8, 2010 5:40 pm
You're probably best off posting shorter MP3s, gordon. The alternative is to use the Javascript API to fade out after 20 seconds. mediaplayer.yahoo.com/api ....
862
iain_hallam
Apr 19, 2010 9:27 pm
Hi. I'm using the player on my site, where it works very well, but I'm forced to serve all logged-in users via HTTPS. When I embed the player in a page that's...
863
Frank
frank1crayon
Apr 22, 2010 2:57 pm
I'm unsuccessfully trying to install the Yahoo Media Player in a webpage using FrontPage 2000 (IE8). When envoked, the player opens, pauses for about 20...
864
exiquio1983
Apr 25, 2010 5:00 am
I halfheartedly searched the post here and the code for YMP itself to find an answer to my question, but I failed. I understand how to add mp3 files to the...
865
Mike Davis
mdiddyla
Apr 25, 2010 8:50 pm
The short answer is that the icon is added through CSS. During the process of scraping the page to find playable media links, the Player adds some classes to...
866
exiquio1983
Apr 26, 2010 12:48 am
I appreciate your answer. What I am really trying to know is if their is a public function somewhere in the namespace that I can't find that will "init" the...
867
Mike Davis
mdiddyla
Apr 27, 2010 6:40 am
I'm still not 100% sure I understand what you are trying to do, but you are correct that you can use the addTracks method ...