RE: [Flashcoders] changing a MovieClip instance class at runtime inAS2 ?

2006-11-22 Thread Marijan Miličević
as far as I know, FD ignores anything on the stage unless you choose "inject code" compile method, see compiler options within FD, hth -m -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dani Bacon Sent: Wednesday, November 22, 2006 5:50 PM To: Flashcod

RE: [Flashcoders] Difference between null and undefined?

2006-07-19 Thread Marijan Miličević
>By my understanding, undefined refers to a variable that doesn't exist, >whereas null is a variable that exists >but has no value, or an undetermined >value. not really, variable that exists, but is not explicitly assigned has value undefined: var foo; // undefined var bar = null;//null -m

RE: [Flashcoders] AS3 - why no properties in interfaces?

2006-07-05 Thread Marijan Miličević
Hi Hans, as I see it, I am not interested into dashed stuff of a shape, only thing I am interested in is what can I do with it... so, I could paint my shape with a brush or draw a line, up to me to decide and shouldn't be exposed by my interface.. for example: interface Shape { void hide

RE: [Flashcoders] AS3 - why no properties in interfaces?

2006-07-03 Thread Marijan Miličević
Hi Sascha, >But it's still beyond me why property support wasn't added. It >can be such a complex thing but would make OO life a good >amount easier. You are refering to Java but defined fields in java are implicitly static finals and need to be initilized within interface, so, you are not mis

RE: [Flashcoders] AMF .net

2006-06-19 Thread Marijan Miličević
[snip] >> Also, beware of reading anything provided my Adobe as their licenses >> will bind you by just reading it. >LOL Well, there's not much to laugh about. Probably by reading their documentation, you are not allowed to participate in any open source project that deals with AMF matters.