On Tue, February 26, 2013 7:15 pm, Richard Huggins wrote: > I want every mp3 on the page to be played, unless the listener clicks off, of > course. It is meditative music, so I wanted them to be able to hear it with > just the single click at\ the start. The sequence of which file plays when is > not important. This could be done with an m3u?
Yes. The .m3u file is a text file containing the FULL URL of the file. You make a list of them separated by a carriage return and one CR at the end. Link to the .mp3 file, click on the link and the files play in the order they are listed in the .m3u file. For example, the following text (saved as 'eventide-all.m3u') plays all 8 mp3 files of the movements of my piece "Eventide": http://maltedmedia.com/people/bathory/music/mp3/newcentury/eventide-1.mp3 http://maltedmedia.com/people/bathory/music/mp3/newcentury/eventide-2.mp3 http://maltedmedia.com/people/bathory/music/mp3/newcentury/eventide-3.mp3 http://maltedmedia.com/people/bathory/music/mp3/newcentury/eventide-4.mp3 http://maltedmedia.com/people/bathory/music/mp3/newcentury/eventide-5.mp3 http://maltedmedia.com/people/bathory/music/mp3/newcentury/eventide-6.mp3 http://maltedmedia.com/people/bathory/music/mp3/newcentury/eventide-7.mp3 http://maltedmedia.com/people/bathory/music/mp3/newcentury/eventide-8.mp3 _______________________________________________ Finale mailing list [email protected] http://lists.shsu.edu/mailman/listinfo/finale
