Re: [Flashcoders] What's different between _alpha=0 and _visible =flase;

2006-04-06 Thread Kalle Thyselius, Inlovewith
i have a related question what is the difference between - setting _visible = false on a clip and - structuring the flash movie so i go to a frame where that same movieclip is removed. see what i mean? i always have a pretty massice _root.content_mc with, say, intro_mc, section1_mc,

Re: [Flashcoders] What's different between _alpha=0 and _visible =flase;

2006-04-06 Thread Kalle Thyselius, Inlovewith
almost none, though MW - Original Message - From: Kalle Thyselius, Inlovewith [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Thursday, April 06, 2006 10:20 AM Subject: Re: [Flashcoders] What's different between _alpha=0 and _visible =flase; i

[Flashcoders] passing variables to a popup using javascript instead of php/asp

2006-02-08 Thread Kalle Thyselius, Inlovewith
hi, just found a way to send variables to a pop up (or similar) without having to use a server side language like php or asp. it's a java script property called document.location.search and is The sub string that follows the question mark is the query string or form data. example: example

Re: [Flashcoders] ConvolutionFilter performance

2006-01-31 Thread Kalle Thyselius, inlovewith
powerbook 15, 1.25 GHz, 1GB RAM: blur filter: 13 745 convolution 3x3: 44 437 convolution 5x5 : 119 497 no filter : 7 216 kalle On 1/31/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Blur: 5944 convolution 3x3: 5641 convolution 5x5: 29932 no filter: 5646 also Win XP, 3GHz (northwood),

Re: [Flashcoders] Caret position coords

2006-01-02 Thread Kalle Thyselius, inlovewith
i remember doing this a few years ago, using — a loop (filling the textfield) and autoSize=true to determine if there was a line break (you could determine this in other ways) — and if _height old_height in the loop, do — letterCurrentY += LINE_HEIGHT then use getTextExtent() to get _x. i

Re: [Flashcoders] detecting when mouse goes outside of the flash

2005-11-23 Thread Kalle Thyselius, inlovewith
i did something in javascript that sent the data into flash onMouseMove, which worked very well. especially if the flash movie is on a fixed position. i can't seem to find the code now though. kalle On 11/23/05, Marc Hoffman [EMAIL PROTECTED] wrote: A 1-pixel wide area is not likely to