經過測試
1 火狐加掛VideoLAN ADDON
2修改b:\portablefx\Data\profile\pluginreg.dat(可攜式)
b:\portablefx\Data\profile\mimeTypes.rdf
步驟 先把你要的播放的檔案類型加到mimeTypes.rdf
格式如下
<RDF:Description RDF:about="urn:mimetype:video/mpeg"
NC:value="video/mpeg"
NC:editable="true" (必須是true)
NC:fileExtensions="mpg"(副檔名)
NC:description="video/mpeg">(可以隨便命名)
<NC:handlerProp RDF:resource="urn:mimetype:handler:video/mpeg"/>
</RDF:Description>
再到pluginreg.dat
去改
2|video/mpeg|MPEG video|mpg,mpeg,mpe|$
(MIMEtype) (description)(fileExtensions把副檔名加到這邊)
附加檔案:
檔案註釋: 重要訊息
圖片 5.gif [71.19 KiB]
被下載 1177 次
(重要)
兩個檔改完存檔,就即時生效了