Re: [Flashcoders] Q: Best tool for AS3 development

2007-04-25 Thread thotskee
ine for visual assets, etc.? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of thotskee Sent: Wednesday, April 25, 2007 11:59 AM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] Q: Best tool for AS3 development These two get my vote: Flex Bu

Re: [Flashcoders] Q: Best tool for AS3 development

2007-04-25 Thread thotskee
These two get my vote: Flex Builder 2 Edit Plus You can grab the: ActionScript 3.0: Application Template (for Ant/MXMLC) here: http://actionscriptcheatsheet.com/blog/quick-referencecheatsheet-for-actionscript-20/ You can use the template with Ant, MXMLC and Editplus to author and compile Act

Re: [Flashcoders] Adobe Media Player vs. the competition..??

2007-04-19 Thread thotskee
@ben: excellent point! i hadnt thought about the HTML embed route, that's def. something to think about. i want to try it actually just to see what happens. @jon: i'm not familiar with libavec but that is def something to think about and look into as well. it seems like apollo is going to ha

Re: [Flashcoders] Adobe Media Player vs. the competition..??

2007-04-18 Thread thotskee
Wednesday, April 18, 2007 10:53 AM Subject: Re: [Flashcoders] Adobe Media Player vs. the competition..?? On Apr 18, 2007, at 12:09 PM, thotskee wrote: Anyone have any thoughts on what the Adobe Media Player means for Youtube/Brightcove/Veoh/Google Video/etc. ? My guess is ... not too much

[Flashcoders] Adobe Media Player vs. the competition..??

2007-04-18 Thread thotskee
Flashcoders, Anyone have any thoughts on what the Adobe Media Player means for Youtube/Brightcove/Veoh/Google Video/etc. ? Thanks, ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.fi

[Flashcoders] Apollo Cheatsheets (3 FREE PDFs)

2007-04-08 Thread thotskee
Flashcoders, For anyone working with Apollo the new Apollo Cheatsheets have been posted to the actionscriptcheatsheet.com blog. http://actionscriptcheatsheet.com/blog Enjoy! Sean ___ Flashcoders@chattyfig.figleaf.com To change your subscription

[Flashcoders] Saving serialized objects to disk with Apollo (simple example)

2007-03-20 Thread thotskee
Flashcoders, Here is a simple example demonstrating Apollo's ability to write serialized data to the file system. http://seantheflashguy.com/blog/?p=6 Enjoy! Sean ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or searc

[Flashcoders] ActionScript 2.0 to 3.0 Migration Cheatsheets, free download!

2007-03-01 Thread thotskee
Flashcoders, Just a heads up that the AS2 to AS3 migration cheatsheets are now online. http://actionscriptcheatsheet.com/blog/ Enjoy! Sean ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chatt

Re: [Flashcoders] ActionScript 3.0 Cheatsheets!!

2006-05-02 Thread thotskee
ders- [EMAIL PROTECTED] On Behalf Of judah Sent: Tuesday, May 02, 2006 5:54 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] ActionScript 3.0 Cheatsheets!! Hi thotskee, Thanks for making this. It is not printing out very well on my ribbon jet printer. Could you post a pdf or a higher

Re: [Flashcoders] ActionScript 3.0 Cheatsheets!!

2006-05-01 Thread thotskee
The (despised) AS2 sheet is still available... Just click the downloads link and you should be set! http://actionscriptcheatsheet.com/blog/quick-referencecheatsheet-for-actionscript-20/ - thotskee - Original Message - From: "Steve Rachels" <[EMAIL PROTECTED]>

[Flashcoders] ActionScript 3.0 Cheatsheets!!

2006-05-01 Thread thotskee
Packages AS3.0 flash.display Classes http://actionscriptcheatsheet.com/blog/ As always suggestions and creative criticism are very welcome... I got flamed for posting the AS2 Cheatsheet and I think once is enough. If you hate these sheets please just keep it to yourself :) - thotskee

[Flashcoders] Flash MX Radio button and tab key

2006-04-18 Thread thotskee
supports this functionality? Please let me know if you have encountered this problem or know of any solutions or other components (they don't have to be free). Thanks in advance for any information you can provide. thotskee ___ Flashc

[Flashcoders] existing project to start using mtasc, an easier way?

2006-03-29 Thread thotskee
Flashcoders, I have an existing AS2 codebase that I think would benefit from using mtasc. The compile time is currently about 1 minute for the application. Not terrible, but not great either. The problems are: I am using includes which I have managed to get around using... but.. After getti

[Flashcoders] OT: maps of hyperlinks that change in font size?

2006-03-17 Thread thotskee
Flashcoders, What are those maps of hyperlinks that change in font size according to relevance called? Thanks... ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/

[Flashcoders] Flash 8 ActionScript additions?

2006-02-01 Thread thotskee
Can anyone supply a list of additions made to ActionScript 2.0 for Flash 8 (not AS3[?])? thanks for your time. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] quick array question

2006-02-01 Thread thotskee
try checking into the Array .splice method Method; adds and removes elements from an array. This method modifies the array without making a copy. var myPets_array:Array = new Array("cat", "dog", "bird", "fish"); trace( myPets_array.splice(1) ); // dog,bird,fish trace( myPets_array ); // cat

Re: [Flashcoders] scope question

2006-01-31 Thread thotskee
Make sure your holder Movie Clip has the instance name "holder" in the Properties panel... you're arrow_mc too... your code works for me... - Original Message - From: "Flash guru" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Tuesday, January 31, 2006 8:03 PM Subject: [Fla

Re: [Flashcoders] Lines of code in a Flash project

2006-01-27 Thread thotskee
try this: http://www.geronesoft.com/ - Original Message - From: "Daniel Smith" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Friday, January 27, 2006 7:23 PM Subject: Re: [Flashcoders] Lines of code in a Flash project >i'm looking for this same thing... i believe you can

Re: [Flashcoders] Lines of code in a Flash project

2006-01-27 Thread thotskee
i'm looking for this same thing... i believe you can dump all files into one using DOS... i do not know how though :( - Original Message - From: "Bill Brown" <[EMAIL PROTECTED]> To: Sent: Friday, January 27, 2006 6:25 PM Subject: [Flashcoders] Lines of code in a Flash project Doe

Re: [Flashcoders] ActionScript Cheatsheet Update (new URL)!

2006-01-27 Thread thotskee
thanks, hope it helps out! wasnt trying to offend anyone :) all the best thotskee - Original Message - From: "Kevin Mulvihill" <[EMAIL PROTECTED]> To: "'Flashcoders mailing list'" Sent: Friday, January 27, 2006 4:14 PM Subject: RE: [Flashcoders]

Re: [Flashcoders] ActionScript Cheatsheet Update (new URL)!

2006-01-27 Thread thotskee
no autocomplete in EditPlus thanks... - Original Message - From: "Kent Humphrey" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Friday, January 27, 2006 3:19 PM Subject: Re: [Flashcoders] ActionScript Cheatsheet Update (new URL)! Sander wrote: > http://www.actionsc

[Flashcoders] ActionScript Cheatsheet Update (new URL)!

2006-01-27 Thread thotskee
. Happy coding. thotskee PS: I am working on an update for the cheatsheet that has method parameters and more class examples, getter/setter etc. change requests and errors to: [EMAIL PROTECTED] ___ Flashcoders mailing list Flashcoders