View Full Version : Mp3 Player issue
keano
09-06-2008, 08:35 PM
I got a mp3 player working in my site but it doesn't use progressive downloading I think. If you go to the video area you can see the movies play progressively when it gets enough data to play. The blue bar is still loading as the movie plays.:
seantatalovich.com (http://seantatalovich.com)
If you go to the mp3 area you will see titles load instantly but when you click on a song it has to load the whole song. All the data before it plays.
Also is there a way to not have the player start automatically. Nothing plays unless someone clicks on a song?
Seems like some AS work. Can you tell me how much this would be?
Thanks
atomic
09-06-2008, 09:35 PM
My other proposal was too expensive?
Where'd you get this one player? Flashden?
Would surely need to see the .fla, before any fee can be suggested...
atomic
09-06-2008, 10:11 PM
Nevermind the .fla... I decompiled it.
SoundObjects are loaded as event sounds and not streaming ones..
The main difference is that event soundObjects need to be fully loaded before they can play, and streaming soundObjects will stream in on their own, when enough has buffered... Mind you, that really only works well on fast connections... On slow connections, most likely breaks will be encountered on the initial loading...
Since you don't want the sounds to really start on their own, it would be a bit ridiculous to use streaming soundObjects...
You can most likely prevent the track from playing on it's own, but only on the press of the play button...
If I were to look into it, it would most likely cost much more than what the whole player script already has...
keano
09-06-2008, 10:21 PM
Hi
You said, much more then what the whole script player already has? I don't understand. how much is that?
I want something like this. You click on song and it plays just like this instantly:
http://www.thenewtonbrothers.com/
Go to the music section under portfolio.
Thanks
atomic
09-07-2008, 02:17 AM
Yeah, PM him... Jean-André is your man!
|
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.