Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Netzwerke (https://www.delphipraxis.net/14-netzwerke/)
-   -   Delphi Eigenes Firefox Plugin (https://www.delphipraxis.net/117569-eigenes-firefox-plugin.html)

gaussix 9. Mär 2011 14:36

AW: Eigenes Firefox Plugin
 
Hallo,
du solltest eine *.Res datei mit den Infos die Firefox braucht erzeugen.
z.B.

/* Test Res */
1 VERSIONINFO
FILEVERSION 1, 0, 0, 1
PRODUCTVERSION 1, 0, 0, 1
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEOS VOS__WINDOWS32
FILETYPE VFT_DLL
{
BLOCK "StringFileInfo"
{
BLOCK "040904e4"
{
VALUE "CompanyName", "Jofre\000"
VALUE "FileDescription", "Test Firefox Plugin\000"
VALUE "FileExtents", "jfp\000"
VALUE "FileOpenName", "Jofre's plugin file (*.jfp)\000"
VALUE "FileVersion", "1, 0, 0, 1\000"
VALUE "InternalName", "Testplugin\000"
VALUE "LegalCopyright", "Copyright by Jofre \251 2009\000"
VALUE "MIMEType", "application/x-jofre-plugin\000"
VALUE "OriginalFilename", "JofrePlugin.dll\000"
VALUE "ProductName", "Jofre's FF Plugin\000"
VALUE "ProductVersion", "1, 0, 0, 1\000"
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 1033, 1252
}
}

Mimetype ist ganz wichtig, muss stimmen mit was auf der Htmlseite (<embed>...) stehet.


Alle Zeitangaben in WEZ +1. Es ist jetzt 14:28 Uhr.
Seite 2 von 2     12   

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz