Flasher Archive

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


Subject: Re: FLASH: Targetting a variable
From: John Croteau
Date: Mon, 18 Oct 1999 22:10:11 +0100

Hi Marcus,

> I have a FLA I am working on where there is a movie clip called CB. It
> resides in another movie clip MCB1. In CB is a variable called
> listbox. So the path is /MCB1/CB:listbox This is a listbox, by the
> way, for choosing what type of credit card you have, VISA, MC, AMEX,
> etc.
> On the main timeline, I have a submit button, that is to send the
> values to an external http:// file. I know the syntax for doing this,
> no prob. And I have tried about three different techniques now to get
> the value from listbox, but to no avail. I can send every value BUT
> the one in my listbox.
The Send Variables command option only sends variables that exist on the
current timeline, so add a equation on the main timeline to copy your
variable to the main timeline.

Set Variable: "ListBox" = "/MCB1/CB:listbox"

You can use the same name as above if you like since both are distinct
variables.

--
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
  Re: FLASH: Targetting a variable, Marcus J. Dickinson

Replies
  FLASH: Targetting a variable, Dickinson (Marcus)

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