Load URL into htmlText tag

Asked

Viewed 18 times

1

I need to upload a url inside this tag:

<mx:HBox id="horizontalBoxInfo" width="100%" >
                <mx:TextArea id="textAreaInfo" 
                             width="100%"
                             height="200"
                             editable="false"
                             horizontalScrollPolicy="off"
                             click="abrirPop(event)"
                             verticalScrollPolicy="auto">
                    <mx:htmlText>
                        <![CDATA[http://mvi.ordersetsmanager.com/evidenceviewer/#/849E3727CA6C3026E05352E3610AEE96/849E3727CA7E3026E05352E3610AEE96%22]]>
                    </mx:htmlText>

                </mx:TextArea>

            </mx:HBox>

However, I’m afraid the mistake:

Warning: Failed to load the directives file from http://mvi.ordersetsmanager.com/crossdomain.xml

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.