Questions
Answer
How to use special characters
This is the solution for using different types of characters/languages in our products with embedded fonts. You will need Adobe Flash Professional to follow the instructions below.
If you don't have Adobe Flash Professional, if the component allows it, you can use non-embedded fonts and you don't need these instructions as they should work with any type of character. To use non-embedded fonts you have to change the value of embedFonts attribute to false in your settings.xml file.
Step 1:
Edit the images.xml file with a text editor (a regular editor would be Notepad++) and set the format of the XML file to UTF-8. In Notepad++, from the menu, Format -> Encode in UTF-8. Type your text in CDATA tags for each image (in your UTF-8 formatted language) and Save the file.
For the second step, there are two possibilities:
- if you’re using any font other than the one already embedded in the component (like Arial and/or Verdana - depending on each component), go for Step 2A
- if you’re using the already embedded font go for Step 2B
Step 2A:
In the FLA file create an empty text field on the Stage using Text Tool (put it anywhere just make sure it’s outside the viewable area). Click on (select) this newly created text field on the Stage and go to Properties panel (Ctrl+F3) and select a font which you know it contains all the special characters you need. Click Embedding and select (using Ctrl+Click) all the character types you need (note that each selection increases little by little the SWF size).
Step 2B:
Open the Library (Ctrl+L), right clik on an empty space on the Library, select New Font, write Arial or Verdana for Name and Font, check Export for ActionScript, then write Arial or Verdana (the same as before) for the Identifier. Click OK.
Note: for Step 2B you’ll have to know that if you’ll be using rare characters, like Cyrillic, you won’t be able to see them, and you’ll have to go for Step 2A and use other fonts than Arial or Verdana. For Latin characters for example it won’t be a problem.
Step 3 for components having the font customizable through XML:
Edit the settings.xml file, and put the name of your font as the value for fontFace (note that it could differ from one component to another), like this
<fontFace value="your_font" />
Step 3 for components having the font customizable through CSS:
Edit the style.css file and write the name of your font for the font-family (you might want to put it twice, for both head and body), like this:
font-family: your_font;
Comments
Do you have a question?
you will get an answer in 24 hours, tops.





Amelle Mgdis
Posted 11 months agoI’ve probem with french caracters é, è, à... in tooltips, they don’t appear. How can I do please ?
The product is 3D-Wall
Hi,
We sent you an email. Please check your Inbox.
bernie
Posted 11 months agoI’m using 3dCarousel. In the images.xml I try to display German characters as “ä, Ü, ß” etc., but these characters either not displayed at all (when entering them as “ä, Ü, ß”) or their html-equvalent (”Ü”) is displayed.
Here’s the files contents:
<?xml version=“1.0” encoding=“UTF-8”?>
<!—
This is the XML from which the SWF file reads the following data:
image – the thumb image in the menu.
url – the address to go to when clicking the image
target – _self – opens the url in the same browser page – _blank – opens the url in a new browser page – a number – executes _root.gotoAndPlay(number); in Flash
The tooltip text is recorded as CDATA. You can use HTML tags like “<br>”
—>
<Carousel centeredImage=“images/ms-logo.png”> <photo image=“images/01.jpg” url=“http://www.abcde.fg/index.html” target=”_blank”> <![CDATA[Projektmanagement<br>München]]></photo> <photo image=“images/02.jpg” url=“http://www.abcde.fg/index.html” target=”_blank”> <![CDATA[Beraten • Planen • Überwachen]]></photo> <photo image=“images/03.jpg” url=“http://www.abcde.fg/index.html” target=”_blank”> <![CDATA[Baumanagement<br>Köln]]></photo> <photo image=“images/04.jpg” url=“http://www.abcde.fg/index.html” target=”_blank”> <![CDATA[Beraten • Steuern • Überwachen]]></photo>
</Carousel>
Hi,
Please send us the direct link where the component appears so we can check it out.
Amelle Mgdis
Posted 11 months agoI’ve probem with french caracters é, è, à... in tooltips, they don’t appear. How can I do please ?
Hi,
Please tell us which of our products you are referring to?
karist
Posted 11 months agoI bought Blur Menu and I want to have the opportunity to display Greek characters. I read the instructions for special characters but I dont found the attribute <embedFonts> to change it to false. How will I be able to have Greek characters?
Hi,
Please follow step 2A and 2B. Let us know with the changes.
Steve
Posted one year agoHello.
I want setting <embedFonts value=“false”> option.
but I don’t find <embedFonts value=“false”> and <Text_Properties> in my settings.
I using CoverFlowFx. Thanks.
Hi,
Please check your inbox. We send the version of the Cover Flow FX with the embedded characters.