Is it possible catch media stream URL of flash player using NPAPI functions?
- by user359278
Hi guys.
I'm trying to make a video download panel for Chrome likes Real Player's one ( a DLL plugin )...
My question is :
"Is it possible to use NPAPI funtions such as
NPP_NewStream, NPP_StreamAsFile, NPP_DestroyStream... to catch the media stream URL of flash-player ? "
If not, then what part of NPAPI do I have to use ?
Thanks..