Search the web
Sign In
New User? Sign Up
ymedev · Yahoo! Music Engine Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 864 - 895 of 1169   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
864
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...
Will
willsiddall
Offline Send Email
Mar 1, 2006
7:46 pm
866
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...
Earl Hinrichs
earl_hinrichs
Offline Send Email
Mar 5, 2006
2:21 pm
867
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...
ian c rogers
iancrogers
Offline Send Email
Mar 9, 2006
12:52 am
868
See subject line. Pretty much breaks all my web plug-ins. Any idea if this is a bug, or do I have to hardcode my constants from here on out?...
Ernie
ernball_95014
Online Now Send Email
Mar 9, 2006
1:21 am
869
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...
dbrown0710
Offline
Mar 9, 2006
10:54 am
870
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...
cohenfive
Offline Send Email
Mar 13, 2006
5:24 pm
871
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...
Pell, Blake B.
blake_pell2002
Offline Send Email
Mar 13, 2006
5:35 pm
872
Is the time on your computer and device set correctly?...
Edward Becker
eltmon
Online Now Send Email
Mar 13, 2006
6:35 pm
873
... 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...
cohenfive
Offline Send Email
Mar 13, 2006
7:25 pm
874
... it isn't that simple....
cohenfive
Offline Send Email
Mar 14, 2006
12:40 am
875
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...
cohenfive
Offline Send Email
Mar 14, 2006
3:37 am
877
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...
eugene_mymrin
Offline
Mar 14, 2006
11:01 am
878
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...
eugene_mymrin
Offline
Mar 14, 2006
1:27 pm
879
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...
Bob
james_johnst...
Offline Send Email
Mar 16, 2006
11:12 pm
880
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...
Marc
msabramo
Online Now Send Email
Mar 19, 2006
9:31 pm
881
Hi, I am writing playback plugin and noted strange thing: whenever I use IRMPMediaPlayer->get_Playback () method, releasing of IRMPPlayback which it gives...
eugene_mymrin
Offline
Mar 21, 2006
2:24 pm
882
I am writing playback plugin and experiencing difficulties. The main problem is that several vital methods of IRMPPlayback are never called for my...
eugene_mymrin
Offline
Mar 24, 2006
3:04 pm
883
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...
Abdul Qabiz
abdulqabiz3
Offline Send Email
Mar 24, 2006
4:52 pm
884
Hi, I am unable to display album artwork in PlayerBar. What I do: 1. Query for current IRMPMetadata 2. Set new artwork using SetPredefinedValue...
eugene_mymrin
Offline
Mar 27, 2006
8:04 am
885
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...
eugene_mymrin
Offline
Mar 28, 2006
9:10 am
886
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 ...
Camp, Randy
randallcamp
Offline Send Email
Mar 29, 2006
10:24 pm
887
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)....
eugene_mymrin
Offline
Mar 30, 2006
7:57 am
888
Mute and volume controls' states do not update when I am changing mute and volume state programmatically (using root IRMPPlayback interface) although put_Mute...
eugene_mymrin
Offline
Mar 31, 2006
2:46 pm
889
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: ...
wusterd
Offline
Mar 31, 2006
6:27 pm
890
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...
Carl Sobeski
carlsobeski
Offline Send Email
Apr 3, 2006
12:27 pm
891
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...
eugene_mymrin
Offline
Apr 3, 2006
12:32 pm
892
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...
eugene_mymrin
Offline
Apr 3, 2006
12:47 pm
893
Indeed, IRMPRemote allowed me to update volume and mute state correctly. Thanks...
eugene_mymrin
Offline
Apr 3, 2006
1:24 pm
894
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> ...
Carl Sobeski
carlsobeski
Offline Send Email
Apr 3, 2006
2:07 pm
895
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...
wusterd
Offline
Apr 4, 2006
4:04 pm
Messages 864 - 895 of 1169   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help