Page 1 of 1

how to use flash object to play music

Posted: Mon Sep 08, 2008 2:38 am
by php1
dear all
i want to play my .wav file but not to downloads it. so i just find that using falsh object it is possible to hear music without downloading. anybody have some idea on how to achieve this and in php where we have to use this

Re: how to use flash object to play music

Posted: Wed Sep 10, 2008 10:37 am
by Darkzaelus
PHP is client side. All you have to do is have a piece of HTML that loads a media player. I reccomend xspf player. It is a very very clever piece of flash, and very fast to load. Supports pseudo-downloading, autoload playback and playlists.
http://musicplayer.sourceforge.net/#download.

Cheers, Darkzaelus

Re: how to use flash object to play music

Posted: Wed Sep 10, 2008 10:41 am
by Paul Arnold
Darkzaelus wrote:PHP is client side. All you have to do is have a piece of HTML that loads a media player. I reccomend xspf player. It is a very very clever piece of flash, and very fast to load. Supports pseudo-downloading, autoload playback and playlists.
http://musicplayer.sourceforge.net/#download.

Cheers, Darkzaelus
Server Side Mate.

Re: how to use flash object to play music

Posted: Wed Sep 10, 2008 11:01 am
by Darkzaelus
My word that was a bad mistake wasnt it :P

I'm tired and about to go to work, thats my excuse.

Cheers, Darkzaelus,