Re: [Flashcoders] Blur an image gradually

2006-06-12 Thread Robert Wąs
Just change any part of movieclip to BitmapData, attach this bitmap to another clip and apply any filter what do you want rw [EMAIL PROTECTED] wrote: Hi! I wonder if it's possible to blur different parts of an image? I am quite sure I have seen a Flash 8 example of this.. There seems to be lit

Re: [Flashcoders] Flash Ant build for Flash IDE?

2006-01-06 Thread Robert Wąs
I maked kind of framework to test and publish *.fla files, in IDE i test modules, with ant i execute jsfl function that optimize and strip test code/content. I used it with two projects. Temporaty i have jsfl code invocation in just the same file that jsfl function but theoretically fl.runSc

Re: [Flashcoders] LoadVars + sendAndLoad + PERL + FireFox = Problem

2005-11-16 Thread Robert Wąs
{ location="/my_next_page.html"//throws security restriction location="http:domain.com/my_next_page.html"//ok } Robert Wąs Philip Isaacs wrote: I've seen this posted on a number of websites, but not many useful solutions. I built this nifty application in Flash that reads

Re: [Flashcoders] rotate mc through press+drag?

2005-11-14 Thread Robert Wąs
I explayned only an idea. I can't help you ;) especially if i not see your code. Robert Wąs Amanda Kuek wrote: I gave this a go, (and fixed up a few things) but for some reason, the function rootateLoop is never actually called. Would you have any idea why? On 14/11/05, Robert Wąs &l

Re: [Flashcoders] Loop thru LoadVars in the good sense

2005-11-14 Thread Robert Wąs
I you have order and i think the same length. Simpler - ?variables=1,2,3 var lv:loadVars //etc var orderedVars=lv.variables.split(",") Robert Wąs Flapflap wrote: Hi there, If I got a file with this kind of data : &a=1 & &b=2 & &c=3 & and I load it into a L

Re: [Flashcoders] rotate mc through press+drag?

2005-11-14 Thread Robert Wąs
eal results */ this._rotation==rotation } Robert Wąs Amanda Kuek wrote: Argh, I'm a twit. I sent a message previously to Flashcoders with the subject line starting with "[thelist]" (which is for the evolt mailing list). I'm not sure if it'll go through, so I'm send

Re: [Flashcoders] alleviating memory

2005-10-28 Thread Robert Wąs
Browser caches swfs, you can load yout images/swfs into blank mc, unload. Your destinaton swfs you can yust make by loadmovie, plugin get them from cache. Robert Wąs, Guillermo Torres Troconis wrote: In this project I am dealing with 495 images, they are big. I have them grouped in