![MACROMEDIA Flash Lite 2 Скачать руководство пользователя страница 529](http://html1.mh-extra.com/html/macromedia/flash-lite-2/flash-lite-2_reference_687553529.webp)
MovieClipLoader
529
Property summary
Properties inherited from class Object
Event summary
Constructor summary
constructor (Object.constructor property)
,
__proto__ (Object.__proto__
property)
,
prototype (Object.prototype property)
,
__resolve
(Object.__resolve property)
Event
Description
onLoadComplete
= function(listenerObject,
[target_mc]) {}
Invoked when a file loaded with
MovieClipLoader.loadClip()
is
completely downloaded.
onLoadError
= function(target_mc,
errorCode) {}
Invoked when a file loaded with
MovieClipLoader.loadClip()
has failed to
load.
onLoadInit
= function([target_mc]) {}
Invoked when the actions on the first frame of
the loaded clip are executed.
onLoadProgress
= function([target_mc],
loadedBytes, totalBytes) {}
Invoked every time the loading content is
written to disk during the loading process
(that is, between
MovieClipLoader.onLoadStart
and
MovieClipLoader.onLoadComplete
).
onLoadStart
= function([target_mc]) {}
Invoked when a call to
MovieClipLoader.loadClip()
has
successfully begun to download a file.
Signature
Description
MovieClipLoader
()
Creates a MovieClipLoader object that you
can use to implement a number of listeners to
respond to events while a SWF, JPEG, GIF,
or PNG file is downloading.
Содержание Flash Lite 2
Страница 1: ...Flash Lite 2 x ActionScript Language Reference...
Страница 22: ...22 Contents...
Страница 244: ...244 ActionScript language elements...
Страница 760: ...760 ActionScript classes...