Hi there.
I will jump straight to the point - how to render text in flash -
onClipEvent (load) {
varReceiver = new LoadVars();
varReceiver.load("a.php");
varReceiver.onLoad = function() {
tt.text = varReceiver;
};
}
This takes my text from the database and sends it in the flash but then instead of getting intervals between the words I get %20. Any idea how to render it ?
Thanks a bunch
Fishy
Page 1 of 1
How do You do that...
#2
Posted 07 August 2008 - 04:12 PM
Hello
Do you have something like echo "namedValue=value"; in your php - if you do :
tt.text=varReceiver.namedValue;
Hope that might work.
Rob
Do you have something like echo "namedValue=value"; in your php - if you do :
tt.text=varReceiver.namedValue;
Hope that might work.
Rob
Share this topic:
Page 1 of 1
Help















