Re: [Flashcoders] Masking a custom component causes my streamied invideo to stop playing.

2006-04-25 Thread JesterXL
You'll need to set the header fonts.  They header's by default use a Label I 
think.  Label by default uses _sans of 12.  _sans is a device font, not a 
font you can embed; it's an implict way of saying do not embed fonts, but 
use the Arial/Verdana equivalent on this machine.

Since the header's inherit the embedFonts style, you'll need to set the 
fontFamily of the datagrid to a font that you have embedded.

- Original Message - 
From: Manuel Saint-Victor [EMAIL PROTECTED]
To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Tuesday, April 25, 2006 11:46 AM
Subject: [Flashcoders] Masking a custom component causes my streamied 
invideo to stop playing.


I have a custom component that is loading in a progressively downloaded
flv.  When I add a mask onto another  layer in an attempt to mask the
component  the stream for that movie goes blank.  Anyone have any advice on
masking custom components?

Mani
___
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] Masking a custom component causes my streamied invideo to stop playing.

2006-04-25 Thread Manuel Saint-Victor
Thansk you so much!!! That fixed it.  I just used embedFonts=false for the
datagrids

Mani



On 4/25/06, JesterXL [EMAIL PROTECTED] wrote:

 You'll need to set the header fonts.  They header's by default use a Label
 I
 think.  Label by default uses _sans of 12.  _sans is a device font, not
 a
 font you can embed; it's an implict way of saying do not embed fonts, but
 use the Arial/Verdana equivalent on this machine.

 Since the header's inherit the embedFonts style, you'll need to set the
 fontFamily of the datagrid to a font that you have embedded.

 - Original Message -
 From: Manuel Saint-Victor [EMAIL PROTECTED]
 To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
 Sent: Tuesday, April 25, 2006 11:46 AM
 Subject: [Flashcoders] Masking a custom component causes my streamied
 invideo to stop playing.


 I have a custom component that is loading in a progressively downloaded
 flv.  When I add a mask onto another  layer in an attempt to mask the
 component  the stream for that movie goes blank.  Anyone have any advice
 on
 masking custom components?

 Mani
 ___
 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