Re: (no subject)
[email protected] (Wolfgang Hamann) Wed, 17 Dec 2003 08:55:43 +0100 (CET)
| Newsgroups | gmane.comp.web.ming.general |
|---|---|
| Message-ID | <wolfgang-1031217085543.A149538@loopback> |
Hi Laurent,
for sure the movie is loaded sequentially, and code like happens when the
respective frame actually plays, so you should put that near the beginning of the movie
Wolfgang
>> 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.
>>