FLASH Online Chinese to English Translation Test Small Source Code, Interface to Google Translate Page (http://translate.google.com/)
### Creation Method:
#### FLASH Section
On the first frame of the FLASH, we first create an input text box with the instance name **shuru_txt**, which will be used to input the words or phrases you want to translate.
Next, create another text box with the instance name **shuchu_txt** to receive the translated text. This text box will also receive the data returned from the ASP file.
Then, write the following ActionScript (AS) on the first frame:
......