[Flashcoders] AS2 Shared Fonts and dynamically created textFields

2007-07-22 Thread pedr browne

Hello,

I have a swf using a shared font. The font works fine in static or dynamic
textFields created at author time, but does not work with dynamically
created textFields. I am setting embedFonts = true. The dynamically created
textfield's text property traces out the text I've set to it, but does not
show the text.

Can anyone help?

Thanks

--
+44 (0) 788 0600 363 | +44 (0) 127 3208 079
___
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] AS2 Shared Fonts and dynamically created textFields

2007-07-22 Thread Ian Thomas

Are you sure you've set the correct font in your dynamically created
text field? (using setTextFormat and/or setNewTextFormat?). Have you
got the font attributes correct in the TextFormat? (bold, italic etc.)

Ian

On 7/22/07, pedr browne [EMAIL PROTECTED] wrote:

Hello,

I have a swf using a shared font. The font works fine in static or dynamic
textFields created at author time, but does not work with dynamically
created textFields. I am setting embedFonts = true. The dynamically created
textfield's text property traces out the text I've set to it, but does not
show the text.

Can anyone help?

Thanks

--
+44 (0) 788 0600 363 | +44 (0) 127 3208 079
___
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] AS2 Shared Fonts and dynamically created textFields

2007-07-22 Thread David Ngo
Also, make sure you're setting your TextFormat after you set the text.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ian Thomas
Sent: Sunday, July 22, 2007 10:19 AM
To: flashcoders@chattyfig.figleaf.com
Subject: Re: [Flashcoders] AS2 Shared Fonts and dynamically created
textFields

Are you sure you've set the correct font in your dynamically created
text field? (using setTextFormat and/or setNewTextFormat?). Have you
got the font attributes correct in the TextFormat? (bold, italic etc.)

Ian

On 7/22/07, pedr browne [EMAIL PROTECTED] wrote:
 Hello,

 I have a swf using a shared font. The font works fine in static or dynamic
 textFields created at author time, but does not work with dynamically
 created textFields. I am setting embedFonts = true. The dynamically
created
 textfield's text property traces out the text I've set to it, but does not
 show the text.

 Can anyone help?

 Thanks

 --
 +44 (0) 788 0600 363 | +44 (0) 127 3208 079
 ___
 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] AS2 Shared Fonts and dynamically created textFields

2007-07-22 Thread Ian Thomas

...unless you're using setNewTextFormat()

Ian

On 7/22/07, David Ngo [EMAIL PROTECTED] wrote:

Also, make sure you're setting your TextFormat after you set the text.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ian Thomas
Sent: Sunday, July 22, 2007 10:19 AM
To: flashcoders@chattyfig.figleaf.com
Subject: Re: [Flashcoders] AS2 Shared Fonts and dynamically created
textFields

Are you sure you've set the correct font in your dynamically created
text field? (using setTextFormat and/or setNewTextFormat?). Have you
got the font attributes correct in the TextFormat? (bold, italic etc.)

Ian

On 7/22/07, pedr browne [EMAIL PROTECTED] wrote:
 Hello,

 I have a swf using a shared font. The font works fine in static or dynamic
 textFields created at author time, but does not work with dynamically
 created textFields. I am setting embedFonts = true. The dynamically
created
 textfield's text property traces out the text I've set to it, but does not
 show the text.

 Can anyone help?

 Thanks

 --
 +44 (0) 788 0600 363 | +44 (0) 127 3208 079
 ___
 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


___
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] Flash movie background color not showing in Firefox browser...

2007-07-22 Thread BOYD SPEER
Is there any special setting that would affect the movie background color when 
displayed in Firefox as opposed to Internet Explorer? My webpage looks fine in 
IE but the background color in Firefox changes to white instead of the #99 
dark red (that it shows in IE). This means the white text becomes invisible!

Thanks,
-Boyd
___
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] Flash movie background color not showing in Firefox browser...

2007-07-22 Thread Andy Andersson
Hi,
You probably want to create a bg layer in you flash movie that has the
correct color!

A:)=


On 7/22/07 11:48 AM, BOYD SPEER [EMAIL PROTECTED] wrote:

 Is there any special setting that would affect the movie background color when
 displayed in Firefox as opposed to Internet Explorer? My webpage looks fine in
 IE but the background color in Firefox changes to white instead of the #99
 dark red (that it shows in IE). This means the white text becomes invisible!
 
 Thanks,
 -Boyd
 ___
 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] AS2 Shared Fonts and dynamically created textFields

2007-07-22 Thread Ivan Dembicki

Hello,

Many materials about fonts sharing is here:
www.sharedfonts.com

PS:
Now SFM is free and sharedfonts.com domain is for sale.

Good luck!


2007/7/22, pedr browne [EMAIL PROTECTED]:

Hello,

I have a swf using a shared font. The font works fine in static or dynamic
textFields created at author time, but does not work with dynamically
created textFields. I am setting embedFonts = true. The dynamically created
textfield's text property traces out the text I've set to it, but does not
show the text.

Can anyone help?

Thanks

--
+44 (0) 788 0600 363 | +44 (0) 127 3208 079
___
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


Re: [Flashcoders] Flash movie background color not showing in Firefox browser...

2007-07-22 Thread Marc Hoffman
Make sure the bgcolor in the html code for embedding the flash movie 
is correct. I can't think of any other reason you'd have these symptoms.


Marc Hoffman

At 01:52 PM 7/22/2007, you wrote:

Hi,
You probably want to create a bg layer in you flash movie that has the
correct color!

A:)=


On 7/22/07 11:48 AM, BOYD SPEER [EMAIL PROTECTED] wrote:

 Is there any special setting that would affect the movie 
background color when
 displayed in Firefox as opposed to Internet Explorer? My webpage 
looks fine in
 IE but the background color in Firefox changes to white instead 
of the #99
 dark red (that it shows in IE). This means the white text becomes 
invisible!


 Thanks,
 -Boyd
 ___
 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] Flash movie background color not showing in Firefox browser...

2007-07-22 Thread BOYD SPEER
Yes I did check the html and the color is correct there (#99)... but as a 
workaround I will add a layer to insure the movie appears the same in each 
browser. I am surprised that flash would behave in such a manner - re-loading 
the adobe flash player did not make any difference and the problem looked the 
same on both my, and my client's computers. If anyone can think of the cause of 
this problem I would really appreciate your thoughts on it

Thanks guys,
-Boyd

- Original Message -
From: Marc Hoffman [EMAIL PROTECTED]
Date: Sunday, July 22, 2007 4:39 pm
Subject: Re: [Flashcoders] Flash movie background color not showing in Firefox 
browser...
To: flashcoders@chattyfig.figleaf.com

 Make sure the bgcolor in the html code for embedding the flash 
 movie 
 is correct. I can't think of any other reason you'd have these 
 symptoms.
 Marc Hoffman
 
 At 01:52 PM 7/22/2007, you wrote:
 Hi,
 You probably want to create a bg layer in you flash movie that 
 has the
 correct color!
 
 A:)=
 
 
 On 7/22/07 11:48 AM, BOYD SPEER [EMAIL PROTECTED] wrote:
 
   Is there any special setting that would affect the movie 
  background color when
   displayed in Firefox as opposed to Internet Explorer? My 
 webpage 
  looks fine in
   IE but the background color in Firefox changes to white 
 instead 
  of the #99
   dark red (that it shows in IE). This means the white text 
 becomes 
  invisible!
  
   Thanks,
   -Boyd
   ___
   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
 
___
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] Flash movie bac kground color not showing in Firefox browser...

2007-07-22 Thread minglei miao
hey guy
   
  add
   
   
  param name='bgcolor' value='#ff' /
   
  

BOYD SPEER [EMAIL PROTECTED] 写道:
  Yes I did check the html and the color is correct there (#99)... but as a 
workaround I will add a layer to insure the movie appears the same in each 
browser. I am surprised that flash would behave in such a manner - re-loading 
the adobe flash player did not make any difference and the problem looked the 
same on both my, and my client's computers. If anyone can think of the cause of 
this problem I would really appreciate your thoughts on it

Thanks guys,
-Boyd

- Original Message -
From: Marc Hoffman 

Date: Sunday, July 22, 2007 4:39 pm
Subject: Re: [Flashcoders] Flash movie background color not showing in Firefox 
browser...
To: flashcoders@chattyfig.figleaf.com

 Make sure the bgcolor in the html code for embedding the flash 
 movie 
 is correct. I can't think of any other reason you'd have these 
 symptoms.
 Marc Hoffman
 
 At 01:52 PM 7/22/2007, you wrote:
 Hi,
 You probably want to create a bg layer in you flash movie that 
 has the
 correct color!
 
 A:)=
 
 
 On 7/22/07 11:48 AM, BOYD SPEER wrote:
 
   Is there any special setting that would affect the movie 
  background color when
   displayed in Firefox as opposed to Internet Explorer? My 
 webpage 
  looks fine in
   IE but the background color in Firefox changes to white 
 instead 
  of the #99
   dark red (that it shows in IE). This means the white text 
 becomes 
  invisible!
  
   Thanks,
   -Boyd
   ___
   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
 
___
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


   
-
抢注雅虎免费邮箱3.5G容量,20M附件! 
___
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] Flash movie background color not showing in Firefox browser...

2007-07-22 Thread Arul Prasad M L

you dont have wmode set to transparent, do you?

~Arul Prasad.

On 7/23/07, BOYD SPEER [EMAIL PROTECTED] wrote:


Yes I did check the html and the color is correct there (#99)... but
as a workaround I will add a layer to insure the movie appears the same in
each browser. I am surprised that flash would behave in such a manner -
re-loading the adobe flash player did not make any difference and the
problem looked the same on both my, and my client's computers. If anyone can
think of the cause of this problem I would really appreciate your thoughts
on it

Thanks guys,
-Boyd

- Original Message -
From: Marc Hoffman [EMAIL PROTECTED]
Date: Sunday, July 22, 2007 4:39 pm
Subject: Re: [Flashcoders] Flash movie background color not showing in
Firefox browser...
To: flashcoders@chattyfig.figleaf.com

 Make sure the bgcolor in the html code for embedding the flash
 movie
 is correct. I can't think of any other reason you'd have these
 symptoms.
 Marc Hoffman

 At 01:52 PM 7/22/2007, you wrote:
 Hi,
 You probably want to create a bg layer in you flash movie that
 has the
 correct color!
 
 A:)=
 
 
 On 7/22/07 11:48 AM, BOYD SPEER [EMAIL PROTECTED] wrote:
 
   Is there any special setting that would affect the movie
  background color when
   displayed in Firefox as opposed to Internet Explorer? My
 webpage
  looks fine in
   IE but the background color in Firefox changes to white
 instead
  of the #99
   dark red (that it shows in IE). This means the white text
 becomes
  invisible!
  
   Thanks,
   -Boyd
   ___
   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

___
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





--
Arul Prasad
http://arulprasad.blogspot.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