target_mc._y = 100;
target_mc.onRelease = function() {
trace("Unloading clip...");
trace("\t name: "+target_mc._name);
trace("\t url: "+target_mc._url);
image_mcl.unloadClip(target_mc);
};
};
var image_mcl:MovieClipLoader = new MovieClipLoader();
image_mcl.addListener(mclListener);
image_mcl.loadClip("http://www.helpexamples.com/flash/images/image1.jpg",
image_mc);
If your SWF file includes a version 2 component, use the version 2 component's
DepthManager class instead of the
used in this example.
See also
loadClip (MovieClipLoader.loadClip method)
(MovieClipLoader.onLoadError event listener)
NetConnection
Object
|
+-NetConnection
public dynamic class NetConnection
extends Object
This class is also supported in Flash Player 6 when used with Flash Communication
Server. For more information, see your Flash Communication Server documentation.
Availability: ActionScript 1.0; Flash Player 7
Property summary
Properties inherited from class Object
constructor (Object.constructor
property),
prototype (Object.prototype
(Object.__resolve property)
962
ActionScript classes
MovieClip.getNextHighestDepth()
,
onLoadError
property),
__proto__ (Object.__proto__
property),
method, which is
__resolve
Need help?
Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?