views:

50

answers:

1

Is there any way I can create a slider on my desktop to access some of the controls of the YouTube Video player like volume, pause, play, playback speed?

I know it is a flash player, but would this involve accessing the YouTube API or something else?

For example, I'd like to program something similar to what's provided by the Enounce MySpeed application (control over play back speed).

Any ideas will be much appreciated?

+1  A: 

YouTube have a very good API for this: http://code.google.com/intl/en/apis/youtube/overview.html

splix