... That's exactly I'm talking about, sorry if it wasn't clear from the get go. One example for me is www.netvibes.com that has it's own Flash based player to...
I think you should be able to fix the player by moving the JS code outside of the anchor tag and into the footer. The link to the mp3 file can be anywhere in...
Hi I have a problem using YMP on my page: http://vimcortez.com The song title and the URl for the song are superimposed. I'd like only the song's name to...
Hi d, This appears to be a conflict between the CSS of the player and the CSS of your WordPress theme. The long-term solution is that the YMP team should look...
Hi, We'll add these new CSS rules to one of our next releases. I recommend you modify your theme to include the new CSS rules as Mike suggested in the...
Thank you so much Mike, your solution has solved my problem. If anyone else's having the same problem: I opened my WP theme editor and pasted Mike's code at...
I have just come across Yahoo Media Player and it seems quite interesting but is quite baffling. For example in MJJames' `Using Yahoo! Media Player on a...
Hello, I'm having a problem with the sprite used. When I hover over some of my buttons(play, next, last) the image doesn't display right. This happened when I...
Hello, I would like to distinguis between mp3 filebeeing accessed by either YMP or user clicking on the link I have a PHP script redirecting to URL with MP3...
Hi all, I was wondering if anyone has had any success using the YMP in Drupal? I wanted to create a list of songs for a band's album and have the ability to...
Hi, I've tried playing a shoutcast stream as explained in the wiki: http://yahoomediaplayer.wikia.com/wiki/Shoutcast_support It works but I've read that Flash...
Given that the shoutcast feature is totally a hack, I'm pretty sure there's no explicit support in the core. OTOH, you could use the API to stop and restart...
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...
Hi Anton, The player should work with the configuration you described. Do you have any software running that blocks Flash Ads? Sometimes that causes...
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...
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...
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...
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...
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 ...
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() { ...
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...
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...
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...