Different SDKs have different default SWF versions. Adobe 4.6 also comes with an older Adobe AIR SDK embedded in it. I’m wondering if your problem is related to the version of AIR or the SWF version that causes AIR to take different code paths.
-Alex On 1/6/15, 6:27 AM, "aabarreiros" <aabarrei...@gmail.com> wrote: >Hi All, > >I'm having a problem when browseForOpenMultiple if i select more than 300 >images, i got a system error in this case a windows error saying my >application just crash. I made several test and with the sdk 12 and 13 i >got >this error, but if i tried with the adobe 4.6.0 it works without any >trouble. And this issue it just happen in adobe air, if i made the same >code >in browser (flex) it works without any trouble and import the same images >fine. > >A quick example is: > ><?xml version="1.0" encoding="utf-8"?> ><s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009" > > xmlns:s="library://ns.adobe.com/flex/spark" > > xmlns:mx="library://ns.adobe.com/flex/mx" >creationComplete="init()"> > <fx:Script> > > </fx:Script> ></s:WindowedApplication> > >Does anyone got a workaround for this? I got this on a customer >application >and i'm receiving a lot of complains. > >Thanks in advance for all the help. > >Best Regards >Alexandre Barreiros > > > >-- >View this message in context: >http://apache-flex-development.2333347.n4.nabble.com/problem-with-browseFo >rOpenMultiple-tp44179.html >Sent from the Apache Flex Development mailing list archive at Nabble.com.