Visual Effects (6 products)
-
9/10
Macromedia Flash 8
Macromedia Flash lets you create effective rich content and applications... -
0/10
ColorZilla
Firefox extension for designers. With an advance eyedropper, color... -
0/10
Adobe Flash Player
Adobe Flash Player is a high-performance, lightweight, highly expressive... -
0/10
Agama Web Buttons
Agama Web Buttons enables you to create professional quality web... -
0/10
RapidWeaver
RapidWeaver is a next-generation web design application to help you...
Forum
Inserting Meta Tags
How do you do it?
[...]
Date: May 8, 2008 at 17:18
Author:
bjo
Last post: May 8, 2008 at 17:18
Replies: 0
can anyone help me to solve this code?
on (press) {
myTextArray = new Array();
myTextArray = (myInputText.split(" "));
for (var i = 0; i < myTextArray.length; i++)
{
if (myTextArray[i] == "welcome")
_root.firstSound.start();
if (myTextArray[i] == "my")
_root.secondSound.start();
}
}
Now this code can read two one in one time, can anyone help me to solve it to make it to read one word by one??
where can i put a stop??
http://www.geocities.com/heeromai/project2.zip
and this are my full project.
[...]
myTextArray = new Array();
myTextArray = (myInputText.split(" "));
for (var i = 0; i < myTextArray.length; i++)
{
if (myTextArray[i] == "welcome")
_root.firstSound.start();
if (myTextArray[i] == "my")
_root.secondSound.start();
}
}
Now this code can read two one in one time, can anyone help me to solve it to make it to read one word by one??
where can i put a stop??
http://www.geocities.com/heeromai/project2.zip
and this are my full project.
Date: March 9, 2008 at 04:11
Author:
heeromai
Last post: March 9, 2008 at 07:40
Replies: 1
Start a new discussion