This dude will do the job: http://yahoomediaplayer.wikia.com/wiki/Flash Also known as EasyListener: http://next.yahoo.net/archives/32/easylistener This'll...
570
Janardhan
g.janardhan
Jan 13, 2009 3:57 pm
Yahoo media player is not working on mozilla, IE 7(os:windows xp) and I got the following error messages on IE 7 Line:1 Char:122 Error:'ymp39; is undefined ...
571
djwarmer
Jan 13, 2009 5:23 pm
Hi Janardhan, Can you include a link to your site so we can check out the problem? Thanks --Dave...
572
paullll.irish
Jan 14, 2009 3:54 am
beautiful work eric. implemented trackseek on http://aurgasm.us and very happy to do so. when i first spoke to lucas/ian/etc a seekbar was my #1 feature ...
573
Eric Eggert
yatil2k
Jan 15, 2009 3:11 pm
Thanks Lucas, Thanks Mike. That worked like a charme. I've added the German translation to my wiki at http://yatil.de/wiki/web/yahoo-media-player Feel free to...
574
Stephen Garcia
stephen_garc...
Jan 15, 2009 3:42 pm
Awesome work Eric! We've added a section to the YMP wiki to share your translation efforts. :) If anyone would like to contribute additional translations,...
575
Mike Davis
mdiddyla
Jan 15, 2009 6:34 pm
Very cool, Eric. Danke sehr for sharing your work. Please post a link to a page that is using the player with your translations so that we can see them in...
576
Eric Eggert
yatil2k
Jan 16, 2009 4:52 pm
Hi Mike, there have been a few issues, so I wasn’t able to post a link, however the player is now live in German and restyled: ...
Hi all, I am tried to play a Icecast2 stream with YAHOO MediaPlayer, I linked the stream with type="audio/mpeg" and all correct. The media player start playing...
580
pipo_ex
Jan 20, 2009 8:19 pm
Hi again, after a few test the sound started, it's work. Another question, can I set the buffer time in any option? Very Thank You....
581
Lucas Gonze
lucas_gonze
Jan 21, 2009 2:09 am
I'm not the guy to ask -- Mike and Amit are the best resources on the API -- but the documentation here is either in http://mediaplayer.yahoo.com/api or ...
582
pipo_ex
Jan 22, 2009 3:44 pm
Hi again, first, sorry for my english. I have done some tests and this is the results: * Using firefox 3 I link a audio stream and the player start with no ...
583
miyakojimadan
Jan 23, 2009 8:56 am
Hello everyone, I'm very new to YMP and would like to selectively integrate it into my site. We are starting an internet radio station and are providing music...
584
miyakojimadan
Jan 23, 2009 3:12 pm
I had to unembed YMP so we can continue to work on other things. So please ignore the links above and view the screenshot: ...
585
Lucas Gonze
lucas_gonze
Jan 23, 2009 3:14 pm
If you put class="htrack" next to any audio link, then *only* audio links with class="htrack" will get play arrows....
586
miyakojimadan
Jan 24, 2009 6:41 am
... Thank you so much Lucas! That's the answer I needed. Can't wait to try again to get this thing to work. Greatly appreciated....
587
Lucas Gonze
lucas_gonze
Jan 24, 2009 7:37 pm
... It is a great delight and somewhat of a surprise whenever things work as designed. :)...
588
Doug Kaye
dkaye23
Jan 26, 2009 6:52 pm
I'm looking for some basic info on the API that I can't seem to locate in the documentation. For example: (1) What is the data type 'media object' (eg, as...
589
toyko54
Jan 28, 2009 3:54 pm
http://brandontate.info/baka.JPG I want the slider bar but the button has to go....
590
Stephen Garcia
stephen_garc...
Jan 28, 2009 4:05 pm
It looks like you're linking to a podcast mp3 in the last line of your HTML: <a...
591
Lucas Gonze
lucas_gonze
Jan 28, 2009 6:17 pm
Though, he could use CSS to hide the in-page play buttons: This would do the trick: a.ymp-btn-page-play { display: none } Toyko54, do you know how to add that...
592
toyko54
Jan 28, 2009 6:48 pm
... I put that there as a test, however even if I use my own mp3 file it still comes up....
593
ceazarj
Jan 30, 2009 7:08 pm
Hey yall! I want to be able to track how many times a certain link has been clicked im using: Php click counter This script takes the music link and changes...
594
tajeddin
Feb 1, 2009 9:42 pm
simply I am developing pages on my computer. and again simply I have followed what everyone have said to get the player working as below: In my page I have: ...
595
Eric Eggert
yatil2k
Feb 1, 2009 10:39 pm
Hi tajeddin (?). ... Try putting the script as the LAST thing before the </body> tag and after every MP3 link: <html> <head> ... </head> <body> ... <a...
596
beheshteh tajeddin
tajeddin
Feb 2, 2009 7:31 am
Thanks Eric, I tried what you advised to. No difference. But what I have learned is that the server which my pages are on, should have a valid IP address,...
597
puboonyiau
Feb 2, 2009 2:06 pm
Hi, i have implemented YMP and its not playing on IE. Anyone has a work around for this problem? thanks Timothy...
598
Lucas Gonze
lucas_gonze
Feb 2, 2009 2:17 pm
The underlying issues are probably about the security implications of injecting a remote script into a local page. When you actually deploy the thing you're...