Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: [ eBusiness ] - variables ... |
From: | Nathan Dicken |
Date: | Wed, 8 Mar 2000 16:56:30 GMT |
Laurent,
You can reference B movie variables from within the C movie by knowing the
level that each movie is loaded in and the variable name. For example, if
the B movie is loaded into level 1, then you could reference its
"catalogItem" variable from the C movie (level 3) using this expression:
_level1:catalogItem
If the "catalogItem" variable is inside a movie clip then you'd just need
to add that path before the name of the variable. You could then set a
variable in the C movie using something like this...
Set Variable "importedData" = _level1:catalogItem
Hope that helps...
Nathan
---------------------------
Nathan Dicken
Fusionary Media
http://www.fusionary.com
>Hello everybody,
>
>I have to know or understand the way to save infos with flash.
>
>For exemple :
>
>Ther is 3 swf files :
>
>A : the shop
>B : the catalog
>C : the biling form
>
>The A movie loads the B movie to show the products.
>The custumer look and his choice are available in a variable field ( in
>the MC )
>
>After he push a button to load the C movie and fill the form.
>
>How can I get B informations in the C movie ?
>
>Thank you very much
>
>Laurent
>
>
>flasher is generously supported by...
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> flashforward2000 and The Flash Film Festival
> "The World�s Premier Flash Solutions Conference and Expo"
> March 27-29, Nob Hill Masonic Center, San Francisco, California
>
>-Register before Feb 25 and save $200!!-- www.flashforward2000.com
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>To unsubscribe or change your list settings go to
>http://www.chinwag.com/flasher or email helpchinwag [dot] com
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World�s Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California
-Register before Feb 25 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
FLASH: [ eBusiness ] - variables ..., packinfos
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]