dangerclaes
04-23-2003, 03:42 PM
Hi guys.
I want to load a variable into a swf-file using php.
I've made a form which sends a variable ($var) from a html-file to a document called flash.php which consists of a swf, a bit of html and a php-code which says:
<?
$output=$var;
print "&output=";
print.=$output;
?>
I want to display the variable in a dynamic text field called "output" onLoad . I just can't figure out, how to put the actionscript together (I guess I should use LoadVars or something...).
Can anyone help me with this?
Thanx a lot
- Claes
I want to load a variable into a swf-file using php.
I've made a form which sends a variable ($var) from a html-file to a document called flash.php which consists of a swf, a bit of html and a php-code which says:
<?
$output=$var;
print "&output=";
print.=$output;
?>
I want to display the variable in a dynamic text field called "output" onLoad . I just can't figure out, how to put the actionscript together (I guess I should use LoadVars or something...).
Can anyone help me with this?
Thanx a lot
- Claes