custom mp3-player

Posted By: aztec

custom mp3-player - 04/05/09 14:01



I know it's called 3dgamestudio and normaly you create games and not programms but I just couldnt resist to write my own personal mp3-player with low-loading times and wich is quite fast and reliable.
I recognizd that it is pretty un-handy so its not very easy to use but it has some cool features I guess^^
like e.g. saving mp3 files in slots and that you can only play mp3 that are before put in a specific folder
the pictures are pretty bad but the video should clear it a bit up.
notes for the video (2.8MB) :

- sound was put on afterward(so the little pause button does work in game)

okay let me know if you want to have the code or some pieces of code.
the mp3 yet is not allready finished I'm planing on adding some more features as

- fast forward
- fast backwards
- maybe some more slots
Posted By: Blade280891

Re: custom mp3-player - 04/05/09 14:05

Are you using the new window alpha thing to make the player any size and shape?
Posted By: aztec

Re: custom mp3-player - 04/05/09 14:08

nope this is my rescaling code pretty simple:
Code:
video_window(NULL,NULL,112,"AztecMP3-Player V: 1.0");
	video_set(405,120,0,0); 

Posted By: frazzle

Re: custom mp3-player - 04/07/09 08:11

Nice application, this can be fun and salutary from time to time wink wink
Although there are already alot of these on the web, I think it's the first real 3dgs concept (correct me if I'm wrong) smile smile

Cheers

Frazzle
Posted By: aztec

Re: custom mp3-player - 04/07/09 14:04

yeah I think that I'm pretty much the first one trying on this thing, but I guess 3dgs would just not be capable to create such cool aplications as you can create with all the other programming stuff.
Well I allways want to show what you can create with the help of the comunity and small scripting-skills like I have smile

thank you for your reply frazzle

regards

Aztec
Posted By: MMike

Re: custom mp3-player - 04/07/09 14:51

Originally Posted By: Blade280891
Are you using the new window alpha thing to make the player any size and shape?


its not possible yet to use the shape, dont know why, because it should be very easy, on visual studio i go to an form option and then select the color i want to be the mask, and the shape is done that way.

correct me if im wrong.
Posted By: Blade280891

Re: custom mp3-player - 04/07/09 19:08

I thought the window alpha transparency thing was implemented already, therefore it should be possible ?
Posted By: Quad

Re: custom mp3-player - 04/07/09 19:30

there is no alpha transparancy, it just makes all window transparent (0-100 percentage.)
Posted By: MMike

Re: custom mp3-player - 04/07/09 23:34

Quadraxas, well its alpha transparent, right! but not masked.. eh.
Posted By: Quad

Re: custom mp3-player - 04/08/09 07:37

yeah i was talking about that.
Posted By: DLively

Re: custom mp3-player - 05/28/09 15:12

Well, technically aztec, you were the first person to post yours on the web.

I made mine years ago laugh
Except yours is only the player.

I had a game with a music player on the screen, so you could play a cd, and skip through the tracks, play, pause, stop, volume. Best of all the main character was CBabe laugh


But yours is much, much better looking laugh
Really nice job!
© 2024 lite-C Forums