Customizing Text Editor Fonts
Untitled Document

Customizing Fonts in the Text Editor.

Open flashblocks_texteditor2.fla

// fonts for text editor
flashblocks.systemFonts = new Array("_sans", "_serif", "_typewriter", "Arial");
flashblocks.systemFontsMenu = new Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1);
flashblocks.embeddedFonts = new Array("uni 05_53", "Bangalore", "Font 3");
flashblocks.embeddedFontsMenu = new Array(1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1);

The FontsMenu variables tell the flashblocks_texteditor2 what buttons to display. 1 = on, 0 = off.

System Fonts must be on the website viewers computer in order to be seen, so it is a good idea to use common fonts. "_sans", "_serif", and "_typewriter" are always available on every computer.

Embedded Fonts must be embedded in your website and in the flashblocks_texteditor2.fla. Embedded fonts are found in the movie clip, "linked library items." in both your main Flash movie, "blank_developer.fla" and in the text editor, "flashblocks_TextEditor2.fla"