Re: [Flashcoders] mouse events disabled then restored back

2008-06-13 Thread Matt Hawley
pic.enabled = false is what you use to disable the mouseevents. There are alot of ways you could do it. Here is one: -- var totalPics:Number = 4; var pics:Array = new Array(); for (var i = 0; i totalPics; i++){ pics[i] =

[Flashcoders] Library fonts, embedding non-latin character sets

2008-06-12 Thread Matt Hawley
Is there any way to embed non-latin character sets, such as cyrillic and hebrew, in library fonts as you can with a dynamic textfield on the stage? I have searched all day and can't find anything about it. ___ Flashcoders mailing list

Re: [Flashcoders] Library fonts, embedding non-latin character sets

2008-06-12 Thread Matt Hawley
. On Thu, Jun 12, 2008 at 4:27 PM, Kerry Thompson [EMAIL PROTECTED] wrote: Matt Hawley wrote: Is there any way to embed non-latin character sets, such as cyrillic and hebrew, in library fonts as you can with a dynamic textfield on the stage? I have searched all day and can't find anything

[Flashcoders] Character sets and library fonts

2008-06-11 Thread Matt Hawley
I want to use a shared dynamic library font with Cyrillic but only Latin is being embedded. Is there any way to specify which character set(s) to use like there is on a dynamic textfield on the stage? ___ Flashcoders mailing list