|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
html to PHP to Flash
Hi,
I'm a newbie to PHP and i would like to do the following. I have a php script with e following. ------------------------------------------- <?php $product="Replica 14 Inch"; $prijs =100; $aantal=1; $rembours=8; echo "&product=" . $product; echo "&prijs=" . $prijs; echo "&aantal=" . $aantal; echo "&rembours=" . $rembours; ?> ------------------------------------------- And i load these variables into a swf in a certain textfields Up till now this works. But what i want is a html page with a image-> order.gif. On click send variable product=x prijs=x aantal=x remboursx to the php as a kind of global then open de window with the swf that loads the script with these variables. How can i do this? |
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > html to PHP to Flash |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|