Hello, http://sharedfonts.com/eng/faq.html#include [q] I highly recommend you to input the desired glyphs into text field before writing them to "Include these characters:" box by pressing Auto Fill. There is a simple reason for that: font can have these glyphs missing. If you do not see a glyph after inserting it into text field, that will show you that the chosen font doesn't include such symbol. If you input the glyphs directly into "Include these characters:" string, you will see the symbols there, but you will not have them in the compiled swf file, and will spend some time trying to guess the reason. [/q]
> I have this > operand="÷"; > item.text=operand+" "+String(i); > trace(item.text) /// ÷ 1 > but I don't see that operand in text area. > text area: not html, Arial, all embedded > text area HTML: the same I see operand in trace but I don't see on the screen > > Any idea? > > 2007/8/14, Cedric Muller <[EMAIL PROTECTED]>: > > Hello, > > > > You mean that you just need this 'convention' for display purposes ? > > > > var str = "10 / 2="; > > trace(str); // outputs: 10 / 2= > > str = str.split("/").join("÷"); > > trace(str); // outputs: 10 ÷ 2= > > > > hth, > > Cedric > > > > > "10 / 2=" I need "10 ÷ 2 =" > > > > _______________________________________________ > > Flashcoders@chattyfig.figleaf.com > > To change your subscription options or search the archive: > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > > > Brought to you by Fig Leaf Software > > Premier Authorized Adobe Consulting and Training > > http://www.figleaf.com > > http://training.figleaf.com > > > _______________________________________________ > Flashcoders@chattyfig.figleaf.com > To change your subscription options or search the archive: > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > Brought to you by Fig Leaf Software > Premier Authorized Adobe Consulting and Training > http://www.figleaf.com > http://training.figleaf.com > -- iv
_______________________________________________ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com