
Welcome Guest
|
#1
|
||||
|
||||
|
Php with flash mx (var name VS instance name)
Php with flash mx (var name VS instance name)
In flash 5, i have a text file that var name is "uName1" and i can recieve data via php using the following script Code:
$uName1 ="&uName1=$uName1"; echo "$uName1"; In flash mx, however, we are encourage to use the instance name right? so watever text we wanna show dynamic will be uName1.text etc. So i have the following for the php script: Code:
$uName1 ="&uName1.text=$uName1"; echo "$uName1"; Any idea why? chup
__________________
http://www.dreamance.com |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| strange problem php var to flash var | oosti | Web Platforms - PHP, JSP and .NET | 1 | 11-15-2010 12:03 PM |
| popups from xml? | kiwiana | Flash CS3 / Flash 9 |
4 | 01-28-2010 04:07 AM |
| sending variable "mypage.php?var_id=var" FROM PHP TO FLASH | taurus5_6 | Web Platforms - PHP, JSP and .NET | 1 | 11-13-2007 07:31 AM |
| PHP and ASP Email Form | Jeremy78 | Flash MX 2004 |
1 | 02-02-2007 08:03 AM |

Other Programming




