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

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

2007-04-25 Thread thotskee
on the timeline 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

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

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

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

2007-04-18 Thread thotskee
@chattyfig.figleaf.com Sent: 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

[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

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

Re: [Flashcoders] ActionScript 3.0 Cheatsheets!!

2006-05-02 Thread thotskee
- [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 res

[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

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] To: Flashcoders mailing

[Flashcoders] Flash MX Radio button and tab key

2006-04-18 Thread thotskee
that 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 ___ Flashcoders

[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

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

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 -

[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] 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 flashcoders@chattyfig.figleaf.com Sent: Tuesday, January 31,

[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

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: Flashcoders@chattyfig.figleaf.com Sent: Friday, January 27, 2006 6:25 PM Subject: [Flashcoders] Lines of