开发 Flash Lite 2.x 应用程序 |
|
|
|
| 为 BREW 开发 Flash Lite 应用程序 > 发布用于 BREW 的 Flash Lite 文件 > 关于发布用于 BREW 的 Flash Lite 文件 > MIF 文件 | |||
MIF 文件是提供 BREW 小程序所需信息的配置文件。BREW Publisher 向导为您生成 MIF 文件,这是发布过程的一部分。但是,每个内容开发人员有责任了解 MIF 的格式和要求,并在提交应用程序进行 True BREW 测试之前验证 MIF 文件设置是否正确。
以下代码显示 BREW Publisher 向导分别为应用程序和屏幕保护程序输出的默认 MIF 值。如果其中有任何值对于您的应用程序来说是不正确的,请从 BREW 网站下载 MIF Editor 工具,并在提交应用程序进行测试之前编辑这些文件。
<Applet> - List of Applets defined in this Module: [Class ID in post processor] - Applet Information: * Name: [Applet Name in post processor] * Class ID: [Class ID in post processor] * Applet Type: [blank] - Graphics * Large: [Large Icon in post processor] * Medium: [Medium Icon in post processor] * Small: [Small Icon in post processor] <Extension> - Exported Classes: [blank] - Exported MIME Types: [blank] <Dependencies> - External Classes Used by this Module: [blank] - External Classes Directory (Checkbox): [checked] - Used: [Class IDs generated by post processor] <Privileges> File [checked] Network [checked] Web Access [checked] TAPI [checked] <Access Control> - ACL type [blank] - Rights [blank] - Groups [blank] <License> No License (Checkbox): [checked] <General> - Author Name: [Author in post processor] - Copyright String: [Copyright in post processor] - Module Version: [Version in post processor] - EFS Restrictions * Max Files: [blank] * Max Space: (bytes) [blank] - String Encoding Format: [ISOLATIN1] Default MIF output for Screensavers <Applet> - List of Applets defined in this Module: [Class ID in post processor] - Applet Information: * Name: [Applet Name in post processor] * Class ID: [Class ID in post processor] * Applet Type: [blank] - Graphics * Large: [Large Icon in post processor] * Medium: [Medium Icon in post processor] * Small: [Small Icon in post processor] - Notifications, Flags, Settings… * Flags: Screensaver [checked] <Extension> - Exported Classes: [blank] - Exported MIME Types: [brew/ssaver Class ID] <Dependencies> - External Classes Used by this Module: [blank] - External Classes Directory (Checkbox): [checked] - Used: [Class IDs generated by post processor] <Privileges> All unchecked <Access Control> - ACL type [blank] - Rights [blank] - Groups [blank] <License> No License (Checkbox): [checked] <General> - Author Name: [Author in post processor] - Copyright String: [Copyright in post processor] - Module Version: [Version in post processor] - EFS Restrictions * Max Files: [blank] * Max Space: (bytes) [blank] - String Encoding Format: [ISOLATIN1]
|
|
|
|