0

I want to play .flv file in window application. During my analysis I found that when we want to run .flv file in window application it needs to call external API. When I call external API and call below script but unable to find solution. It returns the error “Error HRESULT E_FAIL has been returned from a call to a COM component”’

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 >");

Cœur
  • 37,241
  • 25
  • 195
  • 267
Pragnesh Khalas
  • 2,908
  • 2
  • 13
  • 26

0 Answers0