On Mar 23, 2008, at 7:26 PM, joseche wrote: > > Hi there, I am doing my own skin and I don't want to use any plugin so > everybody can use it but I got stuck trying to create the progress > bar, > I found itemobj.duration and itemobj.secs in status.html, but I need > the > remaining/elapsed time, is there any other variable I can use for it ?
Since you get track duration and seconds elapsed, it's just a simple subtraction problem, right? :) You can also look at the default skin to see how the progress bar is implemented. _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/beta
