Hey, I'm in the process of creating an interactive playlist editor, and in order for the user to get full effect from this plugin is for me to be able to add a...
Hello, Since upgrading to v1.1, I have had numerous problems with playlists. Any insight into any of the following would be greatly appreciated. (Even just...
Hey all, Sorry, no one told me we didn't have the 1.1 API docs up yet! Doh! I just put them up: http://plugins.yme.music.yahoo.com/plugins/docs/ Enjoy! ian...
This is pretty easy -- and if you want, you could write a web page that uses javascript to do it, so anyone visiting your page within YME could create a random...
apologies in advance but i haven't gotten any email response to my inquiry and there is zero phone support for the service so here i am.... since the upgrade...
I sort of feel your pain... I can no longer click the progress bar and fast forward with it since upgrading (on two different machines). I haven't found a...
... i will check when i get home, but don't recall the system time being incorrect. what is the issue with the time--or are you saying if by some quirk the...
i loaded up the 1.1 version and discovered that somewhere my firewall had decided to shut yme down...so i opened it up for the service and i'm back in business...
Hi, I am writing a plugin which adds an item to the left pane. Also several subitems are added to main plugin node. The problem I experince is that I can...
I was able to select child items using crazy workaround... After selecting root node I just send WM_KEYDOWN message with VK_DOWN parameter to tree window...
I started to develop a remote specifically for RAZR (since the existing BT remote doesn't work on it) and i'm having some difficulties: 1 - why DOESNT the...
Here is a response I received from Larry Wang, author of the Bluetooth ... Unfortunately, the Razr doesn't support JSR-82, which is a set of APIs for a MIDP...
Hi, I am writing playback plugin and noted strange thing: whenever I use IRMPMediaPlayer->get_Playback () method, releasing of IRMPPlayback which it gives...
Hi Guys, I want to write a playback plugin for a video format. I want to handle a particular extension and then load my player in HTML or as DLL... What are...
I have found there are several constraints put on images 1. Only common image formats are supported (bmp, gif, jpg). png is not supported 2. To show image file...
thanks for the feedback... PNG will be added in a release later this year. ... From: ymedev@yahoogroups.com [mailto:ymedev@yahoogroups.com]On Behalf Of ...
Thanks, meanwhile I had no time to wait so I just added on-the-fly PNG-to-BMP conversion (and not only PNG, just in case if there are problems with ICO etc)....
Mute and volume controls' states do not update when I am changing mute and volume state programmatically (using root IRMPPlayback interface) although put_Mute...
I was wondering if anyone had worked with extracting a track from a CD. I'm getting a COM Exception each time I try this. I'm using the following command: ...
If you want to change the volume and mute properties for the player, I believe you have to use the IRMPRemote::Command() API. When YME receives YRC_SETVOLUME...
Hi, While using Search bar I have noticed a problem. Calling IRMPPlayerBar->SearchImageID (long) does not yield any action. I expected search button to display...
Thanks for responce. First of all, I call put_Volume() and put_Mute() on root IRMPPlayback, not on my custom plugin. For me it looks unlogical to use...
Here's a DHTML plug-in that rips the CD from the first CD-ROM drive. You might want to check your code to see what you're doing differently. <html> <head> ...
Thanks, I got it to work. Dumb thing, I hard coded the drive speed and forgot to notice I was using a different drive than previously. One more question that...