0

我想在窗口应用程序中播放 .flv 文件。在我的分析过程中,我发现当我们想在窗口应用程序中运行 .flv 文件时,它需要调用外部 API。当我调用外部 API 并调用以下脚本但找不到解决方案时。它返回错误“Error HRESULT E_FAIL has been returned from a call to a COM component”'</p>

1) flashPlayer.CallFunction(" < invoke name=\"loadAndPlayVideo\" returntype=\"xml\" > < arguments > < string > " + videoPath + "< /string > < /arguments > < /invoke >

2) flashPlayer.CallFunction("< invoke name=\"loadFLV\" returntype=\"xml\"> < arguments > < string > " + videoPath + " < /string > < /arguments > < /invoke >");

4

0 回答 0