soundexample.mxml
来自「《Flex第一步:基于ActionScript 3.0的Flex 2应用开发》采」· MXML 代码 · 共 9 行
MXML
9 行
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:Style source="style.css" />
<mx:SoundEffect id="sound_effect" source="sound.mp3"
panFrom="-1" panTo="1" loops="1" volumeFrom = "1" volumeTo="0.1" duration="3000" useDuration="false"/>
<mx:Button x="44" y="181" label="Button" width="103" mouseDownEffect="{sound_effect}"/>
<mx:Text x="44" y="145" text="鐐瑰嚮榧犳爣锛屾挱鏀鹃煶鏁
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?