Discussion:
textField not visible under mask
(too old to reply)
Justin Raymond
2005-06-08 22:51:38 UTC
Permalink
Hi all,

I have a series of textFields under a mask and they do not show. As soon
as I remove the mask they appear. Is this something anyone else has
experienced and is there a solution?

TIA
Justin
#####################################################################################
Note:
This message is for the named person's use only. It may contain confidential,
proprietary or legally privileged information. No confidentiality or privilege
is waived or lost by any mistransmission. If you receive this message in error,
please immediately delete it and all copies of it from your system, destroy any
hard copies of it and notify the sender. You must not, directly or indirectly,
use, disclose, distribute, print, or copy any part of this message if you are not
the intended recipient. ABBOTSLEIGH and any of its subsidiaries each reserve
the right to monitor all e-mail communications through its networks.

Any views expressed in this message are those of the individual sender, except where
the message states otherwise and the sender is authorized to state them to be the
views of any such entity.
#####################################################################################
David Rorex
2005-06-08 23:08:55 UTC
Permalink
Try using a dynamic mask (with movieclip.setMask(mask)) or if you
already are, try using a static mask (made in the authoring
environment). This is a common problem everyone has when they start
using masks.

-David R
Post by Justin Raymond
Hi all,
I have a series of textFields under a mask and they do not show. As soon
as I remove the mask they appear. Is this something anyone else has
experienced and is there a solution?
TIA
Justin
#####################################################################################
This message is for the named person's use only. It may contain confidential,
proprietary or legally privileged information. No confidentiality or privilege
is waived or lost by any mistransmission. If you receive this message in error,
please immediately delete it and all copies of it from your system, destroy any
hard copies of it and notify the sender. You must not, directly or indirectly,
use, disclose, distribute, print, or copy any part of this message if you are not
the intended recipient. ABBOTSLEIGH and any of its subsidiaries each reserve
the right to monitor all e-mail communications through its networks.
Any views expressed in this message are those of the individual sender, except where
the message states otherwise and the sender is authorized to state them to be the
views of any such entity.
#####################################################################################
_______________________________________________
Flashcoders mailing list
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Ben Jackson
2005-06-09 14:23:45 UTC
Permalink
Are you using dynamic textfields? If so, you have to embed the fonts.

- Ben
Post by David Rorex
Try using a dynamic mask (with movieclip.setMask(mask)) or if you
already are, try using a static mask (made in the authoring
environment). This is a common problem everyone has when they start
using masks.
-David R
Post by Justin Raymond
Hi all,
I have a series of textFields under a mask and they do not show. As soon
as I remove the mask they appear. Is this something anyone else has
experienced and is there a solution?
TIA
Justin
######################################################################
###############
This message is for the named person's use only. It may contain confidential,
proprietary or legally privileged information. No confidentiality or privilege
is waived or lost by any mistransmission. If you receive this message in error,
please immediately delete it and all copies of it from your system, destroy any
hard copies of it and notify the sender. You must not, directly or indirectly,
use, disclose, distribute, print, or copy any part of this message if you are not
the intended recipient. ABBOTSLEIGH and any of its subsidiaries each reserve
the right to monitor all e-mail communications through its networks.
Any views expressed in this message are those of the individual sender, except where
the message states otherwise and the sender is authorized to state them to be the
views of any such entity.
######################################################################
###############
_______________________________________________
Flashcoders mailing list
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
_______________________________________________
Flashcoders mailing list
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
actionscriptcoder
2005-06-10 01:29:32 UTC
Permalink
Post by Ben Jackson
Are you using dynamic textfields? If so, you have to embed the fonts.
- Ben
errm ... no you dont ... I use dynamically created textfields (using
_sans), masked by dynamically created masks ALL the time ... even to
the point of having several layers of masking on top of the textfield.

We deliberatly use system-fonts across the board since not only does
this mean that they dont get anti-aliased and are therefore much
easier to read at smaller sizes, but it also cuts down on file-sizes
(have you checked out the size of a full unicode Arial lately?)

A
Ben Jackson
2005-06-10 02:15:09 UTC
Permalink
Um.. I think maybe this only relates to masks created on stage then? I
definitely ran into this gotcha on my first (quasi) dynamic flash
site...

Googled "flash mask dynamic textfield embed font" and found this:
http://www.tutorio.com/tutorial/flash-fonts-complete-tutorial
Flash Fonts FAQ
...
I can't mask my dynamic text
Solution: You need to embed the font.
- B
Post by Ben Jackson
Are you using dynamic textfields? If so, you have to embed the fonts.
- Ben
errm ... no you dont ... I use dynamically created textfields (using
_sans), masked by dynamically created masks ALL the time ... even to
the point of having several layers of masking on top of the textfield.
We deliberatly use system-fonts across the board since not only does
this mean that they dont get anti-aliased and are therefore much
easier to read at smaller sizes, but it also cuts down on file-sizes
(have you checked out the size of a full unicode Arial lately?)
A
_______________________________________________
Flashcoders mailing list
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
neo binedell
2005-06-10 17:37:33 UTC
Permalink
It depends on which player youre running.

I think embed fonts is not required after 7.0.19 IIRC.

So you
a) want to require that player and check for it
b) embed fonts just in case

regards
neo

-----Original Message-----
From: flashcoders-***@chattyfig.figleaf.com
[mailto:flashcoders-***@chattyfig.figleaf.com] On Behalf Of Ben Jackson
Sent: 10 June 2005 04:15 AM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] textField not visible under mask

Um.. I think maybe this only relates to masks created on stage then? I
definitely ran into this gotcha on my first (quasi) dynamic flash site...

Googled "flash mask dynamic textfield embed font" and found this:
http://www.tutorio.com/tutorial/flash-fonts-complete-tutorial
Flash Fonts FAQ
...
I can't mask my dynamic text
Solution: You need to embed the font.
- B
Post by Ben Jackson
Are you using dynamic textfields? If so, you have to embed the fonts.
- Ben
errm ... no you dont ... I use dynamically created textfields (using
_sans), masked by dynamically created masks ALL the time ... even to
the point of having several layers of masking on top of the textfield.
We deliberatly use system-fonts across the board since not only does
this mean that they dont get anti-aliased and are therefore much
easier to read at smaller sizes, but it also cuts down on file-sizes
(have you checked out the size of a full unicode Arial lately?)
A
_______________________________________________
Flashcoders mailing list
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Loading...