Re: [Flashcoders] Baby Step #2

2010-07-12 Thread Anthony Pace
I was looking through a specific response to a question I'd asked in the past, when I saw that I hadn't noticed your statements. Although it may appear stupid to reply now, considering that I have just read the message, I will still try. Most of the grant money for University level R&D, come

Re: [Flashcoders] Communication Sever

2010-07-12 Thread Bob Wohl
It is now called Flash Media Server. More info here: http://www.adobe.com/products/flashmediaserver/ hth On Mon, Jul 12, 2010 at 12:49 PM, Lehr, Theodore wrote: > Does Adobe still offer Flash Communication Server? > __

[Flashcoders] Communication Sever

2010-07-12 Thread Lehr, Theodore
Does Adobe still offer Flash Communication Server? ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] ScrollRect and masking

2010-07-12 Thread Omar Fouad
Well I will do as Glen suggested, the first option. In my custom class that implements an IModuleConteiner interface, I will add a get fixedHeight():Number function. Thanks everyone for the help On Mon, Jul 12, 2010 at 11:41 AM, Omar Fouad wrote: > What about extending movieClip and overriding t

[Flashcoders] AS2 compile problems when variable name is the same as a package name

2010-07-12 Thread Andrew Sinning
I've never noticed this before. I had a variable named "view" referencing a class "view.PlainText". I kept getting compiler errors. Changing the variable name to "currentView" fixed the problem. Can somebody explain? I'm sure I've had conflicts like this before. Maybe the problem is that

Re: [Flashcoders] ScrollRect and masking

2010-07-12 Thread Omar Fouad
What about extending movieClip and overriding the height property to return the mask height On Mon, Jul 12, 2010 at 12:14 AM, Glen Pike wrote: > currentModule.myMask ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf