> I would like to add a progress bar / line to a MP3 player. Is it possible > to retrieve the length and the current position of the track with Gambas2 > ? Thanks!
Alas, not for MP3. SDL has no way to guess the length of a MP3 file (funny format isn't it?). You just have the time position. Regards, -- Benoît Minisini ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
