Re: [Flashcoders] Cancelling a load in progress : has this issue ever been fully resolved ???

2007-02-02 Thread JOR
If you are using a MovieClipLoader you could use the unloadClip() method. I've used it successfully in the past though I haven't tried every OS/browser/plugin combination to see. Excerpt from the Flash 8 docs: ActionScript classes > MovieClipLoader > loadClip "Use MovieClipLoader.unloadClip()

Re: [Flashcoders] Cancelling a load in progress : has this issue ever been fully resolved ???

2007-02-01 Thread Omar Fouad
*BUT* if you try to use the same process i told you about to stop loading an xml file. i think the entire flash movie will freeze... Just check it out and let me update Thanks in advance On 2/2/07, Omar Fouad <[EMAIL PROTECTED]> wrote: *Reviewed ** currently using actionScript 1 or 2 is not po

Re: [Flashcoders] Cancelling a load in progress : has this issue ever been fully resolved ???

2007-02-01 Thread Omar Fouad
*Reviewed ** currently using actionScript 1 or 2 is not possible. AS 3 has this function but if you wont use it so i ADVICE to load an SWF that doesnt exists into the same level or the same container Since you are trying to load an swf into the same level or movie it will override the firsl loadin

Re: [Flashcoders] Cancelling a load in progress : has this issue ever been fully resolved ???

2007-02-01 Thread Omar Fouad
currently using actionScript 1 or 2 is not possible. AS 3 has this function but if you wont use it so i try loading into the same level or the same container a an swf that doesnt exists. Since you are trying to load an swf into the same level or movie it will override the firsl loading and trying

[Flashcoders] Cancelling a load in progress : has this issue ever been fully resolved ???

2007-02-01 Thread David Bellerive
Hi! Just wondering if anyone ever found a solution to stop loading something that is currently loading in the Flash Player (an image, a sound, an XML file, etc.)? I've heard and tried about loading a dummy (non-existent) file in place of the file being loaded to stop the load process. When I us