[flexcoders] File - flexcodersFAQ.txt

2006-01-01 Thread flexcoders
Flexcoders Frequently Asked Questions Last Updated: 30th May 2005 Contributors: Matt Chotin, Steven Webster, Alistair McLeod, Tariq Ahmed, Jeff Tapper,

[flexcoders] Embed font's glyphs in AS3 Project in Flex Builder 2 alpha

2006-01-01 Thread Michael Klishin
Hi, Is there a way to embed specific set of glyphs in Action Script 3 project in Zorn? Like we do with Embed button in Flash. Thanks in advance, Happy new year! -- Michael Antares Klishin, Email: [EMAIL PROTECTED] Web: www.novemberain.com Non progredi est regredi -- Flexcoders Mailing List

Re: [flexcoders] Embed font's glyphs in AS3 Project in Flex Builder 2 alpha

2006-01-01 Thread JesterXL
[Embed(systemFont='Arial', mimeType='application/x-font-truetype')] - Original Message - From: Michael Klishin [EMAIL PROTECTED] To: Flexcoders flexcoders@yahoogroups.com Sent: Sunday, January 01, 2006 1:41 PM Subject: [flexcoders] Embed font's glyphs in AS3 Project in Flex Builder 2

Re: [flexcoders] Embed font's glyphs in AS3 Project in Flex Builder 2 alpha

2006-01-01 Thread Michael Klishin
JesterXL wrote: [Embed(systemFont='Arial', mimeType='application/x-font-truetype')] Thanks Jesse but this will embed the whole font, won't it? What if I need, say, just numerals? Or just letters a, j, u, and w? Is there a way to do it? -- Michael Antares Klishin, Email: [EMAIL PROTECTED]

[flexcoders] Re: creation effect on dynamically created child

2006-01-01 Thread jgraham_us
I tried that and it didn't work. --- In flexcoders@yahoogroups.com, JesterXL [EMAIL PROTECTED] wrote: Have you tried: creationCompleteEffect: WipeDown Instead? - Original Message - From: jgraham_us [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, December

Re: [flexcoders] Re: creation effect on dynamically created child

2006-01-01 Thread JesterXL
Hrm... creationCompleteEffect is really just an event, and as such, it needs to trigger an existing effect, not create on. Try creating an effect, and pass the ID for it instead of the effect's class type. - Original Message - From: jgraham_us [EMAIL PROTECTED] To:

Re: [flexcoders] Embed font's glyphs in AS3 Project in Flex Builder 2 alpha

2006-01-01 Thread JesterXL
Flash, yes, Flex, don't know yet. I've searched the docs, and can't find anything detailed about it yet. Wait until Adobe gets back from vacation tomorrow. - Original Message - From: Michael Klishin [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, January 01, 2006 3:41

RE: [flexcoders] Embed font's glyphs in AS3 Project in Flex Builder 2 alpha

2006-01-01 Thread Rob Rusher
Did you try adding it in your style sheet like this: @font-face { src: url(assets/fonts/arial.ttf); fontFamily:futura; unicode-range: glyphs; } Then in your flex-config.xml set the unicode-range: language-range langglyphs/lang rangeU+0E01-U+0E5B/range /language-range Rob Rusher