views:

65

answers:

1

Can someone teach me how to embed a flash MP3 player (step-by-step) using codeigniter? I have been trying for hours now with no success. I am so frustrated. Someone please help me. Thanks.

A: 

The most simple one I've come across is the Yahoo! Media Player. It's Javascript based rather than Flash, but it still gives the user a nice interface.

It scans the page looking for links to MP3 files and loads them into the player, and degrades nicely in the absence of Javascript.

John McCollum