Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
rigpig #1
php variables to flash
How do you take the code below and pass the values back into flash into the
respective dynmic text boxes?
VIN works by itself but not when Vehicle year is added
// If the number of rows is 0--> no hits on query
if ($numR>0) {
for($i=0; $i < $numR; $i++) {
$row = mysql_fetch_array($result);
}
//this works do not alter
$reply_first = $row['VIN'];
//I want to pass these variables into Flash into respective dynamic text
fields
//$reply_first
="&VIN".$i."=".$row['VIN']."&VehicleYear".$i."=".$row['Vehicle_Year'];
$values = 'reply_first=' . $reply_first;
echo $values;
}
else {
print "not connected ";
}
rigpig Guest
-
Flash 8 variables being sent to a PDF via CF8
Hello, I am trying to figure out how to take data from a flash 8 movie and put it into a pdf form for the end user to print. For example I have a... -
Flash Variables
Hi Everone, I had a question about PHP and Flash. I have a navbar buttons that I made in Flash MX, but the PHP script I want it to be displayed for... -
getting back variables from php in flash
Hello, in flash i have to following actionscript from an website: Normally it works when the user fills in the Username.Text. But i managed to make... -
sending variables from flash to flash
Can anybody help me with this??? I want to send Variables from one flash movie to the other. How do I do that? Additional complication: The... -
importing variables from asp into flash
i want to import variables created with asp into flash, so i created a page in asp.net which gives as result something like...



Reply With Quote

