Events 如何收听Flash视频加载——firefox在sdk上添加了哪些功能?

Events 如何收听Flash视频加载——firefox在sdk上添加了哪些功能?,events,firefox,event-handling,firefox-addon-sdk,Events,Firefox,Event Handling,Firefox Addon Sdk,我正在编写附加内容以捕获youtube视频的url,其层次结构如下: // require tab.module. // listen onTab.ready. // Get the tab.url. // If the url domain is youtube. // Javascript request to get the direct .flv link. // download the link. 但我发现其他网站可以嵌入youtube视频 我真的很感激任何人给我提示,让我得到嵌

我正在编写附加内容以捕获youtube视频的url,其层次结构如下:

// require tab.module.
// listen onTab.ready.
// Get the tab.url. 
// If the url domain is youtube.
// Javascript request to get the direct .flv link.
// download the link.
但我发现其他网站可以嵌入youtube视频

我真的很感激任何人给我提示,让我得到嵌入式视频或事件,可以捕捉他们