Page 1 of 1

Re: Plugin location

Posted: Tue Jul 27, 2010 12:18 pm
by jw1001
Not sure if they are on the TV itself. "mtd_exe/InfoLink/lib" contains other library files, but the ones you mention are referenced in a file "plugin.info.txt" (for registering plug-ins) with a private download address. For example:

Code: Select all

begin
    Lib-Name = FileSystem
    Description = Navi sample plug-in by jschoe
    Mime-Type = application/player
    Mime-Description = Sample (*.swf)
    ClassID = clsid:SAMSUNG-INFOLINK-FILESYSTEM
    Type = MM
    TagName = embed
    Mode = task
    Extensions = fla:spa:ssk:swf
    Default-Width = 0
    Default-Height = 0
    Net-Location = http://10.253.23.136/download/plugin/
    File-Name = libPlFileSystem.so
    PSComm-File-Name = libPlCFileSystem.so
    IsDownloaded = 0
end