Re: [Flashcoders] WIRED hates Flash

2010-01-30 Thread Anthony Pace
Angela: That is a great suggestion. Normally a client will ask for detection, but some will opt to allow the user to choose which version as browsers false report and failing gracefully doesn't always work. eg. Which version (plain html with javascript employing hacks to make it work with

Re: [Flashcoders] AS3 loading swf movie very slow

2010-01-30 Thread Beatrix Krümmer-Frau
When you add something, you need to remove it = addChild - removeChild Coming from AS2 you should understand DisplayObjects...then everything is easy... Beatrix Bassam M schrieb: Hi Guys I'm doing one project very simple I have some swf file I have to load it by clicking on the menu then I

Re: [Flashcoders] WIRED hates Flash

2010-01-30 Thread Carl Welch
This pic perfectly illustrates the Flash-less browsing experience on the iPad: http://theflashblog.com/images/ipud.jpg despite the file's name, this is safe for work (this is the one place the swf acronym may have caused confusion). -- Carl Welch http://www.carlwelch.com On Sat, Jan 30,

[Flashcoders] FDT and AIR?

2010-01-30 Thread Omar Fouad
Hey guys, I'm using FDT with Eclipse 3.5 on Snow Leopard and I am trying to export an AIR package. I've set everything such as application descriptor xml file, certificate etc. I'm getting a strange error in the console: at least one file is required usage: adt -checkstore SIGNING_OPTIONS adt

[Flashcoders] Known memory leaks in FP10

2010-01-30 Thread W.R. de Boer
Hello, I am currently working on an interesting project that has to be able to run as long as possible. But at the moment I can't get it running more two hours after that the FlashPlayer.exe has 100% CPU usages and crawls down the system in such manner the player has to be killed. Now I am

Re: [Flashcoders] Known memory leaks in FP10

2010-01-30 Thread Jim Lafser
Only memory leak I encountered was with use of XML class. The idMap property needed to be deleted explicitly to fix the leak. This was using Flashlite 3.1. (BTW tracing idMap would show undefined - if use ObjectDumper would get a different trace result.)   HTH Jim --- On Sat, 1/30/10, W.R. de