my bad!
I did not read your code properly... it seems you are setting the isStreaming parameter to true...
I think the difference between the two examples is that the Flash 4 version is preloading the SWF with the MP3 in it, where are the object method is trying to do it at runtime...
rp
Main Topics
Browse All Topics





by: rascalpantsPosted on 2004-01-12 at 11:32:14ID: 10097511
my first question is where or not you need the MP3s loaded into the SWF?
my second would be what version of Flash and Flash player are you using?
I would most likely set up your movie so that all of your variables are being pulled in from some database or XML file... then parsing the information into other variables and creating button dynamically at runtime...
I am not sure how you have everything set up...
the main reason you are probably getting longer buffer times is because the code has not specified the sound to be a streaming sound, like what you would do in the movie itself with a preloaded sound... I believe it is called the Sync type...
if the sound is set to stream, then there would be less of a buffer...
rp