I use the Safari 4.0 beta as my browser, in Mac OS 10.5. I find that the yahoo media player simply does not work in that browser -- not even the demo at...
658
djwarmer
May 4, 2009 4:51 pm
Hi Anton, The player should work with the configuration you described. Do you have any software running that blocks Flash Ads? Sometimes that causes...
659
Anton Schwartz
antonjazz
May 4, 2009 6:31 pm
You're right on the money, Dave. I use a Safari plug-in that indicates flash content as such and lets you click on it to run the flash. I didn't know it had...
660
Lucas Gonze
lucas_gonze
May 4, 2009 6:41 pm
Anton, there's nothing anybody can do to get Flash Block to work smoothly with web apps. It's intended to be a kamikaze thing. If you filed a bug on the issue...
661
Nige
nige_coleman
May 6, 2009 7:02 am
Hi guys. I am no web author but I am slowly building a ham radio site. One page requires play functionality for certain sounds which are stored on the server...
662
Doug Kaye
dkaye23
May 6, 2009 7:02 am
Here's the scenario: a. YMP is initialized in the footer of the page using the basic JavaScript technique. b. YMP finds no .mp3 files on the page, so it...
663
Mike Davis
mdiddyla
May 6, 2009 7:30 am
Hi Nige, I looked at your page and the player is picking up all three links for me just fine. I tested it in Firefox 3 and IE 7 (both on WinXP). No problems ...
664
deligo2003
May 6, 2009 5:41 pm
What licensing is Yahoo Media Player released under? - Eric...
665
Lucas Gonze
lucas_gonze
May 6, 2009 5:55 pm
Unstated. Hence classic ARR....
666
Lucas Gonze
lucas_gonze
May 6, 2009 5:56 pm
Works for me in FF 3 / OS X....
667
Lucas Gonze
lucas_gonze
May 6, 2009 6:04 pm
One way might be to nuke the YAHOO object and reinsert the JS. This is just a wild guess which I haven't tested out: delete YAHOO; var start = function() { ...
668
djwarmer
May 6, 2009 6:05 pm
Hi Eric, The player is subject to the Yahoo! Terms of Service (http://info.yahoo.com/legal/us/yahoo/utos/utos-173.html) and is not currently under any open...
669
Mike Davis
mdiddyla
May 6, 2009 6:39 pm
No, there is an API call specifically for this sort of thing. YAHOO.MediaPlayer.addTracks(). http://fe2.music.ac4.yahoo.com/api/#method_addTracks The first...
670
Doug Kaye
dkaye23
May 7, 2009 6:02 am
That was WAY too easy, Mike. I thought it would at least take two calls. :-) Thanks....
671
spotter1009
May 8, 2009 2:31 pm
I have YMP installed on my IMVU home page and I verified it working under these browsers: MacOSX - Firefox 3.0.10 Windows XP SP 3 - Chrome (latest) Windows XP...
672
spotter1009
May 8, 2009 2:32 pm
was an issue with scanning the page for mp3 links and IE - ignore my other post please....
673
spotter1009
May 10, 2009 5:11 pm
I have tried the shoutcast hack to try and connect to an icecast2 server. I used a NOP at the end but included the icecast stream's mountpoint in the URL...
674
Lucas Gonze
lucas_gonze
May 10, 2009 5:23 pm
Can you post the URL of your page and of the original shoutcast page?...
675
jrussbowman
May 11, 2009 4:19 pm
I could see some potential uses for this using Boss, but Boss requires the clickurl supplied by it to be used in the href. Is there a way I can add another tag...
676
the.lunchb0x
May 11, 2009 5:27 pm
Hello, I'm wondering if it is possible to change the little circular play button to something more custom? I'd like to use something larger so that my users...
677
chucksilva1
May 11, 2009 6:12 pm
... can someone please explain how I stop these posts from getting into my email? Thank you. Chuck...
678
Mike Davis
mdiddyla
May 13, 2009 10:03 pm
It certainly is. It's specified using CSS. To change it, try something like this: <style> a.ymp-btn-page-play em.ymp-skin { ...
679
Michael M. Mahoney
catspawsd
May 21, 2009 3:02 am
Hello, I have 42 thirty second samples of songs on a list of songs that my dad's band plays. I want the user to click on one, have the ymp play it then stop....
680
djwarmer
May 21, 2009 5:06 pm
Hi Mike, You just need to set a parameter in the page to tell the player to disable "autoadvance". Here's the code: <script type="text/javascript"> var...
681
caprabailey
May 22, 2009 4:16 pm
Hi, I just started to use Yahoo Media Player for my MP3 blog and my problem is that the buttons don't display at all! They do function but they're kind of...
682
patandcolomba
May 22, 2009 9:06 pm
Hi, have just started using the YMP and have it in a page which dynamically changes its content area simply using a bunch of separate divs, javascript and...
683
Michael M. Mahoney
catspawsd
May 26, 2009 4:59 pm
Thanks Dave, that is just what I needed. Thanks for the link to the API documentation....
684
Michael M. Mahoney
catspawsd
May 26, 2009 5:00 pm
Hi Mike. I have copied your css style and placed in into my page. When I try it, it works. When I replace your link to one of my own, a 24bit blue png graphic,...
685
Lucas Gonze
lucas_gonze
May 26, 2009 5:01 pm
Postings to this group are no longer moderated. That means spam will get through. If anybody wants to step up and become a moderator, let me know....
686
Michael M. Mahoney
catspawsd
May 26, 2009 5:34 pm
I would like to change the color scheme of the ymp as it does not show well on the page. Is this possible? Can someone point me to the documentation on how...