Name

LzMakeLoadSprite() (as2)

Synopsis

JavaScript: LzMakeLoadSprite
Type: Function
Access: private
Runtimes: as2
Topic: Kernel.AS2
Declared in: WEB-INF/lps/lfc/kernel/swf/LzMakeLoadSprite.as

Details

Static Properties (1)

transformerID
static private var transformerID = 0.0;

Static Methods (13)

createLoader()
static private function createLoader();
destroy()
static private function destroy(recur);
doReplaceResource()
static private function doReplaceResource();
getLoadBytes()
static private function getLoadBytes();
Get the number of bytes loaded so far @return: A number that is the maximum offset for this resource
getMaxBytes()
static private function getMaxBytes();
Get the total number of bytes for the attached resource @return: A number that is the maximum offset for this resource
getMCRef()
static private function getMCRef();
Get a reference to the control mc
__LZsendError()
static private function __LZsendError(e);
__LZsendTimeout()
static private function __LZsendTimeout(e);
setResource()
static private function setResource(nresc);
This method keeps the behavior of setResource consistent between load-transformed views and those that aren't
setSource()
static private function setSource(newSrc : String, cache : String, headers : String);
transform()
static private function transform(v, src, cache, headers);
Makes the given view able to load a remote resource
unload()
static private function unload();
Unloads the media
updateAfterLoad()
static private function updateAfterLoad();
Updates movieclip properties after the resource has loaded

JavaScript Synopsis

private function LzMakeLoadSprite();