I have a client who built a Java app to compose music tracks. They have mp3 files broken down into segments (intro, verse, chorus, turnaround, etc) that the user can piece together to form complete songs.
My job is to find a way to preview their selections in a Flash player. Their Java app does a great job at building the composed mp3's, but they still need a way to preview their selections when the user is composing.
So far I've been unable to get the mp3's to playback seamlessly. I've tried to preload progressive downloads and I've tried streaming. I can get the mp3's to preload but I can't get the player to play them without a pause.
Any ideas?