Saturday, May 18th 2013, 10:19am UTC+2

You are not logged in.

  • Login
  • Register

Dear visitor, welcome to Jabaco - Community. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. 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

Posts: 15

Location: Rosario, Argentina

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)


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