flexlocalurl.mxml
来自「Flex+js获取文件本地路径,调用file获得本地文件路径」· MXML 代码 · 共 14 行
MXML
14 行
<?xml version="1.0" encoding="utf-8"?>
<custom:ApplicationClass xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:local="*"
xmlns:custom="Class.*" layout="horizontal"
backgroundAlpha="0" backgroundColor="#FFFFFF">
<mx:Panel x="149" y="114" width="564" height="200" layout="absolute" id="contentPanel">
<mx:TextInput x="23" y="25" width="340" id="fileUrl"/>
<mx:Button x="387" y="25" label="閫夋嫨鏂囦欢" width="112" id="selectButton"/>
</mx:Panel>
</custom:ApplicationClass>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?