You are not logged in.

Dear visitor, welcome to Jabaco - Community. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

FrancoAA

Beginner

  • "FrancoAA" is male
  • "FrancoAA" started this thread

Posts: 15

Date of registration: May 4th 2010

Location: Rosario, Argentina

  • Send private message

1

Monday, August 9th 2010, 6:40pm

JBPlayer - Simple mp3 player

Greetings, today I bring you a simple mp3 player maded with jabaco.




To do this I have relied on the work of jlGui Player, look at: http://www.javazoom.net/jlgui/api.html
I would have done more complete, but a bug in the compiler stopped me.
I hope you learn from this example. They can also play with .ogg with the right plugin.

here is the source code: http://www.megaupload.com/?d=YM4Y6K94

Update: could fix the bug that ailed me, it seems that had to precede ByJava in the declaration of a parameter.
I have something like this:
Public Sub progress(arg2 As Integer, arg3 As Long, arg4() As Byte, ...)

and with the fix:
Public Sub progress(arg2 As Integer, arg3 As Long, ByJava arg4() As Byte, ...)
now it compiles correctly :D

This post has been edited 1 times, last edit by "FrancoAA" (Aug 9th 2010, 7:14pm)


Posts: 1

Date of registration: Jan 20th 2012

  • Send private message

2

Friday, January 20th 2012, 9:11am

Download not available

Hello,



This looks great, but the download link no longer works. Would you be able to upload the file to another site or this forum?



Many thanks for your work on this. :)

Rate this thread
WoltLab Burning Board