Hello, Welcome to SO. Please refer to [How do I ask a good question?](https://stackoverflow.com/help/how-to-ask), please explain what is your goal, what is your problem, and your question, share some code to help use help you.
Do not post print screens of code.. use the editor formatting and use real code.
– rmjoiaOct 04 '17 at 13:52
Sorry! my topic's edit button not found. This game online call My app is thirth party. Code AS3 print screen: I found swf file in IE cache, decode and print it. Print screen 2nd is my app loaded this game to axShockwaveFlash1. name property and level property in picture 1, I tip them in picture 2. My ask: How to I get values of name and level to show in my app: this.Text = name + " level: "+ level;
– NamPTOct 05 '17 at 06:15
@NamPT just use this link (the `edit` button goes to this page) : **https://stackoverflow.com/posts/46566626/edit**. About _"decode and print it."_ should be _decode and then copy/paste that code text_. Usually you code the Flash app to give this information (via a Flash function) then allow access to same function using `External Interface`. If you did not design the Flash app to send out such info, it won't be possible to get it.
– VC.OneOct 05 '17 at 11:06