2617| 3
|
[AU3基础] au3如何播放.m4a格式音频 |
悬赏100金钱已解决
最佳答案代码你自己将就看吧,测试可以用,你不想写GUI也可以
[AU3]#include
Global $wmp = ObjCreate("WMPlayer.OCX")
GUICreate("庆祝论坛上线", 320, 300)
$GUIActiveX = GUICtrlCreateObj($wmp, 0, 0, 320, 300)
$wmp.uimode = "full"
$wmp.url = @DesktopDir & "\b.m4a"
$wmp.Controls.play
GUISetState()
While 1
$msg = GUIGetMsg()
Select
Case $msg = $GUI_EVENT_CLOSE
ExitLoop
EndSelect
WEnd
[/AU3]
...
| ||
发表于 2018-7-5 20:09:38
|
显示全部楼层
| ||
| ||
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2024-11-16 17:59 , Processed in 0.075311 second(s), 19 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.