Question
textlayout and ActionScript
hi,
i have some data that is generated from a database and loaded into flash, my problem is that this data should change when a user chooses product. how can i have the data inside the created textflow using as3? below are some of the code i user
plese help so that i can update or even delete this textflow
span.text = ms[index].pdescription; // is the text loaded for the first time ? i need to be able to change this text
i have some data that is generated from a database and loaded into flash, my problem is that this data should change when a user chooses product. how can i have the data inside the created textflow using as3? below are some of the code i user
plese help so that i can update or even delete this textflow
span.text = ms[index].pdescription; // is the text loaded for the first time ? i need to be able to change this text
