Re: [Flashcoders] static const singleton GC?

2013-09-20 Thread ktu
anybody have any ideas? this is still shaking my boots. thanks :) On Mon, Sep 16, 2013 at 5:53 PM, ktu ktu_fl...@cataclysmicrewind.comwrote: hey all! I'm faced with an interesting question. in my codebase, we made the decision to use a few singletons. to implement those singletons we

Re: [Flashcoders] static const singleton GC?

2013-09-20 Thread ktu
(); ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Ktu; The information contained in this message may or may not be privileged and/or confidential. If you are NOT the intended recipient, congratulations, you got mail

[Flashcoders] static const singleton GC?

2013-09-16 Thread ktu
application only once, and leave it running, it lasts for days without any major memory leaks. any idea how i could test whether GC does pick this up or could? or any known issues with this trick and GC? maybe you just have tricks in general to finding out what GC isn't getting? thanks!!! -- Ktu

Re: [Flashcoders] AS3 finally..

2013-05-26 Thread ktu
/flashcoders -- Ktu; The information contained in this message may or may not be privileged and/or confidential. If you are NOT the intended recipient, congratulations, you got mail! ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

Re: [Flashcoders] AS3 finally..

2013-05-20 Thread Ktu
@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Ktu; The information contained

[Flashcoders] VizAlign 0.6 is now open source (alignment utility)

2012-04-04 Thread Ktu
, and take a look at the capabilities swf, which will let you play around with VizAlign, get used to how it works, and learn all the alignments available! VizAlign capabilities http://www.cataclysmicrewind.com/vizalign/showme/[swf+video] thank you -- Ktu; The information contained in this message

[Flashcoders] am i loaded by another swf?

2012-02-15 Thread Ktu
Hey List, I'm building a swf, and i want to set the stage.scaleMode and align ONLY IF my swf is the top level swf, and was not loaded by another swf. anyone know how to find out if a swf was loaded by another swf? need more info? thanks -- Ktu; The information contained in this message may

Re: [Flashcoders] am i loaded by another swf?

2012-02-15 Thread Ktu
):void { removeEventListener (Event.ADDED_TO_STAGE, init); // entry point } ? On Wed, Feb 15, 2012 at 3:07 PM, Henrik Andersson he...@henke37.cjb.netwrote: Ktu skriver: Hey List, I'm building a swf, and i want to set the stage.scaleMode and align ONLY IF my swf is the top level

Re: [Flashcoders] am i loaded by another swf?

2012-02-15 Thread Ktu
sorry now, what if the loader is already in a display list when it runs that first frame? is it still not aware of the stage? On Wed, Feb 15, 2012 at 3:33 PM, Ktu ktu_fl...@cataclysmicrewind.comwrote: so I could do something like this: public function Main():void { if (stage

Re: [Flashcoders] loop and Timer problem?????????

2011-08-29 Thread Ktu
Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Ktu; The information

Re: [Flashcoders] Simplify XML Call

2011-08-11 Thread Ktu
: http://www.bankofamerica.com/emaildisclaimer. By messaging with Sender you consent to the foregoing. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Ktu

Re: [Flashcoders] Simplify XML Call

2011-08-11 Thread Ktu
sorry should have been this: var level:int = 5; var xmlItem:* = xml.menu; for (var i:int = 1; i level; i++) { xmlItem = xmlItem.item[this[whichItem + ((i == 1) ? : i)]]; } totalItems = xmlItem.item.length; On Thu, Aug 11, 2011 at 11:54 AM, Ktu ktu_fl

Re: [Flashcoders] :: flash player 10.0.12.36 Vector unshift issue ::

2011-08-11 Thread Ktu
issue ? thanks, Arindam D. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Ktu; The information contained in this message may or may not be privileged

Re: [Flashcoders] Simplify XML Call

2011-08-11 Thread Ktu
@chattyfig.figleaf.com http://chattyfig.figleaf.com/**mailman/listinfo/flashcodershttp://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Ktu; The information contained in this message may or may not be privileged and/or confidential. If you are NOT the intended recipient, congratulations, you got mail

Re: [Flashcoders] Simplify XML Call

2011-08-11 Thread Ktu
...@chattyfig.figleaf.com] On Behalf Of Ktu Sent: Thursday, August 11, 2011 2:14 PM To: Flash Coders List Subject: Re: [Flashcoders] Simplify XML Call that would be limited to you hard coding the number of levels to go down to - he already had this level var created with whatever number he had

[Flashcoders] Document class with 2 frames without IDE?

2011-08-09 Thread Ktu
experience with using a swc asset as a base class with multiple frames for the document class? -- Ktu; The information contained in this message may or may not be privileged and/or confidential. You never know when you could take what I say and use it against me. If you are NOT the intended

Re: [Flashcoders] Help Registration point and origion point

2011-08-02 Thread Ktu
-- Ktu; The information contained in this message may or may not be privileged and/or confidential. If you are NOT the intended recipient, congratulations, you got mail! ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

Re: [Flashcoders] Using BitmapData.draw() with masked items

2011-07-28 Thread Ktu
://chattyfig.figleaf.com/**mailman/listinfo/flashcoders http://chattyfig.figleaf.com/mailman/listinfo/flashcoders ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Ktu; The information

Re: [Flashcoders] Webcam - Menu / Allow access not working

2011-07-27 Thread Ktu
Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Ktu; The information contained in this message may or may not be privileged and/or confidential. If you are NOT the intended recipient, congratulations, you got mail

[Flashcoders] Input Validation and errors?

2011-07-25 Thread Ktu
currently throwing an error, but it technically won't cause and problems, but the output will be strange -- Ktu; The information contained in this message may or may not be privileged and/or confidential. If you are NOT the intended recipient, congratulations, you got mail

Re: [Flashcoders] RE: Flash AS editor preferences question

2011-06-02 Thread Ktu
list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Ktu; The information contained in this message may be privileged and/or confidential. If you are NOT the intended recipient, please notify the sender immediately and destroy this message

Re: [Flashcoders] What is up with adobes documentation?

2011-05-06 Thread Ktu
/mailman/listinfo/flashcoders -- Ktu; The information contained in this message may be privileged and/or confidential. If you are NOT the intended recipient, please notify the sender immediately and destroy this message. ___ Flashcoders mailing list

Re: [Flashcoders] player version messup

2011-04-07 Thread Ktu
. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Ktu; The information contained in this message may be privileged and/or confidential. If you are NOT the intended recipient, please notify the sender immediately

Re: [Flashcoders] htmlText im src

2011-03-11 Thread Ktu
-to-a-class-object-in-actionscript-3 I googled:: AS3 return instance as image HTH, Best, Karl On Mar 10, 2011, at 10:08 PM, Ktu wrote: well, I'm not trying to embed an image. I want to use a MovieClip. maybe this 'ideal scenario' will help var numStep:NumericStepper = new

Re: [Flashcoders] RegExp Help

2011-03-11 Thread Ktu
-- Ktu; The information contained in this message may be privileged and/or confidential. If you are NOT the intended recipient, please notify the sender immediately and destroy this message. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

[Flashcoders] htmlText im src

2011-03-10 Thread Ktu
it to instantiate an object? ex. img src='com.name.MySpriteClass'/ If you can't do it, are there any workarounds? thanks guys. -- Ktu; The information contained in this message may be privileged and/or confidential. If you are NOT the intended recipient, please notify the sender immediately

Re: [Flashcoders] htmlText im src

2011-03-10 Thread Ktu
that then calls the image and that, you put as the src? Best, Karl On Mar 10, 2011, at 9:10 PM, Ktu wrote: Hey List, I've been googling for an hour and haven't found a solution. My google fu is weak, I concede defeat. Pure AS3 AIR No Library No FLA I am dynamically building a TextField

Re: [Flashcoders] htmlText im src

2011-03-10 Thread Ktu
the point across that I don't want an image or linkage id, but I want an instance of class) On Thu, Mar 10, 2011 at 10:56 PM, Karl DeSaulniers k...@designdrumm.comwrote: Hi Ktu, I believe you want it to be a function return. txt.htmlText = age: img src='getNumericStepper()'/ getNumericStepper

Re: [Flashcoders] Automatic quality toggle

2011-02-25 Thread Ktu
the quality of the graphics, or turning off filters etc... To conclude, I wonder if the cost is worth the benefit. Ktu On Fri, Feb 25, 2011 at 6:19 AM, Henrik Andersson he...@henke37.cjb.netwrote: I have been thinking a lot about the problem of optimizing animation playback. I know that some

Re: [Flashcoders] Automatic quality toggle

2011-02-25 Thread Ktu
/listinfo/flashcoders -- Ktu; The information contained in this message may be privileged and/or confidential. If you are NOT the intended recipient, please notify the sender immediately and destroy this message. ___ Flashcoders mailing list

Re: [Flashcoders] AS3 / OOP training

2011-02-17 Thread Ktu
: Learning Actionscript 3.0 - Shupe Rosser Essential Actionscript 3.0 - Moock my 2cents. ktu On Thu, Feb 17, 2011 at 11:32 AM, Eric Dolecki edole...@gmail.com wrote: That is a good one Sent from my iPhone On Feb 17, 2011, at 11:13 AM, Sam Brown 4sambr...@gmail.com wrote: Although it's

Re: [Flashcoders] Testing display object if its MovieClip or BitMap?

2010-12-06 Thread Ktu
'is' not work in this case? Anyone want to stab at it? Ktu On Sat, Dec 4, 2010 at 11:26 PM, Micky Hulse mickyhulse.li...@gmail.comwrote: On Thu, Dec 2, 2010 at 3:17 AM, Karim Beyrouti ka...@kurst.co.uk wrote: Hopefully the line breaks here wont be too bad, pasting the code: Very nice!!! Many thanks

Re: [Flashcoders] Calling a Static Function

2010-11-15 Thread Ktu
I'm curious if you solved the problem Kerry. Also, if the describeType helped you at all, and what your solution was. I'm doing a lot of swf loading nowadays and I will undoubtedly run into this same issue you are having/had. thanks Ktu On Wed, Nov 10, 2010 at 9:00 PM, Ktu ktu_fl

Re: [Flashcoders] Calling a Static Function

2010-11-10 Thread Ktu
; trace(describeType(swfContent)); not tested, hope it helps Ktu On Wed, Nov 10, 2010 at 1:22 PM, Kerry Thompson al...@cyberiantiger.bizwrote: Keith Reinfeld wrote: Have you tried calling the static function indirectly? // In the swf you are loading public function callInitAssets

Re: [Flashcoders] Calling a Static Function

2010-11-10 Thread Ktu
LoaderInfo(pEvent.target).content; try { AssetLibrary.initAssets(); //--the error is here } catch (e:ArgumentError) { trace (e); } just more thoughts. hope it helps... On Wed, Nov 10, 2010 at 3:17 PM, Kerry Thompson al...@cyberiantiger.bizwrote: Ktu wrote: try using

Re: [Flashcoders] Designing for multiple screen sizes - and input types

2010-10-06 Thread Ktu
to screensize and ppi? I need to tailor certain things based on the answer to that query. Kevin N. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Ktu; The information

Re: [Flashcoders] Designing for multiple screen sizes - and input types

2010-10-06 Thread Ktu
getting fired somewhere and switch modes on that? ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Ktu; The information contained in this message may be privileged

Re: [Flashcoders] Designing for multiple screen sizes - and input types

2010-10-06 Thread Ktu
also, flash.ui.MultiTouch On Wed, Oct 6, 2010 at 2:46 PM, Ktu ktu_fl...@cataclysmicrewind.com wrote: The Capabilities class tells you if there is a touch screen. If there is, turn on touch screen interfacing. I'm not sure I understand the issue (or workaround

Re: [Flashcoders] Apple changes their guidelines

2010-09-09 Thread Ktu
list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Ktu; The information

Re: [Flashcoders] Link text indexes in a TextField

2010-08-31 Thread Ktu
mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Ktu

Re: [Flashcoders] Could this be done more elegant.

2010-08-13 Thread Ktu
Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Ktu; The information

Re: [Flashcoders] FITC Excuses

2010-07-29 Thread Ktu
as controllers. http://stage.itp.nyu.edu/history/timeline/cinematrix.html http://www.cinematrix.com/whatis.html formal retraction here: http://moock.org/pipermail/moock-updates/2010-July/63.html sorry for the confusion, colin Ktu wrote: Can I participate in pong using a brick

Re: [Flashcoders] FITC Excuses

2010-07-22 Thread Ktu
a condensed year's worth of research and professional development in a 3-day bottle. imho, colin Ktu wrote: Hey list, I'm trying to convince the C levels why they should drop 3k on sending two of us to FITC. Currently, they are 'on the fence.' They need convincing that this event offers

[Flashcoders] FITC Excuses

2010-07-13 Thread Ktu
forward to and why? I'm personally excited about the Android content, the talk on the evolution of flash on devices, resource management, mobile performance, and the Flex intro for Flash Purists -- Ktu; The information contained in this message may be privileged and/or confidential. If you

Re: [Flashcoders] FITC Excuses

2010-07-13 Thread Ktu
amount of time trying to convince them of the continuing value of *Flash*, period. ;) .m ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Ktu; The information

Re: [Flashcoders] ScrollRect and masking

2010-07-08 Thread Ktu
you could try positioning it before you add the 'list' to the displayList of the container. Ktu; On Thu, Jul 8, 2010 at 12:49 PM, Omar Fouad omarfouad@gmail.com wrote: Hello, I'm working on some project where I have a big container Sprite and based on what I need, I add some ui inside

Re: [Flashcoders] Tweener still in development

2010-06-24 Thread Ktu
If you like stricter more OO code, you can try GTween from Grant Skinner. Not quite as fast in performance as the TweenLite family. http://www.gskinner.com/libraries/gtween/ Ktu; On Thu, Jun 24, 2010 at 9:51 AM, Merrill, Jason jason.merr...@bankofamerica.com wrote: Second for TweenLite

Re: [Flashcoders] Tweener still in development

2010-06-24 Thread Ktu
sorry guys I'm missing something, where is this 'between as3 demo' ? Ktu; On Thu, Jun 24, 2010 at 3:35 PM, Steven Sacks flash...@stevensacks.netwrote: Jack, author of Greensock, has said that the Between AS3 demo is unfair because they purposefully used an inefficient way to tween

Re: [Flashcoders] date modified

2010-06-17 Thread Ktu
... http://help.adobe.com/en_US/AS3LCR/Flash_10.0/flash/net/FileReference.html#modificationDate Ktu; On Thu, Jun 17, 2010 at 1:47 PM, Lehr, Theodore ted_l...@federal.dell.comwrote: Is it possible to grab the date a file was modified

Re: [Flashcoders] date modified

2010-06-17 Thread Ktu
rtfm On Thu, Jun 17, 2010 at 2:47 PM, Ktu ktu_fl...@cataclysmicrewind.comwrote: ... http://help.adobe.com/en_US/AS3LCR/Flash_10.0/flash/net/FileReference.html#modificationDate Ktu; On Thu, Jun 17, 2010 at 1:47 PM, Lehr, Theodore ted_l...@federal.dell.com wrote: Is it possible to grab

[Flashcoders] CameraDetection Update

2010-06-16 Thread Ktu
my class had some problem with certain Windows laptops. Can you elaborate about when you said in the post that you're not sure if it covers some corner cases? I would love to know so I can help make it cover those cases. Thanks Ktu; ___ Flashcoders mailing

Re: [Flashcoders] CameraDetection Update

2010-06-16 Thread Ktu
to a lot of different laptops to do testing on this class. If anyone else on the list wants to test their camera and send me some info that would be fantastic. I know this class has a much smaller niche but for the people who could use it this class is indispensable. Thanks Juan, Ktu; On Wed, Jun 16

Re: [Flashcoders] CameraDetection Update

2010-06-16 Thread Ktu
btw. I removed all magic values. Also, Thanks Juan for suggesting my class. Ktu On Wed, Jun 16, 2010 at 10:06 AM, Ktu ktu_fl...@cataclysmicrewind.comwrote: Its unfortunate there was a long break from when you ran across these problems. I wonder if the default amount of time to check each

Re: [Flashcoders] HTML TextFields - 'A HREF' RollOvers..

2010-06-15 Thread Ktu
} ktu On Tue, Jun 15, 2010 at 8:49 AM, Glen Pike g...@engineeredarts.co.ukwrote: Why not use the mouse coordinates? On 15/06/2010 13:24, Karim Beyrouti wrote: Hi All - Wondering if there are any hacks to trigger a 'RollOver' script when hovering over a 'a href' link in an html textfield

Re: [Flashcoders] HTML TextFields - 'A HREF' RollOvers..

2010-06-15 Thread Ktu
sorry, I tacked on that last if statement. It should probably read if (url.length 0) { // begin tooltip code } maybe you want to check if its an appropriate web url with a regExp first, but I think you get the idea. Ktu On Tue, Jun 15, 2010 at 9:05 AM, Ktu ktu_fl

Re: [Flashcoders] HTML TextFields - 'A HREF' RollOvers..

2010-06-15 Thread Ktu
Regardless of whether you are using multiple TextFormat objects or htmlText, using getTextFormat(begin, end), the textFormat will have the appropriate url. This is a quick dirty test. Glad I could help out. I'm posting the code for my test in case anyone else finds it useful. One thing to note!

Re: [Flashcoders] Naming a loaded swf

2010-06-15 Thread Ktu
Loader.content is a DisplayObject. DisplayObject have a .name property function onComplete(loadEvent:Event):void { var loadedContent = loadEvent.target.content; loadedContent.name = MyName; addChild(loadedContent); } Ktu P.S. this is all right in as3 livedocs... Not that this is for you

Re: [Flashcoders] Naming a loaded swf

2010-06-15 Thread Ktu
There is no need to cast. The Loader.content property is defined as a DisplayObject - http://help.adobe.com/en_US/AS3LCR/Flash_10.0/flash/display/Loader.html#content but I should have been more strictly typed. function onComplete(loadEvent:Event):void { var loadedContent:DisplayObject =

Re: [Flashcoders] Naming a loaded swf

2010-06-15 Thread Ktu
It's possible that because the content property is the root class of the loaded swf that you have to set the name property of your document class. parent.swf Loader.load(child.swf) child.swf this.name = MyName; Maybe that is what you need to do. I'm going to run a test to find out Ktu

Re: [Flashcoders] HTML TextFields - 'A HREF' RollOvers..

2010-06-15 Thread Ktu
Did you know that for htmlText using a you can specify the href=event:myText Then register a TextEvent. This is how links inside of text fields can trigger functions http://help.adobe.com/en_US/AS3LCR/Flash_10.0/flash/text/TextField.html#htmlText Ktu On Tue, Jun 15, 2010 at 12:14 PM, Karim

Re: [Flashcoders] Job Openings at Bank of America for US/Canada and UK candidates

2010-06-11 Thread Ktu
of Photoshop and Illustrator or Fireworks? I've always been curious.:\ Ktu On Fri, Jun 11, 2010 at 12:18 PM, Merrill, Jason jason.merr...@bankofamerica.com wrote: Once again, we have some job openings on my team at Bank of America. We have at least one job for a North American-based

Re: [Flashcoders] Dynamic Text Boxes in Flash CS4

2010-05-26 Thread Ktu
You can use multiple TextFormat object in one text field affecting different parts of the text. I think most people think that its more hassle that way than using htmlText. TextField.setTextFormat( format:Textformat, beginIndex:int = -1, endIndex:int = -1 ) :void Ktu http://help.adobe.com/en_US

Re: [Flashcoders] Blocking multiple logins on one computer

2010-05-23 Thread Ktu
You could also try using the LocalConnection class. If you apps connect at some point, turn the second one off somehow. Ktu On Sun, May 23, 2010 at 4:43 PM, Karl DeSaulniers k...@designdrumm.comwrote: Thanks Dave, That is the consensus I am getting. Is there any way to tell how many

Re: [Flashcoders] Line break in dynamic text imported from xml

2010-05-20 Thread Ktu
and what goes in the CDATA is not parsed by the xml reader. On Thu, May 20, 2010 at 12:20 PM, Kerry Thompson al...@cyberiantiger.bizwrote: Paul Jinks wrote: I managed to get this to work by using !CDATA[...]] just as you suggested. I hadn't understood that it needed to go inside each of my

Re: [Flashcoders] flash cs5 any good for coding? if not is it any good at all?

2010-05-19 Thread Ktu
the snippets panel which when used properly can save even more keystrokes. I've you've only ever used the Flash IDE for coding, then yes, CS5 is much better for it. However, if you've used FDT, Flash Builder/Eclipse, or FlashDevelop, then there is nothing new. Ktu On Wed, May 19, 2010 at 8:43 AM

Re: [Flashcoders] Line break in dynamic text imported from xml

2010-05-19 Thread Ktu
From what I remember when using xml with html, you need to wrap your html inside of a* ![CDATA[**]]* to get it to render properly. You can put a \r or \n in it as well. On Wed, May 19, 2010 at 10:56 AM, Paul Jinks p...@pauljinks.co.uk wrote: It's been a long time since I've done any coding. I

[Flashcoders] Flash Player integrated with Chrome

2010-05-17 Thread Ktu
How did I miss this? I searched the list and saw no posts about it. Is that true? Bringing improved support for Adobe Flash Player to Google Chromehttp://blog.chromium.org/2010/03/bringing-improved-support-for-adobe.html How does this make you feel? - It makes me feel a bit funny inside. Ktu

Re: [Flashcoders] Oh the irony

2010-05-15 Thread Ktu
will only cause more change. Keep finding the good stuff. Ktu (sorry for my troll comment earlier) On Sat, May 15, 2010 at 11:20 AM, Matt S. mattsp...@gmail.com wrote: that being said, I just looked at it from a different computer and it was using video so I'll just go ahead and put the mud

Re: [Flashcoders] Oh the irony

2010-05-14 Thread Ktu
amazing On Fri, May 14, 2010 at 2:24 PM, Matt S. mattsp...@gmail.com wrote: the other irony: When you watch the iPad ad, it plays with the Quicktime plugin, at least for me, despite my being in Safari, which ostensibly supports HTML5. Apparently some plugins are better than others...

Re: [Flashcoders] help with CameraDetection class

2010-05-12 Thread Ktu
thanks glen, If anyone else is feeling up to it, the more info I get the better. Thanks in advance. more mac users? Ktu On Wed, May 12, 2010 at 4:50 AM, Glen Pike g...@engineeredarts.co.ukwrote: Hi, Flash, Windows (Actual = Reported by Flash): Logitech Quickcam Pro E3500 = USB Video

[Flashcoders] help with CameraDetection class

2010-05-11 Thread Ktu
. I'm not sure what I'm going to do with the list of webcams, but I'll compile it and put it on my blog just in case. Thanks list, Ktu blog.cataclysmicrewind.com/webcamdetection/ ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

Re: [Flashcoders] Apple developing flash-like alternative

2010-05-08 Thread Ktu
oh apple. Why do you have so many secrets? On Sat, May 8, 2010 at 2:48 AM, Jared jared.stan...@gmail.com wrote: http://thenextweb.com/apple/2010/05/08/apple-is-developing-a-flash-alternative-and-has-been-for-almost-a-year/ Don't know how valid this is but it would explain a lot Sent from

Re: [Flashcoders] debugging Flash apps

2010-05-07 Thread Ktu
I tend to use MonsterDebugger a lot. It is easy to debug stuff in almost any setting outside of mobile devices. I use that and a combo of trace statements and the IDE Debugger. http://www.demonsterdebugger.com/ Ktu On Fri, May 7, 2010 at 8:00 PM, Jim Andrews j...@vispo.com wrote: Thanks

Re: [Flashcoders] Re:drawrect: get the linestyle drawing inside

2010-04-16 Thread Ktu
to work on it. I hate the getBounds() when you have a shape with a stroke. Best, Ktu On Tue, Apr 13, 2010 at 3:13 PM, Ktu ktu_fl...@cataclysmicrewind.comwrote: I think the static method would work if I were just doing rectangles, but with lineTo, curveTo I think it needs to be an object. A new

Re: [Flashcoders] Re:drawrect: get the linestyle drawing inside

2010-04-13 Thread Ktu
and other draw commands will take a bit more work and time. I kind of feel like it might end up being InnerStroke extends Shape, and creating public methods that are 'override's of the graphics drawing api. Just thoughts out loud. Ktu On Tue, Apr 13, 2010 at 12:09 PM, Latcho spamtha...@gmail.com wrote

Re: [Flashcoders] Re:drawrect: get the linestyle drawing inside

2010-04-13 Thread Ktu
really work if lineStyle pixelHinting = true, and better still, if I forced all values to be int. There's no reason for it not to be anyway. Does that make sense? Ktu On Tue, Apr 13, 2010 at 2:40 PM, Latcho spamtha...@gmail.com wrote: Thanks for thinking out loud :) Can do that too if I need

Re: [Flashcoders] drawrect: get the linestyle drawing inside

2010-04-12 Thread Ktu
When I want inside borders I do this: var spr:Sprite = new Sprite(); addChild(spr); var g:Graphics = spr.graphics; g.beginFill(0xFF45A3); g.drawRect(0, 0, 100, 100); g.endFill(); drawInsideStroke(g, 0, 0, 100, 100, 1, 0x32010B); function drawInsideStroke(graphics:Graphics, x:int, y:int,

Re: [Flashcoders] ASDoc third party libraries

2010-04-12 Thread Ktu
long term solution Ktu On Thu, Apr 8, 2010 at 10:30 AM, Merrill, Jason jason.merr...@bankofamerica.com wrote: Those of you who use ASDoc I'm sure have come across this before. If you use FlashDevelop and ASDoc - then even better as that is my setup. How do you handle running ASDoc on a Flash

Re: [Flashcoders] @#$% New iPhone Developer Agreement Bans the Use ofAdobe's Flash-to-iPhone Compiler

2010-04-09 Thread Ktu
and most of all human relevance. Then, give them the middle finger and start acting like a real company should; with dignity, pride, honesty, and care for the products, services, and customers that make my business survive. ( Cause we all know Adobe has its own flaws) :) Ktu P.S. *odd thoughts* from

Re: [Flashcoders] Prevent children from listening to parent mouse events

2010-04-06 Thread Ktu
If none of the children require any mouse events you could always do: parent.mouseChildren = false; Ktu On Sun, Mar 28, 2010 at 11:45 PM, confustic...@gmail.com confustic...@gmail.com wrote: Hey list, I'm surprised I didn't notice this behaviour sooner, and I wonder how to get around

Re: [Flashcoders] Has everyone seen this yet?

2010-02-16 Thread Ktu
Looks like a great example of how Flash with AIR can create experiences that would otherwise be impossible. Too bad it will be on the iPad. On Tue, Feb 16, 2010 at 3:29 PM, Gregory Boudreaux gjboudre...@fedex.comwrote: Pretty cool. http://mashable.com/2010/02/16/wired-magazine-ipad-demo/

Re: [Flashcoders] Has everyone seen this yet?

2010-02-16 Thread Ktu
to be standardized. Strictly out of curiosity Jon, would anyone actually choose a different framework to develop this type of application? Does it make sense considering development life cycle and platform availability? Ktu On Tue, Feb 16, 2010 at 9:02 PM, Eric E. Dolecki edole...@gmail.com wrote: It's

Re: [Flashcoders] Combining embedded and device fonts in one textfield

2010-02-10 Thread Ktu
If you have Flash CS4 or Flex, you could embed just that one character from that font using the [Embed] syntax. Check out this tutorial http://gotoandlearn.com/play?id=102 Ktu On Wed, Feb 10, 2010 at 11:08 PM, confustic...@gmail.com confustic...@gmail.com wrote: I have paragraphs of text

Re: [Flashcoders] detect and remove listeners

2010-01-07 Thread Ktu
listener manager and got a few hits. Ktu On Wed, Jan 6, 2010 at 4:58 PM, ktt kestuti...@yahoo.com wrote: Thank you all for answers. Method with array recording really works nicely :-) BTW - while searching for this method I've found other useful listener tips too: http://www.almogdesign.net

Re: [Flashcoders] Detect child parent

2009-11-22 Thread Ktu
Are you sure that the child you are trying to remove is in a display list? Ktu On Sun, Nov 22, 2009 at 3:08 AM, Karl DeSaulniers k...@designdrumm.comwrote: Maybe.. var childParent:Object = mychild.parent; childParent.removeChild(mychild) or var childParent:Object = mychild._parent

Re: [Flashcoders] Weird auto format

2009-11-17 Thread Ktu
I copy pasted that into CS4 stock and I could not reproduce the error. I tried it on the timeline and in a class file with no luck. Could there be any updates you've done to your version of flash that could cause this? Ktu On Tue, Nov 17, 2009 at 2:02 AM, Karl DeSaulniers k

Re: [Flashcoders] Auto Webcam Detection

2009-11-14 Thread Ktu
(); getDefaultCamera (); } Thanks, and again I'm sorry. Ktu On Sat, Nov 14, 2009 at 2:01 AM, Ktu ktu_fl...@cataclysmicrewind.comwrote: Thanks Eric, I have not heard about the bluetooth cameras and any related issues. I wonder if the fps works there as well. It is hard

Re: [Flashcoders] Auto Webcam Detection

2009-11-13 Thread Ktu
it should check for. I put those in for exactly the reason you are describing. Some cameras take longer, and if the developer using my class wants to test each camera for a longer period of time he has the ability to. Thanks for the feedback. Ktu On Fri, Nov 13, 2009 at 2:16 PM, eric socolofsky e

Re: [Flashcoders] Auto Webcam Detection

2009-11-12 Thread Ktu
://blog.cataclysmicrewind.com/webcamdetection/ Ktu On Fri, Nov 6, 2009 at 4:31 PM, Ktu ktu_fl...@cataclysmicrewind.com wrote: Thanks Juan, I hope you find it beneficial and easy to use. I also plan on making another update to it this week to make its detection a little more robust. Since most of my

Re: [Flashcoders] Capturing TextEvent from image in textfield

2009-11-11 Thread Ktu
).addEventListener (MouseEvent.ROLL_OVER, onRollOver); function onRollOver (e:MouseEvent):void { trace(oh Ya); } Ktu On Wed, Nov 11, 2009 at 12:07 AM, Mattheis, Erik (MIN - WSW) ematth...@webershandwick.com wrote: Karl, Gerry - Thanks, I just tried the code I posted below at home and it works

Re: [Flashcoders] Weak eventListener Problem

2009-11-08 Thread Ktu
, I've made a few classes that use weak references so that the person using my class does not have to worry about GC with the object. I wanted to make sure that it works how I thought it would. Ktu On Sun, Nov 8, 2009 at 10:59 AM, Keith H kh...@nc.rr.com wrote: I make destroy methods, avoid using

Re: [Flashcoders] Weak eventListener Problem

2009-11-07 Thread Ktu
That is true, however, this eventListener fires indefinitely. Garbage collection should pick it up after 30 seconds right? I have tried this on the main timeline, and in a document class, but GC never cleans up the object. Why? Ktu On Sat, Nov 7, 2009 at 5:29 AM, Henrik Andersson he...@henke37

Re: [Flashcoders] Weak eventListener Problem

2009-11-07 Thread Ktu
that object right? Ktu Lesson learned: You must remove all event listeners yourself. On Sat, Nov 7, 2009 at 12:36 PM, Henrik Andersson he...@henke37.cjb.netwrote: Ktu wrote: That is true, however, this eventListener fires indefinitely. Garbage collection should pick it up after 30 seconds

[Flashcoders] Auto Webcam Detection

2009-11-04 Thread Ktu
So I've noticed that Facebook will automatically detect which Camera object to use on your computer. It seems on most if not all macs there are at least three (3) Camera objects always available. So, I've made a class that will automatically detect which webcam is active and running. Feedback

Re: [Flashcoders] Auto Webcam Detection

2009-11-04 Thread Ktu
don't who are you kidding). Ktu On Wed, Nov 4, 2009 at 6:11 AM, Glen Pike g...@engineeredarts.co.uk wrote: So, the idea is to try each camera until you find one that has a moving image? I still think that it is better to just tell the user to properly select the default camera in the options

Re: [Flashcoders] regex issue when validating unicode range

2009-10-19 Thread Ktu
Have you tried looking at Grant Skinner's RegExp App? It might help http://gskinner.com/RegExr/ Ktu On Mon, Oct 19, 2009 at 1:24 PM, Matt Muller matthewmul...@gmail.comwrote: Hi there, issue with regex when trying to test if a char is within a unicode range var testIsArabic:Boolean

Re: [Flashcoders] shared objects as a sort of scratch disk file

2009-10-02 Thread Ktu
I like the sound of that. It certainly seems like something someone should look into. I'm not great with checking speed in code, but I want to try to look into that. I'm interested in what types of applications would benefit from it. Can you share anything about yours? Ktu [k-two] On Wed, Sep

Re: [Flashcoders] Error when trying to embed a font

2009-09-03 Thread Ktu
The only thing I can suggest is looking at Lee Brimelow's tutorial on using [Embed] for fonts. Maybe going through that tutorial will enlighten you. http://gotoandlearn.com/play?id=102 Kttu On Mon, Aug 31, 2009 at 3:10 PM, Andrew Murphy amur...@delvinia.com wrote: Hi again, Ian. :) I have

[Flashcoders] Express Install Help

2009-08-27 Thread Ktu
on the screen) Thanks guys, Ktu [k-two] ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Is this error prone? [loading multiple images]

2009-07-09 Thread Ktu
it to be removed. Otherwise, as far as I know, that looks like it should be fine to get reference to the loader again and remove the event listener. ? Ktu On Tue, Jul 7, 2009 at 12:50 PM, Joel Stransky j...@stranskydesign.comwrote: I'm wondering if I can use a for loop to create local Loader

  1   2   >