i am working on http://gamercity.info/ymusic/
i am using UI slider as seekbar
while the video is played i want to call a seekTo(seconds) function whenever we click anywhere on the seekbar
i have a file in which time appears nearly hundred times
like
00:01:32
00:01:33
00:01:36
.......................
how can i add 2 seconds or 2 minutes to all the times in the file so that i get
00:01:34
00:01:35
00:01:38
..................
i am working on a webapp for viewing youtube videos using chromeless and it js api
i can implement play,pause,mute,etc easily but not sure how to create a seekbar
i am working on a webapp to download videos from streaming websites.
i don't know anything about applets but stuck here to know about them.
anybody please give basic detailed method to create such applet and how to use it?