I have the4 following url in Flash
getURL ("show_ToddWhite.php?catid=1&&flashVariableNumber=1");
Now this Flash doc is placed in a php page.
How do I grab the variables?
I think I use $_Get"flashVariableNumber";
Is this correct?
Later in the script I do the following:
<?php echo $flashFrameNumber?>
thanks