PDA

View Full Version : FT Player 1.5 Source code



medina07
03-10-2010, 07:35 AM
For a long time since I've been working on audio player for noncommercial use, this project has taken body thanks to the examples given in this forum and the help offered by users with a lot of experience and dedication (to you thank you very much).
In 2009 I released version 1.5 of my audio player to show the workings of one of the skins that I prepared.
Ok ... I have now decided to release the source of my project so that in this way novice users (like me) can practice the basic functions of an audio player developed with AutoPlay Media Studio.

Font files are not included.
The name of the font used is Visitor TT2 BRK which comes from the font family Visitor.

http://img59.imageshack.us/img59/3048/floox0.png

;)

Download FT Player v1.5 Source (http://www.fileden.com/files/2008/1/2/1674680/ft_player_v1.5_source.zip)

Imagine Programming
03-10-2010, 10:24 AM
Thanks, nice job mate! I have the visitor font hehe, I use it for userbars :yes

JDog37
03-10-2010, 10:39 PM
Now that is sweet.. Thank you for posting. There is ALLOT of code, lol.. Very nice of you to post this.

Joe :yes

mystica
03-11-2010, 07:29 AM
Really nice work, medina!
And hey, luv your choice of music, man. Breaks my heart to think about what drove Kurt to do what he did, that fateful day... but his music lives on, yeh? :cool

T3STY
03-11-2010, 06:10 PM
Nice work man! Thanks! It's also Winamp-Style!
I think I can work on this and make it better, so thanks for the base!

medina07
03-12-2010, 12:39 AM
Really nice work, medina!
And hey, luv your choice of music, man. Breaks my heart to think about what drove Kurt to do what he did, that fateful day... but his music lives on, yeh? :cool

Thanks for your comment.. and about Kurt... All we can do is enjoy their music legacy.

Thanks Imagine Programming, JDog37, T3STY... I hope to be useful. ;)

sim
03-12-2010, 06:55 AM
Thank it a very nice program from what i can see from the image i will give it a download later to test it but just by the image it looks like a brill app :yes

sim
03-12-2010, 07:29 AM
I have looked at your app and it really dose look good but there is a porblem i clicked around the app on the secand section and it opened my cd drive :S i tested this more then once and it does it again so i know its the app doing it not the computer going nuts.

medina07
03-12-2010, 10:26 AM
I have looked at your app and it really dose look good but there is a porblem i clicked around the app on the secand section and it opened my cd drive :S i tested this more then once and it does it again so i know its the app doing it not the computer going nuts.

In real this is because most scripts are distributed in Hotspot objects. These originally were located outside the work area, but I've placed inside to avoid some warning screens while testing the application, is why by clicking on a given area a script is executed, which is easy to solve... ;)

sim
03-12-2010, 12:10 PM
In real this is because most scripts are distributed in Hotspot objects. These originally were located outside the work area, but I've placed inside to avoid some warning screens while testing the application, is why by clicking on a given area a script is executed, which is easy to solve... ;)

I have seen your hotspots and i don't see the need for them i am working on your source and cleaing things up its had to understarnd why you have som any lua files when all these actions could be just standard actions, i have having problems with the language but i am able to get by and when i have done i will upload it here with the changes in the game log.

But for a new mediaplayer you have really done a nice job well done.

PSBD
09-21-2010, 11:22 PM
I think that this is most powerful & nice project on this forum. I dont get like this type project on this forum. Thanks medina bro for share this type project with us.

Keep in touch.

Pavel

PSBD
09-23-2010, 10:08 AM
Bro really i also like your for your different ideas and work. I like you very much..:lol:lol:lol:lol:lol

mikeln
09-24-2010, 01:41 AM
nice project
took a bit of work to get the visualizations and video working
they were well hidden
very nicely done

mouse
10-20-2010, 10:02 PM
Very beautiful piece of work... thank you, medina07, for providing such a complex player to learn from.

medina07 stated in post above:

I have now decided to release the source of my project

What are we allowed to do with source code which has been released?

Obviously, we can learn from it, take it apart, put the pieces back.

Can we build something with it and sell our new creation to the public?

Another question: What about dll's, plugins and other add-ons within this player or within other projects? can they be utilized commecially without paying royalties?

If the addon, plugin, action script works... is it free and royalty free?

just thinking about the above... all replies are appreciated. mouse

Cybergraph
10-21-2010, 03:57 PM
this project has taken body thanks to the examples given in this forum and the help offered by users with a lot of experience and dedication

The graphics are very good, but "from users with a lot of experience" you have not learned how to write the code in a readable way.

I ask my self how can you manage such a mess, wishing you don't assembly computers in the same way.

mouse
10-21-2010, 05:44 PM
Cybergraph, Are you stating that medina07 code does not have proper commenting to learn from?

I try to read and understand as many postings as I can possibly find time to read... and your post comes across a little vague. just wondering. Better to be sure then wonder.

If that is what you are stating: I wish it would have been commented in detail also... but releasing the code "even though uncommented" was still a great gift to the forum community.

just sharing a moments thought... mouse

PS... I am still pondering my previous question above... what are we allowed to do with the source code?

Cybergraph
10-22-2010, 01:16 AM
Cybergraph, Are you stating that medina07 code does not have proper commenting to learn from?

I try to read and understand as many postings as I can possibly find time to read... and your post comes across a little vague. just wondering. Better to be sure then wonder.

If that is what you are stating: I wish it would have been commented in detail also... but releasing the code "even though uncommented" was still a great gift to the forum community.

just sharing a moments thought... mouse

PS... I am still pondering my previous question above... what are we allowed to do with the source code?

I was talking about the absolute absence of tab characters, and the naming of variables that, if not properly named, you will forgot their use after 10 lines of code.

salim594
11-28-2010, 08:27 AM
hi, great job medina07. can i use your skin to build my own player

medina07
01-02-2011, 04:24 AM
The graphics are very good, but "from users with a lot of experience" you have not learned how to write the code in a readable way.

I ask my self how can you manage such a mess, wishing you don't assembly computers in the same way.


You're welcome. At least I've learned or how I learned helped me to make my project.
Sorry if it meets your expectations and has not been helpful to you.
The distribution and use of scripts can be as you say a complete disaster but equally I have worked for what I wanted. I'm not a programmer and I left it very clear that I am a graphic designer, yet this project has been what I wanted.

... Maybe you as a great programmer could make this project a better and more understandable.

@ salim594: Of course.

Oscar.-

salim594
04-15-2011, 03:36 AM
thank you medina