Hi all,
I am stucked into this problem and would be really thankful to this prolific community for any help or hint.
I am making Music Album Selling Website, through which client would be selling his CD/DVDs. Now Music CDs webpage has a CD Cover and a description which is not a problem, but it also has one additional thing, Listing of CD Sample Tracks, and this is where my problem starts.
The CD tracks are listed on a webpage for a visitor to listen to any track he/she wants. I would be really really thankful to anyone who can help me finding a script which can generate an automatic listing in PHP/Javascript/Ajax ...
I am making an administrator interface, and I want my user to enter everything himself.
For the demonstration, this is something what I am looking for :- (If you go this page, just a little below, you will see "Listen to Samples and Buy MP3s")
http://www.amazon.com/gp/product/B000GC ... elovano-20
Thank you very much for your attention.
Music Album PHP Script Problem
Moderator: General Moderators
-
faisy_master
- Forum Newbie
- Posts: 10
- Joined: Sun Aug 21, 2005 1:29 am
-
faisy_master
- Forum Newbie
- Posts: 10
- Joined: Sun Aug 21, 2005 1:29 am
Re: Music Album PHP Script Problem
Re: Music Album PHP Script Problem
Why does it need to be automated? Just give the admin a system where they can upload as many tracks as they want, with some data like the track number, name and an MP3 sample, and then display whatever has been uploaded on the front end of the site. Unless you're going to be doing this for thousands of CDs there's very little benefit trying to make a complicated solution where a simple one would work nicely.
Unless you've sold the client the idea of a complex solution, in which case you shouldn't have agreed to provide something you're not capable of.
Unless you've sold the client the idea of a complex solution, in which case you shouldn't have agreed to provide something you're not capable of.
-
faisy_master
- Forum Newbie
- Posts: 10
- Joined: Sun Aug 21, 2005 1:29 am
Re: Music Album PHP Script Problem
Thank you very much for your reply.
You are absolutely right and it definitely rings the bell in my brain too
One last question; although I know it is stupid one ...
how can I play the mp3 uploaded by the user on the front end ? May be a play button for every mp3 entry, that plays the mp3 automatically when the button is played.
Thank you very much for your assistance.
You are absolutely right and it definitely rings the bell in my brain too
One last question; although I know it is stupid one ...
how can I play the mp3 uploaded by the user on the front end ? May be a play button for every mp3 entry, that plays the mp3 automatically when the button is played.
Thank you very much for your assistance.