Раздел: ActionScript 1.0/2.0
31.05.2007, 12:08
|
|
Ответов: 20
Просмотров: 1,136
|
Раздел: ActionScript 1.0/2.0
30.05.2007, 19:23
|
|
Ответов: 20
Просмотров: 1,136
|
Раздел: ActionScript 1.0/2.0
30.05.2007, 16:01
|
|
Ответов: 20
Просмотров: 1,136
|
Раздел: ActionScript 1.0/2.0
29.05.2007, 15:47
|
|
Ответов: 20
Просмотров: 1,136
|
Раздел: ActionScript 1.0/2.0
29.05.2007, 15:39
|
|
Ответов: 20
Просмотров: 1,136
this.words =...
this.words = "Armin.Van.Buuren+Tiesto+Lesha.Vega+Future+Light";
this.wordList = new Array();
this.wordList = this.words.split("+");
iNils. Сплит выполняется посзже, и тэги я использую вроже тоже...
|
Раздел: ActionScript 1.0/2.0
28.05.2007, 19:23
|
|
Ответов: 20
Просмотров: 1,136
var lv:LoadVars = new LoadVars(); ...
var lv:LoadVars = new LoadVars();
lv.load("file.txt");
lv.onLoad = function(){
this.somewords = lv.val;
}
this.wordList = new Array();
this.wordList = this.somewords.split("+"); Уже...
|
Раздел: ActionScript 1.0/2.0
28.05.2007, 18:13
|
|
Ответов: 20
Просмотров: 1,136
|
Раздел: ActionScript 1.0/2.0
28.05.2007, 17:45
|
|
Ответов: 20
Просмотров: 1,136
|
Раздел: ActionScript 1.0/2.0
28.05.2007, 17:12
|
|
Ответов: 20
Просмотров: 1,136
|
Раздел: ActionScript 1.0/2.0
28.05.2007, 17:12
|
|
Ответов: 20
Просмотров: 1,136
|
Раздел: ActionScript 1.0/2.0
28.05.2007, 16:48
|
|
Ответов: 20
Просмотров: 1,136
|
Раздел: ActionScript 1.0/2.0
28.05.2007, 16:36
|
|
Ответов: 20
Просмотров: 1,136
помогите с инклудом текста плз.
this.mywords = "text+text+text";
this.words = new Array();
this.words = this.mywords.split("+");
Подскажите пожалуйста:
1. как сделать что бы text+text+text брался из текстового файлика,...
|