EasyManua.ls Logo

MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE - Netconnection

MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE
1378 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
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
NOTE
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)

Table of Contents

Related product manuals