-5
我需要在我的面板Flex中加載一個URL(下方),但未加載angularjs。FLEX - 加載anglularJS URL內容
解決方案是什麼?
<s:Panel id="panelHtml" x="0" y="22" width="100%" height="95%" enabled="false">
<mx:HTML id="content" location="https://www.arcgis.com/home/webmap/viewer.html"
width="100%" height="100%"
visible="true"
verticalScrollPolicy="auto" horizontalScrollPolicy="auto"
complete="content_completeHandler(event)"
locationChange="content_locationChangeHandler(event)"/>
</s:Panel>