Re: [Flashcoders] Interesting problem - doesn't work without call to trace.

2009-04-27 Thread Ktu
WebServices send data as XML, it could be, that the same type of issue is occuring here in AS3 with the new XML object. FP is probably doing something in the background with the xml just loaded, and hasn't finished yet when you don't put the trace in. That's just my wacky theory. Ktu On Fri, Apr 17

[Flashcoders] Runtime Align Panel package AS3

2009-06-04 Thread Ktu
ideas for more functionality but am not sure if they are worth it. Are you interested in this type of tool being released and maintained? I see much potential for this package. Do you? If enough people are interested then I will consider adding functionality and reducing file size. Ktu

Re: [Flashcoders] AS 2.0 and JAX-WS

2009-06-04 Thread Ktu
Have you used the WebService panel that is built into the Flash IDE. I would assume that if you can view the wsdl in the web service panel in the ide that you can use it in code... Ktu On Mon, Jun 1, 2009 at 4:59 PM, Rodney Green green.rod...@gmail.com wrote: When trying to load the wsdl

Re: [Flashcoders] Server-side image export from swf

2009-06-04 Thread Ktu
You should check out AlivePDF http://alivepdf.bytearray.org/ Ktu On Tue, May 26, 2009 at 10:40 AM, Dan Farrow d...@squarebracket.net wrote: Hi all, I'm building an online tool to let my client create diagrams and then download them as print resolution images or pdf. I wondered if anyone had

Re: [Flashcoders] Projector Serial Number protection

2009-06-05 Thread Ktu
I second that notion. Zinc is not your friend. On Fri, Jun 5, 2009 at 3:18 PM, Info misc_i...@cleverdon.net wrote: We did several projects using Zinc and regretted every one. We kept running into .dll errors and they kept issuing updates saying they were fixed, which they weren't. Worse

Re: [Flashcoders] Projector Serial Number protection

2009-06-06 Thread Ktu
- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Ktu Sent: 06 June 2009 00:52 To: Flash Coders List Subject: Re: [Flashcoders] Projector Serial Number protection I second that notion. Zinc is not your friend. On Fri, Jun 5

[Flashcoders] Re: Runtime Align Panel package AS3

2009-06-06 Thread Ktu
/MethodDescriptions.html Documentation http://www.cataclysmicrewind.com/vizalign/docs/ On Thu, Jun 4, 2009 at 5:01 PM, Ktu ktu_fl...@cataclysmicrewind.com wrote: Hey List, I have created a fairly robust alignment tool I have dubbed VizAlign. This package duplicates the align panel and more! License: I

Re: [Flashcoders] Projector Serial Number protection

2009-06-07 Thread Ktu
I just ran across this site: http://shu-player.com/ They seem similar to all the other guys out there, but there focus is on taking AIR apps, and turning them into standalone apps without needing AIR installed on your machine. Not sure about serial number functionality but they look interesting.

Re: [Flashcoders] does anyone use MonsterDebugger

2009-06-08 Thread Ktu
I use it on a consistent basis. It is really nice to get a tree display of arrays using trace rather than just plain text. Love it. On Mon, Jun 8, 2009 at 12:31 PM, Matt Muller matthewmul...@gmail.comwrote: sure. I use it a lot great tool. tutorial here http://theflashblog.com/?p=980

Re: [Flashcoders] Re: Runtime Align Panel package AS3

2009-06-10 Thread Ktu
mode was set to 'normal'. example of bug http://www.cataclysmicrewind.com/flash/bug.swf Submitted Bug https://bugs.adobe.com/jira/browse/FP-452 On Tue, Jun 9, 2009 at 3:42 AM, Hans Wichman j.c.wich...@objectpainters.com wrote: Hi Ktu, seems great, but havent had time to really dive

Re: [Flashcoders] Something to appreciate...

2009-06-15 Thread Ktu
Gotta love people who have passion. Good luck. You could use a bunch of find/replace to make it a bit easier to read. Ktu On Mon, Jun 15, 2009 at 7:06 PM, Taka Kojima t...@gigafied.com wrote: http://pastie.org/513192 This is the file I have to traverse through this afternoon, gotta love

Re: [Flashcoders] Query String + Loader odd issue

2009-06-25 Thread Ktu
I have an idea, not much of one, but worth checking? Publish everything and test it live. You never know, sometimes stuff like that happens. (supposing you haven't already tried that) Ktu On Thu, Jun 18, 2009 at 6:45 PM, Steve Mathews happy...@gmail.com wrote: Using Flash CS3 pro, trying

Re: [Flashcoders] Constrain drag to non-rectangular shape

2009-07-01 Thread Ktu
To Prevent some extra hit testing, you could find a rectangle that exists inside of your shape, then check if it is within the bounds of that rectangle first, then if it goes beyond you can do the hitTest. Not sure if it will save CPU at all though. Ktu On Wed, Jul 1, 2009 at 8:51 AM, Eric E

Re: [Flashcoders] problems accessing a MovieClip / display list issue

2009-07-03 Thread Ktu
called bt_title. It looks like you did not do the same with the icon. If you use the getChildByName() that will give you the results you want. Ktu On Fri, Jul 3, 2009 at 2:01 PM, Isaac Alves isaacal...@gmail.com wrote: Problems trying to access a MovieClip that contains a dynamically loaded

Re: [Flashcoders] Exporting Canvas to PDF or Print

2009-07-05 Thread Ktu
download the genereated PDF. Their site is here: http://alivepdf.bytearray.org/ Ktu On Sun, Jul 5, 2009 at 7:29 PM, K-Dawg kdaw...@gmail.com wrote: Hi, I developed a dynamic coupon engine for a client that loads coupon data from an XML file and draws coupons on the canvas. This all went

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

[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] 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

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] 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

[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] 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

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] 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] 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] 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-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] 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] 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] 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] 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] 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] 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] @#$% 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] 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] 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] 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] 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] 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

[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] 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

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] 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

[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] 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

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] 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] 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] 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] 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

[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] 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

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] 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

[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] 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

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] 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] 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] 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] 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] 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] 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] 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] 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] 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

[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] 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

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] 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] 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

[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] 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

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] 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

[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

  1   2   >