How to call a function from a loaded swf?

Hi,

I created a new empty MovieClip named “blah” then loaded an swf inside which has a function named init().

So, any short (nice, elegant) way to call this init() function ?

I found a working combination:

MovieClip(Loader(blah.getChildAt(0)).content).init()

but why the hell is so heavy ??

Anything better would be appreciated… the AS2 version was simplier :sigh: