[thelist] LoadMovie with Flash - Help Please

muinar muinar at gmx.net
Fri Feb 1 03:17:01 CST 2002


At 22:54 31.01.02 -0600, you wrote:
>That was a good idea but I don't think that was it.  I did put thisloop.
>
>varIn = "notInYet"
>
>loadVariables("theVariables.txt",0);
>
>While (varIn == "notInYet") {
>Trace(varIn);
>}
>
>loadMovie(varIn,target);

Hi John

Flash cannot check a loadMovie command in the same frame.
You need to check for varIn in a frame after that, and
redirect or forward depending on the result.

Mike


____ mike s. krischker    http://muinar.com/
      flashpro community   http://muinar.org/





More information about the thelist mailing list