RE: [Flashcoders] Font embedding with Regular & Bold versions

2010-05-29 Thread Cor
You could try adding your fonts in the library:
Right click in library, add New Font, set your settings and load it like a
normal Class

HTH
cor

-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of
dopeco...@hotmail.com
Sent: zaterdag 29 mei 2010 15:25
To: Flash Coders List
Subject: Re: [Flashcoders] Font embedding with Regular & Bold versions

Thanks mate, but kind of defeats the purpose of choosing a different 
font than a system standard, need the embedding for correct display. 
Problem did rear it's ugle head again in another section, despit auto 
kerning turned off ... working around it for now, it is a wierd one.

Cor wrote:
> It's very simpel. :-)
> Select the dynamic textfield, click Character Embedding and click don't
> embed.
> In AS if you like, set testField.embedFonts = false;
>
>
> -Original Message-
> From: flashcoders-boun...@chattyfig.figleaf.com
> [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of
> dopeco...@hotmail.com
> Sent: vrijdag 28 mei 2010 2:55
> To: Flash Coders List
> Subject: [Flashcoders] Font embedding with Regular&  Bold versions
>
> Hi all,
>
> I have searched far and wide for the solution on this one, but to no
> avail. The old chestnut of font issue rears it's head again (reminds me
> of good old Flash 4 days), the basic scenario is this, and a link to a
> sample file is below:
>
> Two textfields on stage, the first, a static text field using a regular
> weighting of a font, for example Arial Regular. The second, a dynamic
> text field, using a bold weighting of the same font, e.g. Arial Bold.
> The dynamic field has its character embedding set appropriately, but
> here is the kicker. If I manually type something into this field and
> publish, all is well in font land .. however if I set it's .text
> property in AS, the bold text field will not render while the static
> field is using the regular version of the font.
>
> To add more fun and games, if I set the static field to the italic or
> anything else version of the same font, the dynamic bold field shows
> fine ... this happens on multiple fonts, the test file below uses Arial
> in an attempt to have something most people will have on their system.
>
> Any ideas at all? .. Even embedding the entire bold font as a library
> item doesn't work (and is not practical for what it is for), so any help
> would be most appreciated.
>
> Sample file:
>
> http://singlenotion.com/tmp/fontTest.zip
>
> Cheers
> Adam
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> Geen virus gevonden in het binnenkomende-bericht.
> Gecontroleerd door AVG - www.avg.com
> Versie: 9.0.819 / Virusdatabase: 271.1.1/2892 - datum van uitgifte:
05/23/10
> 20:26:00
>
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
>
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Geen virus gevonden in het binnenkomende-bericht.
Gecontroleerd door AVG - www.avg.com 
Versie: 9.0.819 / Virusdatabase: 271.1.1/2900 - datum van uitgifte: 05/27/10
20:30:00

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Font embedding with Regular & Bold versions

2010-05-29 Thread dopeco...@hotmail.com
Thanks mate, but kind of defeats the purpose of choosing a different 
font than a system standard, need the embedding for correct display. 
Problem did rear it's ugle head again in another section, despit auto 
kerning turned off ... working around it for now, it is a wierd one.


Cor wrote:

It's very simpel. :-)
Select the dynamic textfield, click Character Embedding and click don't
embed.
In AS if you like, set testField.embedFonts = false;


-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of
dopeco...@hotmail.com
Sent: vrijdag 28 mei 2010 2:55
To: Flash Coders List
Subject: [Flashcoders] Font embedding with Regular&  Bold versions

Hi all,

I have searched far and wide for the solution on this one, but to no
avail. The old chestnut of font issue rears it's head again (reminds me
of good old Flash 4 days), the basic scenario is this, and a link to a
sample file is below:

Two textfields on stage, the first, a static text field using a regular
weighting of a font, for example Arial Regular. The second, a dynamic
text field, using a bold weighting of the same font, e.g. Arial Bold.
The dynamic field has its character embedding set appropriately, but
here is the kicker. If I manually type something into this field and
publish, all is well in font land .. however if I set it's .text
property in AS, the bold text field will not render while the static
field is using the regular version of the font.

To add more fun and games, if I set the static field to the italic or
anything else version of the same font, the dynamic bold field shows
fine ... this happens on multiple fonts, the test file below uses Arial
in an attempt to have something most people will have on their system.

Any ideas at all? .. Even embedding the entire bold font as a library
item doesn't work (and is not practical for what it is for), so any help
would be most appreciated.

Sample file:

http://singlenotion.com/tmp/fontTest.zip

Cheers
Adam
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Geen virus gevonden in het binnenkomende-bericht.
Gecontroleerd door AVG - www.avg.com
Versie: 9.0.819 / Virusdatabase: 271.1.1/2892 - datum van uitgifte: 05/23/10
20:26:00

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


   

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Font embedding with Regular & Bold versions

2010-05-28 Thread Cor
It's very simpel. :-)
Select the dynamic textfield, click Character Embedding and click don't
embed.
In AS if you like, set testField.embedFonts = false;


-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of
dopeco...@hotmail.com
Sent: vrijdag 28 mei 2010 2:55
To: Flash Coders List
Subject: [Flashcoders] Font embedding with Regular & Bold versions

Hi all,

I have searched far and wide for the solution on this one, but to no 
avail. The old chestnut of font issue rears it's head again (reminds me 
of good old Flash 4 days), the basic scenario is this, and a link to a 
sample file is below:

Two textfields on stage, the first, a static text field using a regular 
weighting of a font, for example Arial Regular. The second, a dynamic 
text field, using a bold weighting of the same font, e.g. Arial Bold. 
The dynamic field has its character embedding set appropriately, but 
here is the kicker. If I manually type something into this field and 
publish, all is well in font land .. however if I set it's .text 
property in AS, the bold text field will not render while the static 
field is using the regular version of the font.

To add more fun and games, if I set the static field to the italic or 
anything else version of the same font, the dynamic bold field shows 
fine ... this happens on multiple fonts, the test file below uses Arial 
in an attempt to have something most people will have on their system.

Any ideas at all? .. Even embedding the entire bold font as a library 
item doesn't work (and is not practical for what it is for), so any help 
would be most appreciated.

Sample file:

http://singlenotion.com/tmp/fontTest.zip

Cheers
Adam
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Geen virus gevonden in het binnenkomende-bericht.
Gecontroleerd door AVG - www.avg.com 
Versie: 9.0.819 / Virusdatabase: 271.1.1/2892 - datum van uitgifte: 05/23/10
20:26:00

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Font embedding with Regular & Bold versions

2010-05-27 Thread dopeco...@hotmail.com
Well isn't that a slap in the face with a wet fish ... that did it 
Sumeet ... 10 years of flash destroyed by Auto kerning ;) Thanks mate.


Sumeet Kumar wrote:

Hi :)

Not sure why, but unchecking the auto kern  checkbox solved the 
problem for me.


Thanks
Sumeet Kumar

- Original Message - From: 
To: "Flash Coders List" 
Sent: Friday, May 28, 2010 6:25 AM
Subject: [Flashcoders] Font embedding with Regular & Bold versions


Hi all,

I have searched far and wide for the solution on this one, but to no
avail. The old chestnut of font issue rears it's head again (reminds me
of good old Flash 4 days), the basic scenario is this, and a link to a
sample file is below:

Two textfields on stage, the first, a static text field using a regular
weighting of a font, for example Arial Regular. The second, a dynamic
text field, using a bold weighting of the same font, e.g. Arial Bold.
The dynamic field has its character embedding set appropriately, but
here is the kicker. If I manually type something into this field and
publish, all is well in font land .. however if I set it's .text
property in AS, the bold text field will not render while the static
field is using the regular version of the font.

To add more fun and games, if I set the static field to the italic or
anything else version of the same font, the dynamic bold field shows
fine ... this happens on multiple fonts, the test file below uses Arial
in an attempt to have something most people will have on their system.

Any ideas at all? .. Even embedding the entire bold font as a library
item doesn't work (and is not practical for what it is for), so any help
would be most appreciated.

Sample file:

http://singlenotion.com/tmp/fontTest.zip

Cheers
Adam
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders 

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Font embedding with Regular & Bold versions

2010-05-27 Thread Sumeet Kumar

Hi :)

Not sure why, but unchecking the auto kern  checkbox solved the problem for 
me.


Thanks
Sumeet Kumar

- Original Message - 
From: 

To: "Flash Coders List" 
Sent: Friday, May 28, 2010 6:25 AM
Subject: [Flashcoders] Font embedding with Regular & Bold versions


Hi all,

I have searched far and wide for the solution on this one, but to no
avail. The old chestnut of font issue rears it's head again (reminds me
of good old Flash 4 days), the basic scenario is this, and a link to a
sample file is below:

Two textfields on stage, the first, a static text field using a regular
weighting of a font, for example Arial Regular. The second, a dynamic
text field, using a bold weighting of the same font, e.g. Arial Bold.
The dynamic field has its character embedding set appropriately, but
here is the kicker. If I manually type something into this field and
publish, all is well in font land .. however if I set it's .text
property in AS, the bold text field will not render while the static
field is using the regular version of the font.

To add more fun and games, if I set the static field to the italic or
anything else version of the same font, the dynamic bold field shows
fine ... this happens on multiple fonts, the test file below uses Arial
in an attempt to have something most people will have on their system.

Any ideas at all? .. Even embedding the entire bold font as a library
item doesn't work (and is not practical for what it is for), so any help
would be most appreciated.

Sample file:

http://singlenotion.com/tmp/fontTest.zip

Cheers
Adam
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Font embedding with Regular & Bold versions

2010-05-27 Thread dopeco...@hotmail.com

Hi all,

I have searched far and wide for the solution on this one, but to no 
avail. The old chestnut of font issue rears it's head again (reminds me 
of good old Flash 4 days), the basic scenario is this, and a link to a 
sample file is below:


Two textfields on stage, the first, a static text field using a regular 
weighting of a font, for example Arial Regular. The second, a dynamic 
text field, using a bold weighting of the same font, e.g. Arial Bold. 
The dynamic field has its character embedding set appropriately, but 
here is the kicker. If I manually type something into this field and 
publish, all is well in font land .. however if I set it's .text 
property in AS, the bold text field will not render while the static 
field is using the regular version of the font.


To add more fun and games, if I set the static field to the italic or 
anything else version of the same font, the dynamic bold field shows 
fine ... this happens on multiple fonts, the test file below uses Arial 
in an attempt to have something most people will have on their system.


Any ideas at all? .. Even embedding the entire bold font as a library 
item doesn't work (and is not practical for what it is for), so any help 
would be most appreciated.


Sample file:

http://singlenotion.com/tmp/fontTest.zip

Cheers
Adam
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Font embedding without Flash // Was: (no subject)

2010-03-04 Thread Gerry
http://blog.bobbyjuncosa.com/2009/06/14/flex-3-font-embedding-from-swc/


On Mar 4, 2010, at 3:26 PM, Michael Teniente wrote:

> I want to ask a question about embedding fonts without flash. I want to use 
> 3.0 in the flex builder. Can u give me a sample of how that is done? I 
> searched the online tutorials but all I get is samples of how to do it in 
> flash. Well, if I don't have flash..what good is that?
> 
> I need a 3.0 tutorial using the Flex Builder.
> 
> Can u help me out?
> 
> Thanks,
> mike t.
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] font embedding

2007-06-24 Thread nik crosina

Hi,

I have the following set-up going:

There is a main swf acting as a shell, into which other swfs are
loaded into (with AS like this: 'loadMovieNum("data/audio/audio.swf",
2);'

The swf's that are loaded in contain dynamic text that is loaded in
from an XML file with the .load and .omLoad funcitons which push the
content into various arrays. From there they are then transferred into
the dynamic text fields on button mouse clicks.

The font I want to use is LcdD, but I cannot get this to work at all.
When I embed the font, the text doesn't show, when I select 'don't
embed' the text shows.

I tried embedding in the swf that is loaded in, but am thinking that
it may work if I place the font in the library of the shell swf? How
would that work? I placed a dummy text field in the shell off-stage
using the required font and tried to embed it, which also did not
work.

Is there anything obvious I am doing wrong? Thanks!

Nik C
___
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


Re: [Flashcoders] font embedding hell

2006-05-12 Thread Doug Tangren

This should work.

On the machine were the fonts are installed. create a new flash file,  
create a font symbols for your target fonts.  Right click on them in  
your library, and click on Linkage properties and make sure the  
Export for actionscript and export of runtime sharing are checked  
fill in the url for the name of the swf file and an identifier for  
the font. I did this before and called mine fontlib.swf.  Export that  
movie.


In your target movie go to File > Import > Open External Library and  
point to the flash file where the target font symbol was created.  
Copy the font symbol from that library to your target movie's  
library. And if you click on the font symbol in your library the  
check box for  Import for runtime sharing should be and the URL  
should point to the swf files with the font embedding.  If haven't  
tested this using two different platforms, but essentially the font  
should be embedded in that external swf file so it should be there  
where ever you take it.


If that works, when you choose a font the identifier of that font  
symbol should show up in the font list with a * star beside it.



On May 12, 2006, at 1:58 PM, MBDI ICSC Rodrigo E. Curiel Salazar wrote:


Hi !

You must have the font installed in the system where you are  
developing.



On 5/12/06, August Gresens <[EMAIL PROTECTED]> wrote:


Sorry to bug ya with a "newbie" question, but the figleaf server  
seems

to be down so I couldn't search the archive.

I'm failing miserably to embed any font - as a library or otherwise -
for a dynamic or static text field.

I tried two ways:

* Using the "embed" button and choosing the characters.
* Embedding the font as a symbol.

I've tried alternate fonts, and these do not seem to embed either.
I've tried two fonts so far - I'm attempting to embed them on a
Macintosh computer.

Berthold Akzidenz Grotes
Helvetica Neu Bold Condensed.

In either case - I get the missing font dialogue when I open the  
flash

file containing the text fields mapped to these fonts.

Are there any known workarounds/remedies for common problems with  
this.


Thanks,

August

--
-


August Gresens
Technical Director
Black Hammer Productions, NYC
[EMAIL PROTECTED]

-

___
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


___
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


Re: [Flashcoders] font embedding hell

2006-05-12 Thread MBDI ICSC Rodrigo E. Curiel Salazar

Hi !

You must have the font installed in the system where you are developing.


On 5/12/06, August Gresens <[EMAIL PROTECTED]> wrote:


Sorry to bug ya with a "newbie" question, but the figleaf server seems
to be down so I couldn't search the archive.

I'm failing miserably to embed any font - as a library or otherwise -
for a dynamic or static text field.

I tried two ways:

* Using the "embed" button and choosing the characters.
* Embedding the font as a symbol.

I've tried alternate fonts, and these do not seem to embed either.
I've tried two fonts so far - I'm attempting to embed them on a
Macintosh computer.

Berthold Akzidenz Grotes
Helvetica Neu Bold Condensed.

In either case - I get the missing font dialogue when I open the flash
file containing the text fields mapped to these fonts.

Are there any known workarounds/remedies for common problems with this.

Thanks,

August

--
-


August Gresens
Technical Director
Black Hammer Productions, NYC
[EMAIL PROTECTED]

-

___
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


[Flashcoders] font embedding hell

2006-05-12 Thread August Gresens

Sorry to bug ya with a "newbie" question, but the figleaf server seems
to be down so I couldn't search the archive.

I'm failing miserably to embed any font - as a library or otherwise -
for a dynamic or static text field.

I tried two ways:

* Using the "embed" button and choosing the characters.
* Embedding the font as a symbol.

I've tried alternate fonts, and these do not seem to embed either.
I've tried two fonts so far - I'm attempting to embed them on a
Macintosh computer.

Berthold Akzidenz Grotes
Helvetica Neu Bold Condensed.

In either case - I get the missing font dialogue when I open the flash
file containing the text fields mapped to these fonts.

Are there any known workarounds/remedies for common problems with this.

Thanks,

August

--
-


August Gresens
Technical Director
Black Hammer Productions, NYC
[EMAIL PROTECTED]

-

___
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] Font embedding

2006-03-23 Thread Fredrik
Hi

 

I have a quick question, I have gotten a question about language support.

I want the application to support these languages, Hungarian, Estonian,
Croatian, Romanian.

 

I know that I have to embed character sets, but my question is how do I know
which of them Latin Extended-A or B?

 

Does anyone have a good website that lists what countries that goes in to
what set?

 

Thanks

 

//Fredrik


___
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] Font Embedding

2006-02-20 Thread Sumeet Kumar
Hi All,

I m Building a flash editor, which is a part of a website

User can add any number of text boxes in the editor and apply any font
on the each character of the textbox with bold, italic or underline

The problem is that whenever the user will change the font, i will have
to load 4 font SWF's (one for simple font, one for bold, one for italic
and one for bold italic) ,even in the case of the smaller fonts the size
of one fonts come to be around 70KB.And loading 70Kb for a single font
does not seem to be a good solution.


Can anyone suggest something to optimize this thing?

Any suggestion would be great help for me.

Sumeet Kumar
___
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] Font embedding using Font Symbols

2005-11-28 Thread Tomas Lehuta
Hello,
 
I need to embed fonts into my SWF using Font symbols in my library..
Could anybody tell me which character sents are embeded if a Font symbol is
created from an installed font.
I'd like to include all Unicode characters (for ex. Chinese characters of
Arial font) to be able to display multiple languages.. Is this possible?

best regards

Tomas Lehuta
---
Flash Developer
www.felisconsulting.com

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders