Specifying the Automerge Location in a Browse Sequence for HTML5

You can determine where other Flare project outputs are merged relative to your parent project's browse sequence if you are generating HTML5 server-based output and you are publishing the files to a web server running Microsoft IIS.

By default, the other HTML5 server-based outputs will be merged at the end of your parent project's browse sequence. However, you can use the following steps to select one of the available options to override this placement.

See Runtime Merging Server-Based HTML5 Output.

How to Specify the Automerge Location in a Browse Sequence

  1. Open the browse sequence in the Flare project that will serve as the parent project.
  2. Do one of the following:
    • If you want to merge the other outputs in relation to one of the existing entries in the browse sequence (e.g., before it, after it), select that entry (whether it is an individual item or a book).

      OR

    • If you want to merge the other outputs at the location of an entry that is not linked to any other file, and you want to provide a label to indicate the location of the merge, create a new browse sequence item. To do this:
      1. Place your cursor in the browse sequence where you want to add the new item.
      2. Click .
      3. Press F2.
      4. Replace the default text with new text.
      5. Press ENTER.
      6. If necessary, use the arrow buttons in the local toolbar to position the new entry in the browse sequence.
  3. In the local toolbar of the Browse Sequence Editor, click Display properties for the selected item.. The Properties dialog opens.
  4. Select the Advanced tab.
  5. In the Server-based Automerge field, select one of the following:

    • Before The automerge will occur immediately before the selected browse sequence entry.
    • After The automerge will occur immediately after the selected browse sequence entry.
    • First Child The automerge will occur at the first location directly after the selected browse sequence book (i.e., before any other entries within the book). If you use this option on a simple browse sequence entry instead of a book, the entry will automatically become a book once the outputs are automerged.
    • Last Child The automerge will occur at the last location after the selected browse sequence book (after the last entry within the book). If you use this option on a simple browse sequence entry instead of a book, the entry will automatically become a book once the outputs are automerged.
    • Replace The automerge will occur at the location of the browse sequence entry where you have specified this option. It would replace any links that might otherwise be applied to that entry. You might use this option, for example, if you want to create a new entry in the parent browse sequence so that you can add a label at the point where the automerge occurs.
  6. In the Properties dialog, click OK.
  7. Click Save the active file. to save your work.