Flash CS3 Documentation |
|||
| Developing Flash Lite 2.x Applications > Developing Flash Lite Applications for BREW > Publishing Flash Lite files for BREW > Device file structures for different BREW versions | |||
Devices that support BREW 2.x and BREW 3.x have different file structures. It is important to understand these differences before you use the BREW Publisher wizard to specify your BREW application's file structure.
The file system on BREW 2.x devices is structured as follows:
Example:
brew/appname/appname.mod
brew/appname/appname.sig
brew/appname.mif
brew/shared/media.xxx, where xxx is the extension of any resource files, including graphics, video, sound, and BAR files
or
brew/appname/media.xxx, where xxx is the extension of any resource files, including graphics, video, sound, and BAR files
The file system on BREW 3.x devices is structured as follows:
Example:
brew/mod/appname/appname.mod
brew/mod/appname/appname.sig
brew/mif/appname.mif
brew/shared/media.xxx, where xxx is the extension of any resource files, including graphics, video, sound and BAR files
or
brew/mod/appname/media.xxx, where xxx is the extension of any resource files, including graphics, video, sound, and BAR files
Flash CS3