Re: [Flashcoders] zinc issues with AS2

2006-06-14 Thread Manuel Saint-Victor
Not sure if this is relevant but -are you using the intrinsic classes in Zinc. If you include them in your library you're able to compile with MTASC I believe M On 6/13/06, Andreas Rønning <[EMAIL PROTECTED]> wrote: Whenever i try to use mdm.* methods in AS2 classes they refuse to work, mostl

RE: [Flashcoders] zinc issues with AS2

2006-06-13 Thread Lee McColl-Sylvester
r PPC to rest, too. ;-) Hooray for open source :) Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cedric Muller Sent: 13 June 2006 11:37 To: Flashcoders mailing list Subject: Re: [Flashcoders] zinc issues with AS2 I know fatally, I am look

Re: [Flashcoders] zinc issues with AS2

2006-06-13 Thread Cedric Muller
capabilities than Zinc with less effort. At least when it matures. Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cedric Muller Sent: 13 June 2006 11:27 To: Flashcoders mailing list Subject: Re: [Flashcoders] zinc issues with AS2 var mdm:Object

Re: [Flashcoders] zinc issues with AS2

2006-06-13 Thread Arul
Dear Andreas, Can you try _global.mdm.* instead? Regards, Arul - Original Message - From: "Andreas R?nning" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Tuesday, June 13, 2006 6:27 PM Subject: [Flashcoders] zinc issues with AS2 Whenever i try to use mdm.* methods in AS

Re: [Flashcoders] zinc issues with AS2

2006-06-13 Thread Andreas Rønning
ovide more capabilities than Zinc with less effort. At least when it matures. Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cedric Muller Sent: 13 June 2006 11:27 To: Flashcoders mailing list Subject: Re: [Flashcoders] zinc issues with AS2

RE: [Flashcoders] zinc issues with AS2

2006-06-13 Thread Lee McColl-Sylvester
June 2006 11:27 To: Flashcoders mailing list Subject: Re: [Flashcoders] zinc issues with AS2 var mdm:Object = _global.mdm; what a shitty way to code, but, hey this is Zinc :)) Cedric > Whenever i try to use mdm.* methods in AS2 classes they refuse to > work, mostly because mdm is an unde

Re: [Flashcoders] zinc issues with AS2

2006-06-13 Thread Cedric Muller
sorry, don't reference, just target _global.mdm (dumber than what we deserve) _global.mdm.System.exec('C:/runacrobat.exe'); Cedric Whenever i try to use mdm.* methods in AS2 classes they refuse to work, mostly because mdm is an undeclared property. Declaring it with var mdm:Object doesn't

Re: [Flashcoders] zinc issues with AS2

2006-06-13 Thread Cedric Muller
var mdm:Object = _global.mdm; what a shitty way to code, but, hey this is Zinc :)) Cedric Whenever i try to use mdm.* methods in AS2 classes they refuse to work, mostly because mdm is an undeclared property. Declaring it with var mdm:Object doesn't do much either. Super frustrating, anyon