Flasher Archive

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


Subject: Re: FLASH: Variables not moved from one MC to another?
From: John Croteau
Date: Mon, 13 Dec 1999 23:42:39 GMT

Hi Gary,

> txtWeek, which was initialized to �Z�, over in the SSNEntry clip equal to
> the value in that variable in the Library clip.
> The value is loaded properly from an active server page into the Library
> clip, but when I execute the following statement:
>
> Set Variable: "/SSNEntry/:txtWeek" = /Library:txtWeek
>
> the variable over in the SSNEntry clip remains unchanged.
The probable cause for your problem is you have set the value of
Set Variable: "/SSNEntry/:txtWeek" = /Library:txtWeek
before Flash has actually received the value into memeory.
Load variables is not immediate (it takes time, so we normally do a test
on a variable that will be known to change when allthe variables have
been loaded and create a loop to constantly see if the variables have
ben loaded. When loaded we then go on to process the results.

A good troubleshooting technique is to use temp text fields and set
values to temp watch the progress.

--
Coming Soon Flash 4 Web Animation F/X and Design
http://www.amazon.com/exec/obidos/ASIN/1576105555/flashcentral
----------- -----------------------
John Croteau croteauaterols [dot] com (mailto:croteauaterols [dot] com)
------------- -------------------------
FlashTek (Advanced Websites with Flash) http://www.FlashTek.com/
Flash Bible (Fast track to good Flash) http://www.FlashBible.com/
Flash Central(The Universe Starts Here) http://www.FlashCentral.com/
The Flash Tech Resource (Tech Notes) http://www.FlashCentral.com/tech/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California

Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: Variables not moved from one MC t, DeJarnett, Gary

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