Re: [Flashcoders] Best Practices and optimization

2010-05-03 Thread Karl DeSaulniers
Gold! Thanks Steve. Karl On May 3, 2010, at 2:13 PM, Steven Sacks wrote: http://opensource.adobe.com/wiki/display/flexsdk/Coding+Conventions ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo

Re: [Flashcoders] Best Practices and optimization

2010-05-03 Thread Karl DeSaulniers
Gold! Thanks Steve. Karl On May 3, 2010, at 2:16 PM, Steven Sacks wrote: http://lab.polygonal.de/2007/05/10/bitwise-gems-fast-integer-math/ And just in general: http://lab.polygonal.de/ Michael's examples are the fastest versions of various algorithms, such as collision detection, tangen

[Flashcoders] Duplicate object problem

2010-05-03 Thread natalia Vikhtinskaya
Hi I can not find way to get copy of Sprite or MovieClip Here is example code. I load jpg and add it to sprite. I want to have copy of this sprite not just after loading. I want to have it later. var mc:Sprite=new Sprite() addChild(mc) var mc2:Sprite=new Sprite() addChild(mc2) var imageL

Re: [Flashcoders] Best Practices and optimization

2010-05-03 Thread Steven Sacks
http://lab.polygonal.de/2007/05/10/bitwise-gems-fast-integer-math/ And just in general: http://lab.polygonal.de/ Michael's examples are the fastest versions of various algorithms, such as collision detection, tangent approximation, etc. There is much to learn from his blog. _

Re: [Flashcoders] CIM Interview Day

2010-05-03 Thread Kerry Thompson
Dave Watts wrote: > Uh, you just did. Yes, he did. It would have been nice to have some hint of geographical location. I'm not up to moving to Anchorage... Cordially, Kerry Thompson Not looking for a job anyway ___ Flashcoders mailing list Flashcoders

Re: [Flashcoders] Best Practices and optimization

2010-05-03 Thread Steven Sacks
http://opensource.adobe.com/wiki/display/flexsdk/Coding+Conventions ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] CIM Interview Day

2010-05-03 Thread Dave Watts
> Can you post the following message to the members? Uh, you just did. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instructio

[Flashcoders] CIM Interview Day

2010-05-03 Thread Schumacher, Steven
Hi, Can you post the following message to the members? C'MON AND GET CIM. CIM Interview Day Comcast Interactive Media (CIM) is a division of Comcast Corporation dedicated to developing online and cross-platform entertainment and media businesses. Check us out at cimlife.com. We'r

[Flashcoders] input TextFields in embedded swf stealing focus

2010-05-03 Thread Andrew Sinning
Our project is build in AS2. It's imported into an AS3 console written in Flex. The problem is that the input type TextFields in the embedded movie are stealing focus from the other TFs in the container console. I can tab between the TFs in my movie. If I click inside one of the TFs in the

Re: [Flashcoders] Resize stage at runtime

2010-05-03 Thread Karl DeSaulniers
Hi Cor, If all your wanting is for it to resize the HTML to the extent of the users window and the swf to fill the HTML, I have an index.html file I could send you off list for you to try, that does exactly this. It also uses SWFObject. I've tested Mac and PC - IE, Safari, Firefox, Navigator,

Re: [Flashcoders] Resize stage at runtime

2010-05-03 Thread confustic...@gmail.com
Hi Cor, We have to do this quite often - we use the magnificent BrowserCanvas (which was surprisingly hard to find): http://www.dncompute.com/blog/2008/06/23/browsercanvas-the-worlds-easiest-way-to-dynamically-resize-flash.html Hope that helps you as much as it helped us. On Wed, Apr 28, 2010 a

Re: [Flashcoders] Best Practices and optimization

2010-05-03 Thread Beatrix Krümmer-Frau
I was lucky to addend Grant Skinner on FITC Amsterdam and he spoke about good/fast coding practice with Actionscript or: Quick as Flash. You can find it here: http://www.gskinner.com/talks/quickNL/ Interesting was his PerformanceTestClass. Some pre information about it I wrote on my blog: http://bl