PDA

View Full Version : Cancel the loadClip event


flashMasta_mc
08-15-2005, 04:55 AM
I'm loading a jpeg with loadClip and i would like to stop the jpeg from loading... would i use unloadClip? even if the clip hasn't fully loaded yet? I posted this somewhere before, but can't find it....sry, but i still have the same problem.

flashMasta_mc
08-15-2005, 12:40 PM
is there even a way to cancel the load if its not completed yet?

Xeef
08-15-2005, 03:01 PM
--->
MovieClipLoader.loadClip()
Availability
Flash Player 7.

Usage
my_mcl.loadClip
blablabla
blabla
...
..

Use MovieClipLoader.unloadClip() to remove movies or images loaded with this method or to cancel a load operation that is in progress.

flashMasta_mc
08-15-2005, 03:15 PM
oops... sorry. i should read a little more carefully.