Description Text
Date: May 9, 2007
Views: 1284
Question:
Hi, we purchased one of your image gallery component few months ago. It works great however I'm experiencing some problems with fonts. We made a multilanguage site and the cyrillic fonts are not showing in the description. I've used FFF Corporate but the text is not even showing because most probably FFF doesn't have cyrillic characters. I've used other fonts which i know have cyrillic and the description text shows up with the default font system. It's not getting embedded. Please let me know how i can fix this. If not, please tell me which even is fired when I rollOver the image so i can write my own description text.
Answer:
| andreit (Admin) |
You can use "safe" fonts in the description. If you choose _sans, _serif or Arial, Verdana it should work. Here is the code to get the description: Example button_click = function (evnt){ trace(myGallery.contentDescription[evnt.buttonIndex]); } myGallery.addEventListener("button_click", this); |
