|
|
The user interface of the Flash movie allows the user to enter a series of buy/sell trades. After these trades are entered, you want to transmit these trades to the server using the TRANSACTION element. To do this, the user interface scripts must first convert the data into an easy-to-manipulate form. You must create an Array object called trades that consists of one or more Trade objects.
|