Hi,
I'm pulling info from an external source (php page/mysql dbase) into a dynamic text field with mutiline on and word wrap. Problem is this: when I try to add the uiscrollbar component it does not work...I see the info I've pulled in from my php source but the scroll bar does not work(i.e. not activated). I placed normal text in the field (to test if the scroll bar works normally) and it worked. So question is...what's up with this scrollbar?
On root of movie:
Thx
Reality is built on a foundation of dreams.
I'm pulling info from an external source (php page/mysql dbase) into a dynamic text field with mutiline on and word wrap. Problem is this: when I try to add the uiscrollbar component it does not work...I see the info I've pulled in from my php source but the scroll bar does not work(i.e. not activated). I placed normal text in the field (to test if the scroll bar works normally) and it worked. So question is...what's up with this scrollbar?
On root of movie:
Code:
onClipEvent (load) {
//assuming you have a personal web server and PHP installed locally
loadVariables("sched.php", this, "GET");
testvar.text = var_schedule;
}
Thx
Reality is built on a foundation of dreams.