Page 1 of 2

(New Release) X-Soft MP3 Player V2.0

Posted: Sat Dec 31, 2005 6:27 pm
by SunSatION
EDIT: New Optimized, Powerful and Stylish MP3 Player!!!!!

README - FEATURES:
http://meshmap.phpnet.us/mp3/readme.txt

SCREENSHOT:
Image


DOWNLOAD:
http://meshmap.phpnet.us/mp3/install.zip

BETA :roll:
------------------------------------------------------------
Past Release
Hope it's good :)

Media Player X v. 1.01

Try our MP3 Player by:

Visiting our Site:
(LINKS REMOVED OLD VERSION)

Hope you like it.

Direct Link:
(LINKS REMOVED OLD VERSION)

Can use this as download link
Features: Test Them :)[/url]

A Taste : Image

Posted: Sat Dec 31, 2005 8:24 pm
by Killswitch
Was this written in PB? If so:

Holy crap that's good!

How did you do the skinning!

If not:

What was it written in?

Re: X-Soft MP3 Player

Posted: Sat Dec 31, 2005 9:23 pm
by Joakim Christiansen
Hohoho, I hate installers...
Could you post a screenshot?

EDIT:
Oh, I just found a screenshot...
http://xontab.myftp.org/xsoft/mp3download.htm

It does look nice!
Hope i'll finish my media player soon...

Posted: Sun Jan 01, 2006 1:12 pm
by SunSatION
Sure it's done in purebasic. Skins are done using what I call "The Menu Method" but using mouse coordinates. Animation is done using 2D Drawing

Posted: Sun Jan 01, 2006 1:42 pm
by Killswitch
Any chance of sharing the source?

Re: X-Soft MP3 Player

Posted: Sun Jan 01, 2006 1:55 pm
by xonTAB
Joakim Christiansen wrote:Hohoho, I hate installers...
I have just uploaded a no-install version of the MP3 player.
You can download it from LINK REMOVED (OLD VERSION)

Hope it works.

New Download

Posted: Mon Jan 02, 2006 1:36 pm
by SunSatION

Posted: Sun Jan 08, 2006 10:03 pm
by WishMaster
Tooltips would be nice.

Posted: Sun Jan 15, 2006 8:35 pm
by Andre
After editing the missing description and adding links to the screenshots - your Showcase entry on www.PureArea.net is now online too... :wink:

Posted: Sat Jun 24, 2006 12:44 pm
by xonTAB
We improved our site and uploaded it on a new server. The new links for MP3 Player are :

MP3 Program - Install
LINK REMOVED (OLD VERSION)

MP3 Program - No Install
LINK REMOVED (OLD VERSION)

A ReadMe file will soon be available but I think it is easy to use it.
Leave Your comments about the program.

Thanks

Posted: Sat Jun 24, 2006 4:25 pm
by xonTAB
You can Discuss this program in our forum :
http://meshmap.14.forumer.com/viewtopic.php?t=12

You can Suggest what features we can include in the next version:
http://meshmap.14.forumer.com/viewtopic.php?p=39#39

Posted: Fri Jun 30, 2006 8:07 pm
by xonTAB
X-SOFT MEDIA PLAYER VERSION 2 IS NOW OUT.
NEW FEATURES ARE AVAILABLE.


README - FEATURES:
http://meshmap.freehostia.com/mp3/readme.txt


SCREENSHOT:
Image

Image


DOWNLOAD:
http://purebasic.myftp.org/?filename=fi ... mp3_v2.zip

Posted: Fri Jun 30, 2006 9:45 pm
by Joakim Christiansen
It crashes when I try to start it!
Allways make a beta version before the final release. :P
And btw, which installer did you use? (i'm looking for one...)

If you want to know where the error is you must do something like this:

Code: Select all

Procedure Error()
  Protected Msg.s
  Msg = "Sorry there was an error:"+#CRLF$+#CRLF$
  Msg + "Line: "+Str(GetErrorLineNR())+#CRLF$
  Msg + "Description: " + GetErrorDescription()+#CRLF$
  Msg + "Total number of errors: "+Str(GetErrorCounter())+#CRLF$
  Msg + "The program will end now."
  MessageRequester("Debugger",Msg)
  End
EndProcedure

OnErrorGosub(@Error())
And remember to enable OnErrors line support in compiler options!
Then I can tell you what message I get! :)

Posted: Fri Jun 30, 2006 9:57 pm
by SunSatION
:oops:

OK, here is just the exe for those who downloaded v2.0 release.

http://meshmap.phpnet.us/mp3/xplayer.rar

The installer is ClickTeam Install Creator

Thanks for your help because I like fixing bugs :twisted:

Btw, thanks for the code, that will help me very much in next releases

Posted: Fri Jun 30, 2006 10:05 pm
by Joakim Christiansen
SunSatION wrote:OK, here is just the exe for those who downloaded v2.0 release.
I testet that exe, but now it just ended without any message here :?
(it draws the skin and then end)
SunSatION wrote:Btw, thanks for the code, that will help me very much in next releases
And remember to remove it in your final release. (if you want smallest possible exe)