开发者

Is it possible to catch media stream URL of flash player using NPAPI functions?

I'm trying to make a video do开发者_开发技巧wnload panel for Chrome likes Real Player's one ( a DLL plugin )..

My question is :

"Is it possible to use NPAPI functions 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 ?


Using the NPAPI you can't magically spy on other components in the browser, the stream functions are for dealing with streams for your own plugin instance.

If the Flash player gives you access to the URL using scripting functions however, you can use the scripting extensions to get it similar to how you'd retrieve it using JavaScript.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜