Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: eval in Tell Target-ActionScript |
From: | Cheri Harder |
Date: | Wed, 19 Jan 2000 21:23:45 GMT |
Hi, Irfin.
I think you want something like this:
Set Variable: "vFilmFrame" = "FrameToGoTo"
Set Variable: "vFilm" = "MovieToPlay"
On (Release)
Begin Tell Target (/:vfilm)
Go to and Play (/:vFilmFrame)
End Tell Target
End On
Be sure to set the Target as Expression instead of String and double-check
the paths to your variables.
HTH
~~~~Cheri Harder~~~~~
charderawsolution [dot] com
Advantage Web Solution
"Developing your internet storefront"
www.awsolution.com
----- Original Message -----
From: "Irfan Uygur" irfanpusulanet [dot] com [dot] tr
> is it possible to pass the target name for Begin Tell Target dynamically ?
> I have lots of if's like below:
> what i want to do is to send a variable to this code so that there will be
> only 1 Begin Tell Target referencing
> to the passed variable; something like Begin Tell Target ("/" &
movie_name
> & "_mov") where movie_name will be
> n,e,s,w,ne,se etc.. i tried this but didn't work
> any ideas ?
>
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 helpchinwag [dot] com
Replies
FLASH: eval in Tell Target-ActionScript, Irfan Uygur
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]