Posted by windandwaves on 11/16/20 11:28
Hi Folk
I am new to flash (just so you don't think I am completely stupid)
I have a flash file that I want to execute a short action script and then
load a PHP file in the its own window, while posting some of the variables
to this new script:
e.g.
A
B
C
//below is where I get stuck
post variables:
x = 1;
y = 2;
open new url = 'test.php' with post variables
//end
in test.php I then want to be able to show those variables as follows:
<?php
echo $_POST["x"];
echo $_POST["y"];
?>
I have the ABC, but I need the correct syntax for the last few lines in
flash.
TIA
- Nicolaas
Navigation:
[Reply to this message]
|