Releases: Arshiya-A/AWMP-Arshia-Website-Music-Player
0.9 beta
This is the first published version.
How to works ? :
Before to point in how to work,better to check files and folders there 's in project.
In the file that you downloaded, there's this file and folders.
Audio folder for putting the songs in that made. You can put yourself songs in that. For testing this project, there are four songs inside that by default.Inside. the CSS folder, there are two files named animation.css and musicplayer.css, (musicplayer.css) is setting music player style, and (animation.css) is setting animations of music player.Important folder in this project is the Js folder. Inside that there is one file with the name User.js and one folder with the name Data. How to work files inside the data is not important. Code structure User.j is this form:
(PLAY_LIST) have three property. For set music title, you necessary change Title property. Artist property there is for setting artist name and last property , is path. (./) path pointing is The audio folder. you just put yourself music in this folder and then set path property for yourself song.
Tip : (PLAYLIST) object not to be null, for else be music player not working
(COLOR_HARMONIES) is an object for setting your theme. By default (COLOR_HARMONIES) have three themes or ColorHarmony. These three themes can be changed or can be added custom theme to the (COLOR_HARMONIES) object.
Tip : Each ColorHarmony has just four colors.
Finally, we need to set parameters of the ApplyTheme function. ApplyTheme function is for set your theme. ApplyTheme parameter depends on (COLOR_HARMONIES) inner object count. ApplyTheme function parameter, beginning from 0 till last (COLOR_HARMONIES) is continued.
I hope this project gets attention.