how to use flash object to play music

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
php1
Forum Newbie
Posts: 2
Joined: Mon Sep 01, 2008 5:33 am

how to use flash object to play music

Post 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
Darkzaelus
Forum Commoner
Posts: 94
Joined: Tue Sep 09, 2008 7:02 am

Re: how to use flash object to play music

Post 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
Paul Arnold
Forum Contributor
Posts: 141
Joined: Fri Jun 13, 2008 10:09 am
Location: Newcastle Upon Tyne

Re: how to use flash object to play music

Post 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.
Darkzaelus
Forum Commoner
Posts: 94
Joined: Tue Sep 09, 2008 7:02 am

Re: how to use flash object to play music

Post 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,
Post Reply