newline
06-05-2007, 04:56 AM
Hey, Im going to make a little php script to play a certain song (from a drop down list) would this be easy to do?
I dont want to have a media player, I kind of want my own little interface
_Aerospace_Eng_
06-05-2007, 06:23 AM
I think Flash would be the better choice. You can use a playlist that is dynamically generated using php. I've always like the player found here http://www.*******************/?item=Flash+Mp3+Player
Its really customizable and its free for non commercial use.
newline
06-05-2007, 10:35 PM
But is there a way I could just use PHP? And no flash or any media player
crunkbbfe
06-05-2007, 11:07 PM
uhh you could use an <embed src=""></embed>
but that is html
and with php you could create a flash program
but i don't believe you can play a song directly from php
thnbgr
06-05-2007, 11:55 PM
You could attempt on making one with Javascript... I have made one, it works.
aedrin
06-06-2007, 12:02 AM
But is there a way I could just use PHP?
No.
PHP is server side.
newline
06-06-2007, 12:17 AM
Alright looks like im going to have to use js or flash
thnbgr
06-06-2007, 12:34 AM
You could attempt on making one with Javascript... I have made one, it works.
*EDIT* delayed post