962
ActionScript classes
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
MovieClip.getNextHighestDepth()
method, which is
used in this example.
See also
loadClip (MovieClipLoader.loadClip method)
,
onLoadError
(MovieClipLoader.onLoadError event listener)
NetConnection
Object
|
+-NetConnection
public dynamic class
NetConnection
extends Object
Availability:
ActionScript 1.0; Flash Player 7
Property summary
Properties inherited from class Object
NO
T
E
This class is also supported in Flash Player 6 when used with Flash Communication
Server. For more information, see your Flash Communication Server documentation.
constructor (Object.constructor property)
,
__proto__ (Object.__proto__
property)
,
prototype (Object.prototype property)
,
__resolve
(Object.__resolve property)
Summary of Contents for FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE
Page 1: ...ActionScript 2 0 Language Reference ...
Page 1352: ...1352 ActionScript classes ...