发新话题
打印

如何在AW5.2中插入使用*.wma文件?

如何在AW5.2中插入使用*.wma文件?

  [解答](Rock Studio 魔岩工作室)
1.Insert——>Control——>ActiveX——>Window Media Player
2.Rename ActiveX Icon as "wma"
3.Add a calculate Icon to the Flow
Write the Code into calculate Icon as below:
CallSprite(@"wma", #open,FileLocation^"1.wma") ---play 1.wma file
4.Save and try

TOP

发新话题