[flexcoders] Re: Font Embedding from *.ttc files

2010-03-29 Thread dmjabbo
. @font-face { fontFamily: Helvetica Neue Condensed Bold; ... } Pete -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of dmjabbo Sent: Thursday, March 25, 2010 10:29 AM To: flexcoders@yahoogroups.com Subject

[flexcoders] Re: Font Embedding from *.ttc files

2010-03-25 Thread dmjabbo
Anyone got any ideas on this? I'm desperate! --- In flexcoders@yahoogroups.com, dmjabbo dmja...@... wrote: Hi All, This may be a very quick one for one of you clever folks but it has got me completely stumped. How on earth do you embed a specific typeface from a .ttc file? I have

[flexcoders] Re: extending the eventDispatcher class.

2010-03-24 Thread dmjabbo
Your event is being dispatched before you call addeventlistener as you are calling myDispatchFunction() from the constructor. Try calling myDispatchFunction() after you have called addEventListener(). As a note, the FlexEvent.CREATION_COMPLETE event is used by flex as part of the component

[flexcoders] Font Embedding from *.ttc files

2010-03-23 Thread dmjabbo
Hi All, This may be a very quick one for one of you clever folks but it has got me completely stumped. How on earth do you embed a specific typeface from a .ttc file? I have HelveticaNeue.ttc which contains 11 typfaces and I'm embedding using css / @font-face. I can get at the standard typefaces