flash db ?
flash db ?
Out of context: Reply #4
- Started
- Last post
- 7 Responses
- unfittoprint0
$myVar = "this";
$myVar .= " and that";
print $myVar;
//this will print "this and that"
to send variables to FLash I must send them as an unique string with & separating each variable's value.
My prefered method nowadays is to create n XML output of the db query. That makes the parsing within Flash much easier and intuitive in my opinion.