psychladel
10-31-2003, 07:15 AM
Ok heres a question for you flash experts:
I have created a script in PHP that stores information to a Text, and pulls the information from the text file and sends it to the Flash program.
I use this line in my flash program to retrieve the data in the textfile:
_root.LoadVariables("http://pitchblack.sytes.net/STUpd.php?ShowInfo=");
Then assign the Variable on my TextField with the Variable in my PHP called ShowInfo.
This Loads fine and displays the information correctly.
Now I try to add a Scroll Bar to my TextField and I get a disabled ScrollBar. It's as if the Scroll Bar is not seeing the Text that I am Seeing.
Any Recommendations, Help, etc etc I am really starting to get ticked off here.
I have created a script in PHP that stores information to a Text, and pulls the information from the text file and sends it to the Flash program.
I use this line in my flash program to retrieve the data in the textfile:
_root.LoadVariables("http://pitchblack.sytes.net/STUpd.php?ShowInfo=");
Then assign the Variable on my TextField with the Variable in my PHP called ShowInfo.
This Loads fine and displays the information correctly.
Now I try to add a Scroll Bar to my TextField and I get a disabled ScrollBar. It's as if the Scroll Bar is not seeing the Text that I am Seeing.
Any Recommendations, Help, etc etc I am really starting to get ticked off here.