RE: [Flashcoders] HTML ordered lists

2009-09-29 Thread Merrill, Jason
Not ordered lists, but you can use tags. Jason Merrill Bank of America Global Learning Learning & Performance Soluions Monthly meetings on making the most of the Adobe Flash Platform - presented by bank associates, Adobe engineers, and outside experts in the borader multimedia community -

[Flashcoders] HTML ordered lists

2009-09-29 Thread confustic...@gmail.com
Is there a best method for dealing with ordered lists in HTML textfields? Something in me rebels against tab spaces, but how else could one deal with the lack of support for the tag? ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://c

RE: [Flashcoders] Input textfield's Event.CHANGE doesn't fireforbackspace?

2009-09-29 Thread Merrill, Jason
Does this help? Perhaps it's a latency thing: http://forums.adobe.com/thread/486134 Jason Merrill Bank of America Global Learning Learning & Performance Soluions Monthly meetings on making the most of the Adobe Flash Platform - presented by bank associates, Adobe engineers, and outside

Re: [Flashcoders] Input textfield's Event.CHANGE doesn't fire forbackspace?

2009-09-29 Thread confustic...@gmail.com
Thanks Jason. I first noticed this problem in the Flash IDE, but I quickly went and tested in IE and FF with the same results, unfortunately. On Wed, Sep 30, 2009 at 11:06 AM, Merrill, Jason < jason.merr...@bankofamerica.com> wrote: > This could be one of those browser gotchas - if the browser ha

RE: [Flashcoders] Input textfield's Event.CHANGE doesn't fire forbackspace?

2009-09-29 Thread Merrill, Jason
This could be one of those browser gotchas - if the browser has control over backspace, then the Flash player doesn't. For example, I've never been able to detect ctrl+c, ctrl+s etc because the browser has already claimed it. Just a hunch. Jason Merrill Bank of America Global Learning Lea

Re: [Flashcoders] Searching all ActionScript in an FLA

2009-09-29 Thread Peter B
Did you try the Movie Explorer window? You can configure it to just show movieclips with AS attached... ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Input textfield's Event.CHANGE doesn't fire for backspace?

2009-09-29 Thread confustic...@gmail.com
Hey List, Consider something like this: //inputTextField is multilined and wordWrapped inputTextField.addEventListener(Event.CHANGE, changeHandler); //All this does is trace when fired function changeHandler(e:Event):void { trace("fired"); } I expected this to fire when backspacing over a c

Re: [Flashcoders] Searching all ActionScript in an FLA

2009-09-29 Thread Geografiek
Hi, Thanks for all the hints. Couldn't find a blank line though, so I just try to live with it. Willem On 28-sep-2009, at 16:34, Margo Powell wrote: I had this error also but it was due to a blank line on a movie clip. Check your movie clips and make sure there are no blank lines embedded - f

RE: [Flashcoders] FW: incorperating automatic thumbnail generator php script for my flash cms

2009-09-29 Thread David Hunter
yeah saw your post on flashcoders before. have you not had any luck? i've never done this sort of thing before. i've got one script that writes data from a form to xml which i could send you if thats of help? dave > From: tho...@megawattmedia.co.uk > To: Flashcoders@chattyfig.figleaf.com > Date:

[Flashcoders] FW: incorperating automatic thumbnail generator php script for my flash cms

2009-09-29 Thread thomas horner
A little while ago flep studio released a free cms and xml generator for as3; http://www.flepstudio.org/forum/flepstudio-utilities/4739-flash-xml-editor.h tml to build a gallery from the xml file it outputs is fairly simple but i would like it to create thumbnails on the fly, when