Here's how to embed a Fractal Image Format file in HTML.
1. Start with the opening tag <embed src= in front of the file name.
2. Put the Fractal Image Format file name you want displayed after the tag. There is no space between the tag and the file name.
3. Specify the width and height of the image. Without it, the image will not display.
4. To finish the command, several optional keyword features are available.
This is the command that displayed the eagle above: <EMBED SRC="eagle.fif" width=150 height=100 STEP3>
WIDTH = value {Determines the width in pixels of the frame.}
HEIGHT = value {Determines the height in pixels of the frame.}
Bold values are the default settings if the keyword field is null.
CROPX = value {Trims the image along the x-axis without changing the image's aspect ratio.}
CROPY = value {Trims the image along the y-axis without changing the image's aspect ratio.}
CROPWIDTH = value {The width of a cropped image.}
CROPHEIGHT = value {The height of a cropped image.}
STANDARDPALETTE {Applies a colomap that is common among images and applications.}
OPTIMIZEDPALETTE { Applies a colomap that best enhances an image.}
INTERNALPALETTE { Applies a unique colormap that is embedded with each FIF.}
TOPLEFT {Aligns the image in the top, left area of the frame.}
TOPRIGHT {Aligns the image in the top, right area of the frame.}
TOPCENTER {Aligns the image in the top, center area of the frame.}
CENTERLEFT {Aligns the image in the center, left area the frame.}
CENTERCENTER {Aligns the image evenly in the center area of the frame.}
CENTERRIGHT {Aligns the image in the center, right area of the frame.}
BOTTOMLEFT {Aligns the image in the bottom, left area of the frame.}
BOTTOMCENTER {Aligns the image in the bottom, center area of the frame.}
BOTTOMRIGHT {Aligns the image in the bottom, right area of the frame.}
TOP
CENTER
BOTTOM
LEFT
RIGHT
FLIPHORIZONTAL = TRUE|FALSE {When set to true, the image appears flipped horizantally once it is downloaded.}
FLIPVERTICAL = TRUE|FALSE {When set to true, the image appears flipped vertically once it is downloaded.}
ROTATE90CW {The image displayed is rotated 90 degrees to the right once it is downloaded.}
ROTATE180 {The image displayed is rotated 180 degrees to the right once it is downloaded.}
ROTATE90CCW {The image displayed is rotated 90 degrees to the left once it is downloaded.}
NOPROGRESSIVE {The image is displayed with no progressive steps.}
FOCUSPROGRESSIVE {The image is displayed in full size, but gradually increases in focus as it downloads and displays.}
EXPANDPROGRESSIVE {The image is displayed in focus, but gradually increases from a miniature size to its default size as it downloads and displays.}
STEP1 {Displays only the first progressive step of an image as it downloads.}
STEP2 {Displays only the first two progressive steps of an image as it downloads.}
STEP3 {Displays only the first three progressive steps of an image as it downloads.}
STEP4 {Displays only the first four progressive steps of an image as it downloads.}
STEP5 {Displays only the first five progressive steps of an image as it downloads.}
STEP6 {Displays all six progressive steps of an image as it downloads.}
DITHER = TRUE|FALSE {When set to true, enhances colors by averaging the true color values and the colormapped values so colors appear more accurate.}
GRAYSCALE = TRUE|FALSE {When set to true, displays the image in degrees of shading between black and white.}
INVERTCOLORS = TRUE|FALSE {When set to true, is the RGB compliment.}
MAP = {The URL name of the Map file (either CERN or NCSA format).}
FTT = {The URL name of the FTT file associated with the FIF file.}
SRC = {The URL of a FIF file.}
COMPLETELOAD = TRUE|FALSE {When set to true, the entire size of the image is downloaded.}
MODPROTECT = TRUE|FALSE {When set to true, downloads the image and does not allow any modifications by the user/viewer.}
COPYPROTECT = TRUE|FALSE {When set to true, prevents the image from being copied to the clipboard or another application.}
ALT = value {Alternate text to display before FIF is displayed.}
BORDER = value {Varies the thickness of a border around image.}