There was a problem, the essence of which is as follows:
HTML
<object type='application/x-shockwave-flash' data='/test.swf'> <param name='flashvars' value='var1=привет ребята' /> </object> ActionScript
var text_1 = loaderInfo.parameters.var1; if(text_1 != null && text_1 != "") { movik_my_text.text = text_1; // здесь чего-то не хватает } The fact is that the text received through FlashVars is for some reason not inserted into the flash drive. Or inserted, but with some distortion (or incomplete text is displayed). What are the solutions to this problem?