Re: [Flashcoders] Stop the stream!

2006-03-11 Thread John Giotta
Is this in IE only? I've had the same thing, but only in IE. There still seems to be a audio "artifact" on some IE installs on 1 or 2 PCs in my office running Windows. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the

Re: [Flashcoders] Stop the stream!

2006-03-10 Thread Mike Boutin
That seems to have no affect on it. Very wierd that there isnt a way to flush out the old streams. eric dolecki wrote: have you tried flashMp3.setMedia( null ) ? not sure what that might do... On 3/10/06, Mike Boutin <[EMAIL PROTECTED]> wrote: Hello everyone, I am using a MediaPlaybac

Re: [Flashcoders] Stop the stream!

2006-03-10 Thread eric dolecki
have you tried flashMp3.setMedia( null ) ? not sure what that might do... On 3/10/06, Mike Boutin <[EMAIL PROTECTED]> wrote: > > Hello everyone, > > I am using a MediaPlayback component (Media - Player 6-7) from Flash 8 > to stream some mp3s. I have a combo box that changes the current mp3 > wi

[Flashcoders] Stop the stream!

2006-03-10 Thread Mike Boutin
Hello everyone, I am using a MediaPlayback component (Media - Player 6-7) from Flash 8 to stream some mp3s. I have a combo box that changes the current mp3 with this code: flashMp3.setMedia(mp3ToLoad, "MP3"); The problem is everytime I change the file, the old file continues to download.