
16.06.2004, 14:11
|
|
Регистрация: Apr 2004
Адрес: Челябинск
Сообщений: 131
|
Импорт переменных из файла
onClipEvent (load)
{
system.useCodePage = true;
loadVariables("http://localhost/flash.php","_root.abc");
_root.search.text=_root.abc.nr;
}
Не грузит почему-то....
|