簡単な関数を使用して XML ドキュメントからソースを読み取るフラッシュ ムービーがあります。
nav_text.text = navText;
nav_text をダイナミック テキスト インスタンスとして (HTML としてレンダリング テキストを選択)、navText を定義済み変数として使用します。
XML文書で、私が書くと
<navigation
text="Please use the arrows either side of the picture to navigate through this slide show."
/>
その後、SWF ムービーはテキストを記述どおりに表示します。ただし、XML ドキュメントが次のように記述されている場合:
<navigation
text="<i>Please use the arrows either side of the picture to navigate through this slide show.</i>"
/>
次に、SWF は単にテキスト ボックスに「未定義」と表示します。
私が間違っている可能性のあるアイデアはありますか?