User Guide
Manuals
Brands
Macromedia Manuals
Other
FLASH MX 2004-ACTIONSCRIPT LANGUAGE REFERENCE
551
552
553
554
555
556
557
558
559
560
MovieClip.onData
551
// Therefore, this function is invoked when symbol_mc is instantiated
// and also when replacement.swf is loaded.
OnClipEvent( data ) {
trace("The movie clip has received data");
}
See also
onClipEvent()
1
...
...
549
550
551
552
553
...
...
1104