> --
> You received this message because you are subscribed to the Google Groups
> "FlashCodersNY" group.
> To post to this group, send email to flashcodersny@googlegroups.com.
> To unsubscribe from this group, send email to
> flashcodersny+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/flashcodersny?hl=en.
Taking out the fonts from the embed was the best possible thing they did.
Using .swc is much better when working with multiple developers and
different OS. Embed fonts were a nightmare for me in few projects. After
those I started using .swc which helped me a lot.
On Tue, Aug 28, 2012 at 2:25 PM, Ali Tan Ucer <alitanu...@gmail.com> wrote:
>> --
>> You received this message because you are subscribed to the Google Groups
>> "FlashCodersNY" group.
>> To post to this group, send email to flashcodersny@googlegroups.com.
>> To unsubscribe from this group, send email to
>> flashcodersny+unsubscribe@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/flashcodersny?hl=en.
> --
> You received this message because you are subscribed to the Google Groups
> "FlashCodersNY" group.
> To post to this group, send email to flashcodersny@googlegroups.com.
> To unsubscribe from this group, send email to
> flashcodersny+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/flashcodersny?hl=en.
-- Regards
*Marcelo Duende*
Creative Developer
Los Angeles - CA
marceloduende.com
yes, but you can transcode the font into a swf and embed that, seems
reasonable - are there major drawbacks you've found with that? I guess
it might mess with some people's workflow...
On Tue, Aug 28, 2012 at 5:25 PM, Ali Tan Ucer <alitanu...@gmail.com> wrote:
>> --
>> You received this message because you are subscribed to the Google Groups
>> "FlashCodersNY" group.
>> To post to this group, send email to flashcodersny@googlegroups.com.
>> To unsubscribe from this group, send email to
>> flashcodersny+unsubscribe@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/flashcodersny?hl=en.
> --
> You are subscribed to the http://NYCoders.org mailing list.
> To post a message, send an email to nycoders@googlegroups.com
> To unsubscribe nycoders+unsubscribe@googlegroups.com
> For more options, visit http://groups.google.com/group/nycoders?hl=en
Taking out the fonts from the embed was the best possible thing they did.
Using .swc is much better when working with multiple developers and
different OS. Embed fonts were a nightmare for me in few projects. After
those I started using .swc which helped me a lot.
On Tue, Aug 28, 2012 at 2:33 PM, Hudson Ansley <hudsonans...@gmail.com>wrote:
> yes, but you can transcode the font into a swf and embed that, seems
> reasonable - are there major drawbacks you've found with that? I guess
> it might mess with some people's workflow...
> On Tue, Aug 28, 2012 at 5:25 PM, Ali Tan Ucer <alitanu...@gmail.com>
> wrote:
> > And font embedding is out... :)
> > On Tue, Aug 28, 2012 at 4:31 PM, Hudson Ansley <hudsonans...@gmail.com>
> > wrote:
> >> --
> >> You received this message because you are subscribed to the Google
> Groups
> >> "FlashCodersNY" group.
> >> To post to this group, send email to flashcodersny@googlegroups.com.
> >> To unsubscribe from this group, send email to
> >> flashcodersny+unsubscribe@googlegroups.com.
> >> For more options, visit this group at
> >> http://groups.google.com/group/flashcodersny?hl=en.
> > --
> > You are subscribed to the http://NYCoders.org mailing list.
> > To post a message, send an email to nycoders@googlegroups.com
> > To unsubscribe nycoders+unsubscribe@googlegroups.com
> > For more options, visit http://groups.google.com/group/nycoders?hl=en
> --
> You received this message because you are subscribed to the Google Groups
> "FlashCodersNY" group.
> To post to this group, send email to flashcodersny@googlegroups.com.
> To unsubscribe from this group, send email to
> flashcodersny+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/flashcodersny?hl=en.
-- Regards
*Marcelo Duende*
Creative Developer
Los Angeles - CA
marceloduende.com
<marcelo.due...@gmail.com> wrote:
> Taking out the fonts from the embed was the best possible thing they did.
> Using .swc is much better when working with multiple developers and
> different OS. Embed fonts were a nightmare for me in few projects. After
> those I started using .swc which helped me a lot.