|
Check Project and Distribute Files |
Top Previous Next |
|
From menu Project select Check & Distribute (Same as from menu File - Compile)
Player:
Checking the Project
The Secure Layer This will process the mbd data in such way that no Text or Script would be visible if you look at it in the Hex editor. Also, the file can't be loaded back to the designer (no password will help!) so it can only be played. However, note that the loading of file with Secure layer would need more time and memory that without this layer so you should use it only on necessary files. The same option was added to Compress and Export to easy create mbd files, which can't be viewed in Hex editors and loaded in designer. Icon Here you can set the application icon, which will be then displayed in program title bar, application taskbar or the Alt-Tab menu. There is currently no way to use XP/Vista icons in Compile dialog. But you can replace the 16/256color icon after compiling the project. There is a tool to do this right in MMB installation folder called "mmb_iconchanger.exe ". Simply run this tool, chose your compiled project, your XP/Vista multi-icon and simply press [Replace] button. Copyrights Info MMB4.9 This "Copyrights Info" allows you to insert your own file version information and comments to the final executable. For example, you can put your copyright for the contents you created, comments about used materials or publication version number. It resolves some legal issues if your customer doesn't want to put your copyright on the project pages but you still want to have your copyright or name there. Many other authoring tools didn't allow you to do this. You can access this option only in the Check & Distribute dialog box. Remember, that this work only if the "Create Stand-Alone file" option is checked. You can put up to 35 characters per field. If you want to show File Version tab in your executable (or anyone else *.exe file), then select the executable, press ALT + ENTER and click on a Version tab.
NOTE 4.9.8: With purchased "Comment Unlock Code" you can change also the Comment field, which by default contains this string.. "Created with Multimedia Builder, version 4.9.8.0".
After purchasing the code (here) and entering it in "About MMB" dialog, you will see a new Comments field in compile dialog..
Generate Autorun.inf If you creating autorun menu for CD then you need to generate autorun.inf and put it on CD together with the exe, mbd and all other files. Autorun.inf and the MMB project (exe or player.exe) must be in the root of the CD. If you creating other than CD projects then you don't need autorun.inf generated.
IMPORTANT! Keep the exe filename in 8+3 format and without empty spaces! If your autorun doesn't work, the empty space in program name (like "my program.exe") is the most common cause of this problem! If you still wish to use empty spaces in the program file name, you need to edit the Autorun.inf and enclose the program name in double quotes. so instead of this.. OPEN=autorun.exe use this.. OPEN="autorun.exe" Warnings
Suppress FMOD warnings Enabling this options will suppress all error and warning messages generated by FMOD audio library (e.g. "Unsupported file format" or "Sound Card is not installed"). Suppress Flash warnings Enabling this options will suppress all Flash player information/warning/error messages generated by Flash player (including the Flash player installation..in other words, this will make the embedded Flash player installation completely silent). Embed Flash Player Runtime: This is a special option for embedding the Flash runtime files that have to be installed on the user's system. According the Macromedia's website, the current penetration of the Flash player is about 98% of all users already connected to the Internet. It's probably because the Flash player is installed with most of the current Internet browsers, like a MS Internet Explorer or Netscape Communicator. Therefore, you don't need to embed the Flash runtime into your project in most cases. On the other hand, this option is always useful in cases when you are not sure about the version of Flash player already installed on user's system or if the Flash player is ever installed on the user's system. With MMB4.9 is shipped Flash player version 6. If you don't check this option and the Flash player will not be installed on the user's system, or the version of already installed Flash player is older than expected, then application will try to connect to the Macromedia web site and will download and install the most recent version of Flash player.
|