SkinnieSkunk27
03-26-2005, 09:58 AM
On my page i have like 20 music files, but they all have separate players. How can i use(is there a html code for this) one player where you have to do is hit the next button to play they next song?
|
Click to See Complete Forum and Search --> : Multiple Embedded Music Files SkinnieSkunk27 03-26-2005, 09:58 AM On my page i have like 20 music files, but they all have separate players. How can i use(is there a html code for this) one player where you have to do is hit the next button to play they next song? phpnovice 03-26-2005, 11:03 AM If you don't have the availability of using server-side code (which can easily accomplish that scenario 100% of the time), then JavaScript can manipulate a single EMBED that has the mastersound attribute to achieve the same functionality 90% of the time. Of course, all of this requires the browser to have the appropriate plugin installed. webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |