(no subject)

"Laurent Cocea" <[email protected]> Thu, 11 Dec 2003 05:27:07 -0800 (PST)
Newsgroups gmane.comp.web.ming.general
Message-ID <20031211052708.21912.h005.c009.wm@mail.canada.com.criticalpath.net>
Hello,

I already submitted this message once but it didn't seem to get through,
so here it is again:

If I define an actionscript function,

 _root.onLoad = function () {
 ...
 }
 
does it matter which frame it is in? Will it get executed when the movie
is loaded, even if the function definition is in the last frame? Thanks.

-Laurent