im new to stackoverflow, so i hope im doing everything right here ^^
So to my Question/Problem:
Im working with Flash CC and made a small HTML5 Canvas Animation. In this Animation there is a Textfield where I want to load text from a file/database. Is this possible? I assume that I have to use javascript/json for that bec Flash CC Canvas is working with that. But can I code it directly in Flash (in the Actions Panel) or do I have to open the js-output file and put my code there? And are there any examples of that case?
Second, and a more specific case of that above, I want to load a specific text into my textfield for example:
lets say I have a text in 3 languages (english, italian, french). so I send a variable, where I state which language I want (var = eng;) and the correct text is loaded (from the file or database) to the textfield.
I hope everything is understandable (sry im not a native speaker)
Thanks in advance for any help/tips