Re: [flexcoders] Filters, Contributing

2006-02-10 Thread Trey Long
09, 2006 5:15 PM Subject: Re: [flexcoders] Filters, Contributing I read through that, from what I understand it didn't exactly cover what I wanted to do. I was hoping to do something like the following: MyNewFilter would extend from the BitMapFilter class: var f:MyNewFilter = new

Re: [flexcoders] Filters, Contributing

2006-02-10 Thread JesterXL
Hey Trey, I saw your effect posted on Drisgill, how did you get it to work? She looks hot! - Original Message - From: Trey Long [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, February 10, 2006 9:14 AM Subject: Re: [flexcoders] Filters, Contributing Yeah, that's

Re: [flexcoders] Filters, Contributing

2006-02-10 Thread Trey Long
Sent: Thursday, February 09, 2006 5:15 PM Subject: Re: [flexcoders] Filters, Contributing I read through that, from what I understand it didn't exactly cover what I wanted to do. I was hoping to do something like the following: MyNewFilter would extend from the BitMapFilter class: var

RE: [flexcoders] Filters, Contributing

2006-02-10 Thread Jason Hawryluk
sage - From: "Trey Long" [EMAIL PROTECTED]To: flexcoders@yahoogroups.comSent: Friday, February 10, 2006 9:14 AMSubject: Re: [flexcoders] Filters, ContributingYeah, that's the problem. I can't find an interface as a guide todesigning the class and even though I can exten

[flexcoders] Filters, Contributing

2006-02-09 Thread Trey Long
I created my own bitmap filter from scratch. I was hoping that I could follow the MM framework on this one but there is no info in the API nor is there an interface that I can follow. If any Adobe / MM guys have any advice on this one please let me know. I would like to just use it in the same

Re: [flexcoders] Filters, Contributing

2006-02-09 Thread JesterXL
Here is the 1.5 way; 2 shouldn't be that different: http://www.jessewarden.com/archives/2006/01/how_to_use_the.html - Original Message - From: Trey Long [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, February 09, 2006 1:54 PM Subject: [flexcoders] Filters

Re: [flexcoders] Filters, Contributing

2006-02-09 Thread Trey Long
Message - From: Trey Long [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, February 09, 2006 1:54 PM Subject: [flexcoders] Filters, Contributing I created my own bitmap filter from scratch. I was hoping that I could follow the MM framework on this one

Re: [flexcoders] Filters, Contributing

2006-02-09 Thread JesterXL
: Thursday, February 09, 2006 5:15 PM Subject: Re: [flexcoders] Filters, Contributing I read through that, from what I understand it didn't exactly cover what I wanted to do. I was hoping to do something like the following: MyNewFilter would extend from the BitMapFilter class: var f:MyNewFilter