_root.onload?
"Laurent Cocea" <[email protected]> Tue, 09 Dec 2003 20:26:18 -0800 (PST)
| Newsgroups | gmane.comp.web.ming.general |
|---|---|
| Message-ID | <20031209202618.20396.h010.c009.wm@mail.canada.com.criticalpath.net> |
Hello,
If I define a function in AS
_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