Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: checking that variables have loaded..
From: Robert Bleeker
Date: Mon, 8 May 2000 01:01:57 +0100

Hi,

I also use empty MC's for variables loading. That way I can keyframe the MC
of the stage which resets all the variables. I still need to use the 2 frame
loop trick to check if they are loaded. Usually I set a time-out factor in
there as well.

Robert


on 8/5/00 9:07 AM, Phil Ward at phil-watcrescent-graphics [dot] co [dot] uk wrote:

> Thanks Helen, I'll give it a go, as at the moment the variables don't get
> time to load before the rollover interaction starts so I am trying to
> preload all of the required strings from a PHP page into an empty mc with a
> frame based load variables command.
>
> Regards
>
> Phil Ward
> Crescent Graphics
>
> phil-watcrescent-graphics [dot] co [dot] uk
> www.crescent-graphics.co.uk
> New Media <> Internet <> Visuals
>
> ----- Original Message -----
> From: Helen Triolo <designerati-technica [dot] com>
> To: <flasheratchinwag [dot] com>
> Sent: Sunday, May 07, 2000 11:56 PM
> Subject: Re: FLASH: checking that variables have loaded..
>
>
>> Phil Ward wrote:
>>>
>>> Hi all,
>>>
>>> How can I check that variables from a remote file have been fully
> loaded?
>>>
>>> I know how to check for frame loaded, but not variable.
>>>
>> frame 1:
>> Load Variables("externalapp",0)
>> goto loading
>>
>> frame 2 (label=loading):
>> if name-of-last-var-in-return-string ne ""
>> goto continue
>>
>> frame 3:
>> goto loading
>>
>> frame 4 (label=continue):
>> do whatever depends on those variables...
>>
>> The only other note I'd add is that I've found that sometimes the
>> loading loop (frames 2 and 3) only works if a textfield (with invisible
>> border and background-colored text if you don't want it to be seen) with
>> the variable name you're checking for exists in those frames, in
>> addition to the ones afterwards where you might be displaying it.
>>
>> Helen


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml

Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: checking that variables have , Phil Ward

Replies
  Re: FLASH: checking that variables have , Phil Ward

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]