rgerrets
01-04-2002, 10:01 AM
Hi all,
Another question from a complete newbie :(
Is it my imagination or is the result of an array not shown in Flash 5?
to be more precise I will explain the following; I have created an array and I want to have one of the values in this array shown in a (dynamic text) TextField. However, when I do CTRL+ENTER it never happens.
Am I correct in saying that the result of an array is not shown online and only via a cgi bin? If so, please tell me so as I have already wasted five days on nothing.
Oh, yeah, by the way this is my script in frame 1 on a button:
on (release) {
stop ();
bands = ["AEROSMITH","DIRE STRAITS","QUEEN"]
var bandname = bands;
bandname[2]._root.name.scrollname;
}
Many thanks in advance.
Another question from a complete newbie :(
Is it my imagination or is the result of an array not shown in Flash 5?
to be more precise I will explain the following; I have created an array and I want to have one of the values in this array shown in a (dynamic text) TextField. However, when I do CTRL+ENTER it never happens.
Am I correct in saying that the result of an array is not shown online and only via a cgi bin? If so, please tell me so as I have already wasted five days on nothing.
Oh, yeah, by the way this is my script in frame 1 on a button:
on (release) {
stop ();
bands = ["AEROSMITH","DIRE STRAITS","QUEEN"]
var bandname = bands;
bandname[2]._root.name.scrollname;
}
Many thanks in advance.