Re: [{SPAM?}] - [Flashcoders] Stop loading sounds - Email found in subject

2007-02-28 Thread Ben Cline
Try mySound.stop(); delete mySound; - Ben http://www.bencline.net On Feb 26, 2007, at 4:34 PM, Omar Fouad wrote: Nah, i tried mySound.load(); but it only stops the sound, and doesnt stol loading it better ideas?? On 2/26/07, Omar Fouad [EMAIL PROTECTED] wrote: allright i'll try it

Re: [{SPAM?}] - [Flashcoders] Stop loading sounds - Email found in subject

2007-02-28 Thread Omar Fouad
i tried deleting it but it still buffers on the background it seems the load method isnt static... On 2/28/07, Ben Cline [EMAIL PROTECTED] wrote: Try mySound.stop(); delete mySound; - Ben http://www.bencline.net On Feb 26, 2007, at 4:34 PM, Omar Fouad wrote: Nah, i tried mySound.load();

Re: [{SPAM?}] - [Flashcoders] Stop loading sounds - Email found in subject

2007-02-27 Thread Omar Fouad
Nah, i tried mySound.load(); but it only stops the sound, and doesnt stol loading it better ideas?? On 2/26/07, Omar Fouad [EMAIL PROTECTED] wrote: allright i'll try it thanks so much On 2/25/07, Cole Peterson [EMAIL PROTECTED] wrote: mySound.load(file.mp3, true); then ...

RE: [{SPAM?}] - [Flashcoders] Stop loading sounds - Email found in subject

2007-02-25 Thread Cole Peterson
mySound.load(file.mp3, true); then ... mySound.load(); will stop the loading of the mp3. thanks cole peterson -Original Message- From: [EMAIL PROTECTED] on behalf of Omar Fouad Sent: Sun 2/25/2007 11:52 AM To: Flashcoders mailing list Subject: [{SPAM?}] - [Flashcoders] Stop loading