Flasher Archive

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


Subject: Re: FLASH: Movie clip - button
From: John Croteau
Date: Thu, 4 Nov 1999 20:12:30 GMT

Hi James,

> I have buttons on my main timeline that talk to an
> asp/database backend, no problem. But now, when
> trying to move one of the buttons into a movie clip,
> it's not working. I figured out how to get the text
> value while in the movie clip using /:variable

> On (Release)
> Set Variable: "myrecordnumber" = recordnumber1
> Load Variables ("search3.asp", "", vars=GET)
> Go to and Play ("process2")
> End On
> Everything else is on the main timeline. Is there a
> special way I should be referencing the go to and
> play? I've tried /:process2 and ../process2
> What am I missing?
Tell Target.
You need to use Tell target to communicate between timelines.
The slash / refers to the main time line.

If process is a Label then Use the following:

Begin Tell Target ("/")
Go to and Play ("process2")
End Tell Target


--
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: Movie clip - button, james

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