swp16888 2007-11-22 10:13
如何在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