Page 1 of 1

how to change the main menu font

Posted: 19 Apr 2007, 01:07
by malcolmb
My question is:
How do I change the main menu font while in Flash? All I want is a common font like Arial to replace the default imageVue fonts.

I have had success changing the 'heading' font but cannot do the same for the main menu font.

Here is what I have done in Flash:
1) I open imagevue.fla, it asks me to choose a substitute font, I select Arial for all four 'unknown' fonts. I then close this window.
2) I then click on the layer called 'heading' and the heading text box is selected with a blue rectangle
3) I click on the heading text box in the template area and I highlite the word 'loading...'
4) I then change the font from (DesertDogHMK) to Arial in the property inspector
5) Now, if I export this file as imagevue.swf and upload it to my website, the heading does change to Arial and heading only looks great.
6) I have noticed that the main menu font has also changed to an illegible size and unrecognizable font that I did not seem to have control over. (see what I mean at www.malcolmbrown.net) I would have modified the main menu text box the same way as the heading font text box but it does not seem to be created in the same fashion because I am unable to find, select and highlite the main menu text box. I have played around with the 'new menu' layer because nothing else seems to highlite the main menu text box. I have selected every single layer to see which one relates to the main menu text box and cannot figure it out.
7) I have also changed the font name to Arial in all config.ini files under the [text] section on the bottom on the page. I have done this for config.ini, slideshowconfig.ini, slideshowimagevueconfig.ini and slideshowpopupconfig.ini to see if this made a difference.

Anybody figure this out?

Thanks,
malcolmb

Posted: 25 Apr 2007, 10:18
by mjau-mjau
To change the font for the main menu, try this:

In the library for imagevue.fla, locate the movieclip "menufield". Open this movieclip, and simply change the font for the textfield there.

Keep in mind that fonts are set to embedded for this textfield, so if you want to use device fonts(non-embedded), you must set the following in frame 2 of the movieclip menuMC:
Code
embedfonts = true;

Posted: 23 May 2007, 17:43
by 3rd_Man
Can the "heading" and "main menu" be two different fonts?

Thanks
Lee

Posted: 01 Jun 2007, 13:48
by alberto
mjau-mjau wrote:To change the font for the main menu, try this:

In the library for imagevue.fla, locate the movieclip "menufield". Open this movieclip, and simply change the font for the textfield there.

Keep in mind that fonts are set to embedded for this textfield, so if you want to use device fonts(non-embedded), you must set the following in frame 2 of the movieclip menuMC:
Code
embedfonts = true;
sorry but I don't understand this "In the library for imagevue.fla, locate the movieclip "menufield". Open this movieclip, and simply change the font for the textfield there. "
can you hel pe me please?
thanks

Posted: 08 Jun 2007, 03:27
by alberto
alberto wrote:
mjau-mjau wrote:To change the font for the main menu, try this:

In the library for imagevue.fla, locate the movieclip "menufield". Open this movieclip, and simply change the font for the textfield there.

Keep in mind that fonts are set to embedded for this textfield, so if you want to use device fonts(non-embedded), you must set the following in frame 2 of the movieclip menuMC:
Code
embedfonts = true;
sorry but I don't understand this "In the library for imagevue.fla, locate the movieclip "menufield". Open this movieclip, and simply change the font for the textfield there. "
can you hel pe me please?
thanks
can you please help' me to understand the way to change the font please??