2640| 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]
...
| ||
| ||
| ||
|手机版|小黑屋|AUTOIT CN
( 鲁ICP备19019924号-1 )谷歌
百度
GMT+8, 2025-2-19 06:10 , Processed in 0.073134 second(s), 19 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.