Similar Threads:
1.How to Make SelectedItem be a Dynamic Variable?
Hi,
My dataGrid is editable in the first place, since there are not that many
things in need of a new form. So, I think one of things I have to find out is
how to pass the variables on to the HTTPService,
When I declare the variable, dg.[i].id, is this how I should declare my
variables that loop around for the PHP to process?
Thanks in advance.
Alice
2.Dynamic Value and SelectedItem
Hallo All
I want to select dinamically an object (es DataGrid) from the stage....
nameDataGrid.selectedItem.DataToRead
Is there a method to change dinamically this this command like:
if (selezioneDataGrid){
[nameDataGrid].selectedItem.DataToRead
}
Tahnks
Rob
3.I am making a game and need help badly
I am makeing a sprite game and I want to make a ticker for a special move. I
don't quite know how to go about making this ticker let alone subtract from the
ticker once I make it. any help. help would be greatly appreciated. thanks in
advance.
4.preloader problem , am i passing variable names correctly ?
Hi
(code below)
Im trying to do this.
[1] I have an initialization movie , named "init.swf",
which presently stores the name of a movie to load
it then loads the loader movie(as below)
[2] the loader movie displays a loading bar
while it loads the movie that is named and passed from the "init"
movie
i am doing this as i belive this is a better way to set up a preloader
an only using one loader movie to manage it
rather that one loader in each
However, it is not working
can anyone see what ive done wrong or missed
sincerely
chris
---------------------------------------------------
MOVIE 1, EMBED IN HTML = INIT MOVIE
FRAME 1=
movietoload == demo.swf
loadMovieNum ("loader.swf", 1);
frame 2 = stop
------------------------------------------------------------
LOADER.SWF
FRAME1=
loadMovieNum ( _level0.movietoload,4);
FRAME 2=
trace(movietoload);
if (_level4.getBytesLoaded() == _level4.getBytesTotal()) {
gotoAndPlay (4);
}
FRAME 3=
gotoAndPlay(2);
FRAME 4=
stop();
----------------------------------------------------------
DEMO.SWF
= various content
5.Dynamic Text Variable Variable
Hello,
I have a movie which loads data from a text file into flash (-no problem
there).
The twist to this is that one of the fields in my movie loads text into fields
from a text file which looks similar to the example below:
myText_district=109
&myText_Ian=189
&myText_Dave=8
&myText_Ray=14
If I select a specific field in my flash movie and put for example"
myText_Ian" as my Var in the properties panel I have no problem getting the
"109" to echo at runtime.
But what I would like to do is specify the Var in the properties panel as
something like:
"myText"+_root.managername
and still get the same result. You see, I want to define the variable
"managername" at runtime in a field so that if I type for example "Dave" in the
field the movie will substitute "Dave" in place of the variable "managername"
all throughout my actionscript and thus retrieve only info applicable to
"Dave".
The biggest problem for me is that I am stuck with the property panel because
I can't apply actionscript directly to a dynamic textfield.
Is there a syntax that I can use in the Var field of the property panel to get
the result I want; to get the variable equivalent to "myText"+_root.managername?
OR
Is there an example somone can show me on how to load variables from a text
file into a SPECIFIC dynamic text field completely in action script?
Any help is greatly appreciated.
6. Variables from ASP, what am I doing wrong?
7. dynamic text - am I doing something wrong
8. Help me please I am very new to flash but am trying to learn