lummyk
12-09-2001, 12:15 PM
dear all,
i need help with php/flash. i have a movie with 2 textboxes (dynamic) in them. using the loadvars action to load a php file, i'm only able to write data into one box. eg.
<?php
print("text=text");
print("text1=textabc");
?>
what appears in my movie textbox 'text' is 'texttext1=textabc'. is there a way i can output stuff to BOTH textboxes in a single script? thanx for your help.
i need help with php/flash. i have a movie with 2 textboxes (dynamic) in them. using the loadvars action to load a php file, i'm only able to write data into one box. eg.
<?php
print("text=text");
print("text1=textabc");
?>
what appears in my movie textbox 'text' is 'texttext1=textabc'. is there a way i can output stuff to BOTH textboxes in a single script? thanx for your help.