Flash Builder 4.5 and SOAPHeader operation problem.

I have been working on this for the last couple days and I have not been able to come up with a solution.  Anyone out there have any suggestions.
I am trying to consume a Web service and it requires an Authentication Header.  I know the web services works by other means.  I would like to use the auto generated code, but it does not seem to want to add the authheader.
I have tried the following forum links to no avail.
http://forums.adobe.com/message/3069512
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/rpc/soap/Operation.h tml#addHeader%28%29
Here is the function I am calling.
public function headers():void {
var header1:SOAPHeader;
var obj:Object = new Object;
obj.Username = "XXX";
obj.Password = "YYY";
// Create QName and SOAPHeader objects.
var q1:QName=new QName("http://www.server.com/yadda/yadda", "AuthHeader");
header1=new SOAPHeader(q1, obj);
// Add the Authentication SOAP Header to all web service request.
operations["GetCommand"].addHeader(header1);
operations["SetCommand"].addHeader(header1);
When I debug this I can see that all the information is in it's correct place, however when I wireshark the actual communication I get the following.
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <SOAP-ENV:Header>
    <tns:AuthHeader xmlns:tns="http://www.server.com/yadda/yadda"/>
  </SOAP-ENV:Header>
  <SOAP-ENV:Body>
    <tns:GetCommand xmlns:tns="http://www.server.com/yadda/yadda">
      <tns:value1></tns:value1>
      <tns:value2></tns:value2>
    </tns:GetCommand>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
So I am getting the AuthHeader and the QName added, just not the username and password vaules.   Any ideas on what I am doing wrong?
-Stewart

I did get this to work.  If you do the following in the action script file that has the preinitialization fuction.  The header gets added properly.
This gets initalized on the load of the application.  I would really like to be able to set the username and password with a login box.  However, since this loads on launch I have not been able to get the values into the header.  Does anyone know how you can refresh this operation to reflect the changes in the values?  I know the values are getting set in my Login.as, but I can not find anything on how to reload the webservice to pick up the change in values. 
        import mx.rpc.soap.SOAPHeader;
        var header1:SOAPHeader;  
        var obj:Object = new Object;
        obj.Username = "XXX";  
        obj.Password = "YYY";
        // Create QName and SOAPHeader objects.
        var q1:QName=new QName("http://www.server.com/yadda/yadda", "AuthHeader");
        header1=new SOAPHeader(q1, obj);
        // Add the Authentication SOAP Header to all web service request.
        _serviceControl.addHeader(header1);
-Stewart

Similar Messages

  • Flash builder 4.7 and 3.5 sdk not able to complete an IOS release build

    Hello,   I am having a problem when I try to make an IOS ipad release build it never able to finish and fails due to compiler errors.   I am using window 7 and flash builder 4.7 and AIR sdk 3.5.   I have one actionscript mobile project linked to 5 libraries that were built in 4.6.   I have rebuilt all the project to support 3.5.   I can compile and play a debug version of the game in both standard and fast mode.  When I try to do a release build it goes to 4 percent and then fails.
    See details for more information.
      Encountered errors or warnings while building project ZooApp.as.
        ZooContext.as: com.google.common.collect.ComputationException: java.lang.NullPointerException
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:167)
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:116)
        at com.google.common.collect.ComputingConcurrentHashMap.apply(ComputingConcurrentHashMap.jav a:67)
        at com.google.common.collect.MapMaker$ComputingMapAdapter.get(MapMaker.java:623)
        at com.adobe.flash.compiler.internal.projects.CompilerProject.getCacheForScope(CompilerProje ct.java:701)
        at com.adobe.flash.compiler.internal.scopes.ASScope.findPropertyQualified(ASScope.java:1476)
        at com.adobe.flash.compiler.internal.definitions.references.ResolvedQualifiersReference.reso lve(ResolvedQualifiersReference.java:80)
        at com.adobe.flash.compiler.internal.definitions.DefinitionBase.resolveType(DefinitionBase.j ava:1049)
        at com.adobe.flash.compiler.internal.definitions.DefinitionBase.resolveType(DefinitionBase.j ava:1089)
        at com.adobe.flash.compiler.internal.definitions.ClassDefinition.resolveBaseClass(ClassDefin ition.java:373)
        at com.adobe.flash.compiler.internal.definitions.ClassDefinitionBase$ClassIterator.next(Clas sDefinitionBase.java:497)
        at com.adobe.flash.compiler.internal.definitions.ClassDefinitionBase$ClassIterator.next(Clas sDefinitionBase.java:463)
        at com.adobe.flash.compiler.internal.definitions.InterfaceDefinition$InterfaceIterator.<init >(InterfaceDefinition.java:273)
        at com.adobe.flash.compiler.internal.definitions.ClassDefinitionBase.interfaceIterator(Class DefinitionBase.java:399)
        at com.adobe.flash.compiler.internal.definitions.ClassDefinitionBase.isInstanceOf(ClassDefin itionBase.java:429)
        at com.adobe.flash.compiler.internal.semantics.SemanticUtils.isInstanceOf(SemanticUtils.java :565)
        at com.adobe.flash.compiler.internal.semantics.SemanticUtils.isValidTypeConversion(SemanticU tils.java:220)
        at com.adobe.flash.compiler.internal.semantics.SemanticUtils.isValidTypeConversion(SemanticU tils.java:342)
        at com.adobe.flash.compiler.internal.semantics.MethodBodySemanticChecker.checkImplicitConver sion(MethodBodySemanticChecker.java:560)
        at com.adobe.flash.compiler.internal.semantics.MethodBodySemanticChecker.checkImplicitConver sion(MethodBodySemanticChecker.java:372)
        at com.adobe.flash.compiler.internal.semantics.MethodBodySemanticChecker.checkFormalsVsActua ls(MethodBodySemanticChecker.java:758)
        at com.adobe.flash.compiler.internal.semantics.MethodBodySemanticChecker.checkFunctionCall(M ethodBodySemanticChecker.java:842)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGeneratingReducer.reduce_functionAsMember Expr(ABCGeneratingReducer.java:3960)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.action_327(CmcEmitter.java:5339)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.dispatchAction(CmcEmitter.java:86 06)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduceAntecedent(CmcEmitter.java: 39704)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.dispatchAction(CmcEmitter.java:69 52)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduceAntecedent(CmcEmitter.java: 39704)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.dispatchAction(CmcEmitter.java:95 07)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduceAntecedent(CmcEmitter.java: 39704)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduce(CmcEmitter.java:39681)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduceSubgoals(CmcEmitter.java:39 732)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduceAntecedent(CmcEmitter.java: 39703)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduce(CmcEmitter.java:39681)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduceSubgoals(CmcEmitter.java:39 723)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduceAntecedent(CmcEmitter.java: 39703)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduce(CmcEmitter.java:39681)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.burm(CmcEmitter.java:39983)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateInstructions(ABCGenerat or.java:232)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateMethodBodyForFunction(A BCGenerator.java:397)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateMethodBodyForFunction(A BCGenerator.java:351)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateFunction(ABCGenerator.j ava:266)
        at com.adobe.flash.compiler.internal.as.codegen.ClassDirectiveProcessor.declareFunction(Clas sDirectiveProcessor.java:646)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.processNode(DirectiveProc essor.java:215)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.traverse(DirectiveProcess or.java:189)
        at com.adobe.flash.compiler.internal.as.codegen.GlobalDirectiveProcessor.declareClass(Global DirectiveProcessor.java:423)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.processNode(DirectiveProc essor.java:207)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.traverse(DirectiveProcess or.java:189)
        at com.adobe.flash.compiler.internal.as.codegen.GlobalDirectiveProcessor.declarePackage(Glob alDirectiveProcessor.java:449)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.processNode(DirectiveProc essor.java:224)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.traverse(DirectiveProcess or.java:189)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generate(ABCGenerator.java:126)
        at com.adobe.flash.compiler.internal.units.ASCompilationUnit.handleABCBytesRequest(ASCompila tionUnit.java:374)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.processABCBytesRequest(Compil ationUnitBase.java:870)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.access$300(CompilationUnitBas e.java:107)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$4$1.call(CompilationUnitBase. java:309)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$4$1.call(CompilationUnitBase. java:305)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 8)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 2)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$CallerRunsPolicy.rejectedExecution(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.reject(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.execute(Unknown Source)
        at java.util.concurrent.AbstractExecutorService.submit(Unknown Source)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker.getRequest(RequestMaker.jav a:188)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.getABCBytesRequest(Compilatio nUnitBase.java:614)
        at com.adobe.flash.compiler.internal.units.ASCompilationUnit.handleOutgoingDependenciesReque st(ASCompilationUnit.java:456)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.processOutgoingDependenciesRe quest(CompilationUnitBase.java:886)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.access$500(CompilationUnitBas e.java:107)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$6$1.call(CompilationUnitBase. java:378)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$6$1.call(CompilationUnitBase. java:374)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 8)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 2)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$CallerRunsPolicy.rejectedExecution(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.reject(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.execute(Unknown Source)
        at java.util.concurrent.AbstractExecutorService.submit(Unknown Source)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker.getRequest(RequestMaker.jav a:188)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.getOutgoingDependenciesReques t(CompilationUnitBase.java:626)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.startBuildAsync(CompilationUn itBase.java:1067)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.startParsingImports(Compilati onUnitBase.java:924)
        at com.adobe.flash.compiler.internal.units.ASCompilationUnit.handleOutgoingDependenciesReque st(ASCompilationUnit.java:450)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.processOutgoingDependenciesRe quest(CompilationUnitBase.java:886)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.access$500(CompilationUnitBas e.java:107)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$6$1.call(CompilationUnitBase. java:378)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$6$1.call(CompilationUnitBase. java:374)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 8)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 2)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.NullPointerException
        at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:187)
        at com.google.common.collect.CustomConcurrentHashMap.hash(CustomConcurrentHashMap.java:1432)
        at com.google.common.collect.ComputingConcurrentHashMap.apply(ComputingConcurrentHashMap.jav a:66)
        at com.google.common.collect.MapMaker$ComputingMapAdapter.get(MapMaker.java:623)
        at com.adobe.flash.compiler.internal.scopes.ASProjectScope.addScopeToCompilationUnitScopeLis t(ASProjectScope.java:1306)
        at com.adobe.flash.compiler.internal.projects.CompilerProject$ScopeMakerFunction.apply(Compi lerProject.java:106)
        at com.adobe.flash.compiler.internal.projects.CompilerProject$ScopeMakerFunction.apply(Compi lerProject.java:95)
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:155)
        ... 95 more
        DinoZooContext.as: com.google.common.collect.ComputationException: java.lang.NullPointerException
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:167)
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:116)
        at com.google.common.collect.ComputingConcurrentHashMap.apply(ComputingConcurrentHashMap.jav a:67)
        at com.google.common.collect.MapMaker$ComputingMapAdapter.get(MapMaker.java:623)
        at com.adobe.flash.compiler.internal.projects.CompilerProject.getCacheForScope(CompilerProje ct.java:701)
        at com.adobe.flash.compiler.internal.scopes.ASScope.findPropertyQualified(ASScope.java:1476)
        at com.adobe.flash.compiler.internal.definitions.references.ResolvedQualifiersReference.reso lve(ResolvedQualifiersReference.java:80)
        at com.adobe.flash.compiler.internal.definitions.DefinitionBase.resolveType(DefinitionBase.j ava:1049)
        at com.adobe.flash.compiler.internal.definitions.DefinitionBase.resolveType(DefinitionBase.j ava:1089)
        at com.adobe.flash.compiler.internal.definitions.ClassDefinition.resolveBaseClass(ClassDefin ition.java:373)
        at com.adobe.flash.compiler.internal.definitions.ClassDefinitionBase$ClassIterator.next(Clas sDefinitionBase.java:497)
        at com.adobe.flash.compiler.internal.definitions.ClassDefinitionBase$ClassIterator.next(Clas sDefinitionBase.java:463)
        at com.adobe.flash.compiler.internal.scopes.TypeScope.addImplicitOpenNamespaces(TypeScope.ja va:552)
        at com.adobe.flash.compiler.internal.scopes.ScopeView.addImplicitOpenNamespaces(ScopeView.ja va:114)
        at com.adobe.flash.compiler.internal.scopes.ASScope.getNamespaceSetImpl(ASScope.java:535)
        at com.adobe.flash.compiler.internal.scopes.ASScopeCache.getNamespaceSet(ASScopeCache.java:3 87)
        at com.adobe.flash.compiler.internal.scopes.ASScope.getNamespaceSet(ASScope.java:492)
        at com.adobe.flash.compiler.internal.scopes.ASScope.getNamespaceSetForNameImpl(ASScope.java: 461)
        at com.adobe.flash.compiler.internal.scopes.ASScopeCache.getNamespaceSetForName(ASScopeCache .java:549)
        at com.adobe.flash.compiler.internal.scopes.ASScope.getNamespaceSetForName(ASScope.java:424)
        at com.adobe.flash.compiler.internal.scopes.ASScopeCache.findProperty(ASScopeCache.java:150)
        at com.adobe.flash.compiler.internal.scopes.ASScope.findProperty(ASScope.java:1312)
        at com.adobe.flash.compiler.internal.definitions.references.LexicalReference.resolve(Lexical Reference.java:72)
        at com.adobe.flash.compiler.internal.definitions.DefinitionBase.resolveType(DefinitionBase.j ava:1049)
        at com.adobe.flash.compiler.internal.definitions.DefinitionBase.resolveType(DefinitionBase.j ava:1089)
        at com.adobe.flash.compiler.internal.definitions.DefinitionBase.resolveType(DefinitionBase.j ava:871)
        at com.adobe.flash.compiler.internal.definitions.DefinitionBase.resolveType(DefinitionBase.j ava:90)
        at com.adobe.flash.compiler.internal.tree.as.IdentifierNode.resolveType(IdentifierNode.java: 406)
        at com.adobe.flash.compiler.internal.tree.as.MemberAccessExpressionNode.resolveType(MemberAc cessExpressionNode.java:137)
        at com.adobe.flash.compiler.internal.semantics.MethodBodySemanticChecker.checkImplicitConver sion(MethodBodySemanticChecker.java:372)
        at com.adobe.flash.compiler.internal.semantics.MethodBodySemanticChecker.checkFormalsVsActua ls(MethodBodySemanticChecker.java:758)
        at com.adobe.flash.compiler.internal.semantics.MethodBodySemanticChecker.checkFunctionCall(M ethodBodySemanticChecker.java:842)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGeneratingReducer.reduce_functionAsMember Expr(ABCGeneratingReducer.java:3960)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.action_327(CmcEmitter.java:5339)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.dispatchAction(CmcEmitter.java:86 06)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduceAntecedent(CmcEmitter.java: 39704)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.dispatchAction(CmcEmitter.java:69 52)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduceAntecedent(CmcEmitter.java: 39704)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.dispatchAction(CmcEmitter.java:95 07)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduceAntecedent(CmcEmitter.java: 39704)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduce(CmcEmitter.java:39681)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduceSubgoals(CmcEmitter.java:39 732)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduceAntecedent(CmcEmitter.java: 39703)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduce(CmcEmitter.java:39681)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduceSubgoals(CmcEmitter.java:39 723)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduceAntecedent(CmcEmitter.java: 39703)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduce(CmcEmitter.java:39681)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.burm(CmcEmitter.java:39983)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateInstructions(ABCGenerat or.java:232)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateMethodBodyForFunction(A BCGenerator.java:397)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateMethodBodyForFunction(A BCGenerator.java:351)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateFunction(ABCGenerator.j ava:266)
        at com.adobe.flash.compiler.internal.as.codegen.ClassDirectiveProcessor.declareFunction(Clas sDirectiveProcessor.java:646)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.processNode(DirectiveProc essor.java:215)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.traverse(DirectiveProcess or.java:189)
        at com.adobe.flash.compiler.internal.as.codegen.GlobalDirectiveProcessor.declareClass(Global DirectiveProcessor.java:423)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.processNode(DirectiveProc essor.java:207)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.traverse(DirectiveProcess or.java:189)
        at com.adobe.flash.compiler.internal.as.codegen.GlobalDirectiveProcessor.declarePackage(Glob alDirectiveProcessor.java:449)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.processNode(DirectiveProc essor.java:224)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.traverse(DirectiveProcess or.java:189)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generate(ABCGenerator.java:126)
        at com.adobe.flash.compiler.internal.units.ASCompilationUnit.handleABCBytesRequest(ASCompila tionUnit.java:374)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.processABCBytesRequest(Compil ationUnitBase.java:870)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.access$300(CompilationUnitBas e.java:107)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$4$1.call(CompilationUnitBase. java:309)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$4$1.call(CompilationUnitBase. java:305)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 8)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 2)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$CallerRunsPolicy.rejectedExecution(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.reject(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.execute(Unknown Source)
        at java.util.concurrent.AbstractExecutorService.submit(Unknown Source)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker.getRequest(RequestMaker.jav a:188)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.getABCBytesRequest(Compilatio nUnitBase.java:614)
        at com.adobe.flash.compiler.internal.units.ASCompilationUnit.handleOutgoingDependenciesReque st(ASCompilationUnit.java:456)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.processOutgoingDependenciesRe quest(CompilationUnitBase.java:886)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.access$500(CompilationUnitBas e.java:107)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$6$1.call(CompilationUnitBase. java:378)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$6$1.call(CompilationUnitBase. java:374)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 8)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 2)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$CallerRunsPolicy.rejectedExecution(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.reject(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.execute(Unknown Source)
        at java.util.concurrent.AbstractExecutorService.submit(Unknown Source)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker.getRequest(RequestMaker.jav a:188)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.getOutgoingDependenciesReques t(CompilationUnitBase.java:626)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.startBuildAsync(CompilationUn itBase.java:1067)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.startParsingImports(Compilati onUnitBase.java:924)
        at com.adobe.flash.compiler.internal.units.ASCompilationUnit.handleOutgoingDependenciesReque st(ASCompilationUnit.java:450)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.processOutgoingDependenciesRe quest(CompilationUnitBase.java:886)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.access$500(CompilationUnitBas e.java:107)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$6$1.call(CompilationUnitBase. java:378)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$6$1.call(CompilationUnitBase. java:374)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 8)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 2)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.NullPointerException
        at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:187)
        at com.google.common.collect.CustomConcurrentHashMap.hash(CustomConcurrentHashMap.java:1432)
        at com.google.common.collect.ComputingConcurrentHashMap.apply(ComputingConcurrentHashMap.jav a:66)
        at com.google.common.collect.MapMaker$ComputingMapAdapter.get(MapMaker.java:623)
        at com.adobe.flash.compiler.internal.scopes.ASProjectScope.addScopeToCompilationUnitScopeLis t(ASProjectScope.java:1306)
        at com.adobe.flash.compiler.internal.projects.CompilerProject$ScopeMakerFunction.apply(Compi lerProject.java:106)
        at com.adobe.flash.compiler.internal.projects.CompilerProject$ScopeMakerFunction.apply(Compi lerProject.java:95)
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:155)
        ... 105 more
        AppSettingsModel.as: com.google.common.collect.ComputationException: java.lang.NullPointerException
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:167)
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:116)
        at com.google.common.collect.ComputingConcurrentHashMap.apply(ComputingConcurrentHashMap.jav a:67)
        at com.google.common.collect.MapMaker$ComputingMapAdapter.get(MapMaker.java:623)
        at com.adobe.flash.compiler.internal.projects.CompilerProject.getCacheForScope(CompilerProje ct.java:701)
        at com.adobe.flash.compiler.internal.scopes.ASScope.findPropertyQualified(ASScope.java:1476)
        at com.adobe.flash.compiler.internal.definitions.references.ResolvedQualifiersReference.reso lve(ResolvedQualifiersReference.java:80)
        at com.adobe.flash.compiler.internal.definitions.DefinitionBase.resolveType(DefinitionBase.j ava:1049)
        at com.adobe.flash.compiler.internal.definitions.DefinitionBase.resolveType(DefinitionBase.j ava:1089)
        at com.adobe.flash.compiler.internal.definitions.ClassDefinition.resolveBaseClass(ClassDefin ition.java:373)
        at com.adobe.flash.compiler.internal.definitions.TypeDefinitionBase$TypeIterator.pushChildre n(TypeDefinitionBase.java:284)
        at com.adobe.flash.compiler.internal.definitions.TypeDefinitionBase$TypeIterator.next(TypeDe finitionBase.java:218)
        at com.adobe.flash.compiler.internal.definitions.TypeDefinitionBase$TypeIterator.next(TypeDe finitionBase.java:176)
        at com.adobe.flash.compiler.internal.scopes.TypeScope.getPropertyForMemberAccess(TypeScope.j ava:321)
        at com.adobe.flash.compiler.internal.scopes.ScopeView.getPropertyForMemberAccess(ScopeView.j ava:80)
        at com.adobe.flash.compiler.internal.scopes.ASScope.getPropertyFromDef(ASScope.java:880)
        at com.adobe.flash.compiler.internal.scopes.ASScope.getPropertyFromDef(ASScope.java:842)
        at com.adobe.flash.compiler.internal.scopes.ASScope.getPropertyFromDef(ASScope.java:761)
        at com.adobe.flash.compiler.internal.tree.as.IdentifierNode.resolveMemberRef(IdentifierNode. java:830)
        at com.adobe.flash.compiler.internal.tree.as.IdentifierNode.resolve(IdentifierNode.java:378)
        at com.adobe.flash.compiler.internal.tree.as.MemberAccessExpressionNode.resolve(MemberAccess ExpressionNode.java:125)
        at com.adobe.flash.compiler.internal.semantics.SemanticUtils.transformNameToConstantValue(Se manticUtils.java:2498)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGeneratingReducer.isCompileTimeConstant(A BCGeneratingReducer.java:2473)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.isCompileTimeConstant(CmcEmitter. java:90)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_MemberAccessExpre ssionID_2.cachedCost_4411a827(CmcEmitter.java:17239)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_MemberAccessExpre ssionID_2.getCostForRule_119c082(CmcEmitter.java:17232)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_MemberAccessExpre ssionID_2.getCost(CmcEmitter.java:16748)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_MemberAccessExpre ssionID_2.getCost(CmcEmitter.java:16788)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_FunctionCallID_2_ n.getCostForRule_1a457b6(CmcEmitter.java:13255)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_FunctionCallID_2_ n.getCost(CmcEmitter.java:12881)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.getNaryCost(CmcEmitter.java:39963 )
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.access$000(CmcEmitter.java:30)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_FunctionCallID_2_ n.getCostForRule_b169f8(CmcEmitter.java:13246)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_FunctionCallID_2_ n.getCost(CmcEmitter.java:12878)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_Op_AssignId_2.get CostForRule_9664a1(CmcEmitter.java:20373)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_Op_AssignId_2.get Cost(CmcEmitter.java:20008)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_Op_AssignId_2.get Cost(CmcEmitter.java:19992)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.getNaryCost(CmcEmitter.java:39963 )
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.access$000(CmcEmitter.java:30)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_BlockID_0_n.getCo st(CmcEmitter.java:10611)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_FunctionID_4.getC ostForRule_18e3e60(CmcEmitter.java:13629)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_FunctionID_4.getR ule(CmcEmitter.java:13561)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduceAntecedent(CmcEmitter.java: 39689)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduce(CmcEmitter.java:39681)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.burm(CmcEmitter.java:39983)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateInstructions(ABCGenerat or.java:232)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateMethodBodyForFunction(A BCGenerator.java:397)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateMethodBodyForFunction(A BCGenerator.java:351)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateFunction(ABCGenerator.j ava:266)
        at com.adobe.flash.compiler.internal.as.codegen.ClassDirectiveProcessor.declareFunction(Clas sDirectiveProcessor.java:646)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.processNode(DirectiveProc essor.java:215)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.traverse(DirectiveProcess or.java:189)
        at com.adobe.flash.compiler.internal.as.codegen.GlobalDirectiveProcessor.declareClass(Global DirectiveProcessor.java:423)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.processNode(DirectiveProc essor.java:207)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.traverse(DirectiveProcess or.java:189)
        at com.adobe.flash.compiler.internal.as.codegen.GlobalDirectiveProcessor.declarePackage(Glob alDirectiveProcessor.java:449)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.processNode(DirectiveProc essor.java:224)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.traverse(DirectiveProcess or.java:189)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generate(ABCGenerator.java:126)
        at com.adobe.flash.compiler.internal.units.ASCompilationUnit.handleABCBytesRequest(ASCompila tionUnit.java:374)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.processABCBytesRequest(Compil ationUnitBase.java:870)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.access$300(CompilationUnitBas e.java:107)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$4$1.call(CompilationUnitBase. java:309)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$4$1.call(CompilationUnitBase. java:305)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 8)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 2)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.NullPointerException
        at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:187)
        at com.google.common.collect.CustomConcurrentHashMap.hash(CustomConcurrentHashMap.java:1432)
        at com.google.common.collect.ComputingConcurrentHashMap.apply(ComputingConcurrentHashMap.jav a:66)
        at com.google.common.collect.MapMaker$ComputingMapAdapter.get(MapMaker.java:623)
        at com.adobe.flash.compiler.internal.scopes.ASProjectScope.addScopeToCompilationUnitScopeLis t(ASProjectScope.java:1306)
        at com.adobe.flash.compiler.internal.projects.CompilerProject$ScopeMakerFunction.apply(Compi lerProject.java:106)
        at com.adobe.flash.compiler.internal.projects.CompilerProject$ScopeMakerFunction.apply(Compi lerProject.java:95)
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:155)
        ... 70 more
        AnimatedScreenState.as: Internal error in ABC generator subsystem, when generating code for: E:\3lbs\projects\3pounds\applications\dinozoo\client\dinozooapp\src\dinozoo\model\screens tatemachine\AnimatedScreenState.as: com.google.common.collect.ComputationException: java.lang.NullPointerException
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:167)
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:116)
        at com.google.common.collect.ComputingConcurrentHashMap.apply(ComputingConcurrentHashMap.jav a:67)
        at com.google.common.collect.MapMaker$ComputingMapAdapter.get(MapMaker.java:623)
        at com.adobe.flash.compiler.internal.projects.CompilerProject.getCacheForScope(CompilerProje ct.java:701)
        at com.adobe.flash.compiler.internal.scopes.ASScope.findPropertyQualified(ASScope.java:1476)
        at com.adobe.flash.compiler.internal.definitions.references.ResolvedQualifiersReference.reso lve(ResolvedQualifiersReference.java:80)
        at com.adobe.flash.compiler.internal.definitions.DefinitionBase.resolveType(DefinitionBase.j ava:1049)
        at com.adobe.flash.compiler.internal.definitions.DefinitionBase.resolveType(DefinitionBase.j ava:1089)
        at com.adobe.flash.compiler.internal.definitions.ClassDefinition.resolveBaseClass(ClassDefin ition.java:373)
        at com.adobe.flash.compiler.internal.definitions.ClassDefinitionBase$ClassIterator.next(Clas sDefinitionBase.java:497)
        at com.adobe.flash.compiler.internal.definitions.ClassDefinitionBase$ClassIterator.next(Clas sDefinitionBase.java:463)
        at com.adobe.flash.compiler.internal.as.codegen.ClassDirectiveProcessor.<init>(ClassDirectiv eProcessor.java:316)
        at com.adobe.flash.compiler.internal.as.codegen.ClassDirectiveProcessor.<init>(ClassDirectiv eProcessor.java:182)
        at com.adobe.flash.compiler.internal.as.codegen.GlobalDirectiveProcessor.declareClass(Global DirectiveProcessor.java:422)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.processNode(DirectiveProc essor.java:207)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.traverse(DirectiveProcess or.java:189)
        at com.adobe.flash.compiler.internal.as.codegen.GlobalDirectiveProcessor.declarePackage(Glob alDirectiveProcessor.java:449)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.processNode(DirectiveProc essor.java:224)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.traverse(DirectiveProcess or.java:189)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generate(ABCGenerator.java:126)
        at com.adobe.flash.compiler.internal.units.ASCompilationUnit.handleABCBytesRequest(ASCompila tionUnit.java:374)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.processABCBytesRequest(Compil ationUnitBase.java:870)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.access$300(CompilationUnitBas e.java:107)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$4$1.call(CompilationUnitBase. java:309)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$4$1.call(CompilationUnitBase. java:305)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 8)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 2)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.NullPointerException
        at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:187)
        at com.google.common.collect.CustomConcurrentHashMap.hash(CustomConcurrentHashMap.java:1432)
        at com.google.common.collect.ComputingConcurrentHashMap.apply(ComputingConcurrentHashMap.jav a:66)
        at com.google.common.collect.MapMaker$ComputingMapAdapter.get(MapMaker.java:623)
        at com.adobe.flash.compiler.internal.scopes.ASProjectScope.addScopeToCompilationUnitScopeLis t(ASProjectScope.java:1306)
        at com.adobe.flash.compiler.internal.projects.CompilerProject$ScopeMakerFunction.apply(Compi lerProject.java:106)
        at com.adobe.flash.compiler.internal.projects.CompilerProject$ScopeMakerFunction.apply(Compi lerProject.java:95)
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:155)
        ... 32 more
        ScreenStateMachineModel.as: com.google.common.collect.ComputationException: java.lang.NullPointerException
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:167)
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:116)
        at com.google.common.collect.ComputingConcurrentHashMap.apply(ComputingConcurrentHashMap.jav a:67)
        at com.google.common.collect.MapMaker$ComputingMapAdapter.get(MapMaker.java:623)
        at com.adobe.flash.compiler.internal.projects.CompilerProject.getCacheForScope(CompilerProje ct.java:701)
        at com.adobe.flash.compiler.internal.scopes.ASScope.findPropertyQualified(ASScope.java:1476)
        at com.adobe.flash.compiler.internal.definitions.references.ResolvedQualifiersReference.reso lve(ResolvedQualifiersReference.java:80)
        at com.adobe.flash.compiler.internal.definitions.DefinitionBase.resolveType(DefinitionBase.j ava:1049)
        at com.adobe.flash.compiler.internal.definitions.DefinitionBase.resolveType(DefinitionBase.j ava:1089)
        at com.adobe.flash.compiler.internal.definitions.ClassDefinition.resolveBaseClass(ClassDefin ition.java:373)
        at com.adobe.flash.compiler.internal.definitions.TypeDefinitionBase$TypeIterator.pushChildre n(TypeDefinitionBase.java:284)
        at com.adobe.flash.compiler.internal.definitions.TypeDefinitionBase$TypeIterator.next(TypeDe finitionBase.java:218)
        at com.adobe.flash.compiler.internal.definitions.TypeDefinitionBase$TypeIterator.next(TypeDe finitionBase.java:176)
        at com.adobe.flash.compiler.internal.scopes.TypeScope.getPropertyForMemberAccess(TypeScope.j ava:321)
        at com.adobe.flash.compiler.internal.scopes.ScopeView.getPropertyForMemberAccess(ScopeView.j ava:80)
        at com.adobe.flash.compiler.internal.scopes.ASScope.getPropertyFromDef(ASScope.java:880)
        at com.adobe.flash.compiler.internal.scopes.ASScope.getPropertyFromDef(ASScope.java:842)
        at com.adobe.flash.compiler.internal.scopes.ASScope.getPropertyFromDef(ASScope.java:761)
        at com.adobe.flash.compiler.internal.tree.as.IdentifierNode.resolveMemberRef(IdentifierNode. java:830)
        at com.adobe.flash.compiler.internal.tree.as.IdentifierNode.resolve(IdentifierNode.java:378)
        at com.adobe.flash.compiler.internal.tree.as.MemberAccessExpressionNode.resolve(MemberAccess ExpressionNode.java:125)
        at com.adobe.flash.compiler.internal.semantics.SemanticUtils.transformNameToConstantValue(Se manticUtils.java:2498)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGeneratingReducer.isCompileTimeConstant(A BCGeneratingReducer.java:2473)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.isCompileTimeConstant(CmcEmitter. java:90)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_MemberAccessExpre ssionID_2.cachedCost_4411a827(CmcEmitter.java:17239)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_MemberAccessExpre ssionID_2.getCostForRule_119c082(CmcEmitter.java:17232)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_MemberAccessExpre ssionID_2.getCost(CmcEmitter.java:16748)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_MemberAccessExpre ssionID_2.getCost(CmcEmitter.java:16788)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_FunctionCallID_2_ n.getCostForRule_1a457b6(CmcEmitter.java:13255)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_FunctionCallID_2_ n.getCost(CmcEmitter.java:12881)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_FunctionCallID_2_ n.getCost(CmcEmitter.java:12947)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_FunctionCallID_2_ n.getCost(CmcEmitter.java:12925)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.getNaryCost(CmcEmitter.java:39963 )
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.access$000(CmcEmitter.java:30)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_BlockID_0_n.getCo st(CmcEmitter.java:10611)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_IfStatementID_1_n .getCostForRule_7259da(CmcEmitter.java:14481)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_IfStatementID_1_n .getCost(CmcEmitter.java:14418)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.getNaryCost(CmcEmitter.java:39963 )
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.access$000(CmcEmitter.java:30)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_BlockID_0_n.getCo st(CmcEmitter.java:10611)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_FunctionID_4.getC ostForRule_18e3e60(CmcEmitter.java:13629)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_FunctionID_4.getR ule(CmcEmitter.java:13561)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduceAntecedent(CmcEmitter.java: 39689)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduce(CmcEmitter.java:39681)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.burm(CmcEmitter.java:39983)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateInstructions(ABCGenerat or.java:232)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateMethodBodyForFunction(A BCGenerator.java:397)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateMethodBodyForFunction(A BCGenerator.java:351)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateFunction(ABCGenerator.j ava:266)
        at com.adobe.flash.compiler.internal.as.codegen.ClassDirectiveProcessor.declareFunction(Clas sDirectiveProcessor.java:646)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.processNode(DirectiveProc essor.java:215)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.traverse(DirectiveProcess or.java:189)
        at com.adobe.flash.compiler.internal.as.codegen.GlobalDirectiveProcessor.declareClass(Global DirectiveProcessor.java:423)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.processNode(DirectiveProc essor.java:207)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.traverse(DirectiveProcess or.java:189)
        at com.adobe.flash.compiler.internal.as.codegen.GlobalDirectiveProcessor.declarePackage(Glob alDirectiveProcessor.java:449)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.processNode(DirectiveProc essor.java:224)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.traverse(DirectiveProcess or.java:189)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generate(ABCGenerator.java:126)
        at com.adobe.flash.compiler.internal.units.ASCompilationUnit.handleABCBytesRequest(ASCompila tionUnit.java:374)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.processABCBytesRequest(Compil ationUnitBase.java:870)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.access$300(CompilationUnitBas e.java:107)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$4$1.call(CompilationUnitBase. java:309)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$4$1.call(CompilationUnitBase. java:305)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 8)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 2)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$CallerRunsPolicy.rejectedExecution(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.reject(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.execute(Unknown Source)
        at java.util.concurrent.AbstractExecutorService.submit(Unknown Source)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker.getRequest(RequestMaker.jav a:188)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.getABCBytesRequest(Compilatio nUnitBase.java:614)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.startBuildAsync(CompilationUn itBase.java:1071)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.startParsingImports(Compilati onUnitBase.java:924)
        at com.adobe.flash.compiler.internal.units.ASCompilationUnit.handleOutgoingDependenciesReque st(ASCompilationUnit.java:450)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.processOutgoingDependenciesRe quest(CompilationUnitBase.java:886)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.access$500(CompilationUnitBas e.java:107)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$6$1.call(CompilationUnitBase. java:378)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$6$1.call(CompilationUnitBase. java:374)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 8)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 2)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.NullPointerException
        at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:187)
        at com.google.common.collect.CustomConcurrentHashMap.hash(CustomConcurrentHashMap.java:1432)
        at com.google.common.collect.ComputingConcurrentHashMap.apply(ComputingConcurrentHashMap.jav a:66)
        at com.google.common.collect.MapMaker$ComputingMapAdapter.get(MapMaker.java:623)
        at com.adobe.flash.compiler.internal.scopes.ASProjectScope.addScopeToCompilationUnitScopeLis t(ASProjectScope.java:1306)
        at com.adobe.flash.compiler.internal.projects.CompilerProject$ScopeMakerFunction.apply(Compi lerProject.java:106)
        at com.adobe.flash.compiler.internal.projects.CompilerProject$ScopeMakerFunction.apply(Compi lerProject.java:95)
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:155)
        ... 87 more
        ParkContext.as: com.google.common.collect.ComputationException: java.lang.NullPointerException
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:167)
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:116)
        at com.google.common.collect.ComputingConcurrentHashMap.apply(ComputingConcurrentHashMap.jav a:67)
        at com.google.common.collect.MapMaker$ComputingMapAdapter.get(MapMaker.java:623)
        at com.adobe.flash.compiler.internal.projects.CompilerProject.getCacheForScope(CompilerProje ct.java:701)
        at com.adobe.flash.compiler.internal.scopes.ASScope.findPropertyQualified(ASScope.java:1476)
        at com.adobe.flash.compiler.internal.definitions.references.ResolvedQualifiersReference.reso lve(ResolvedQualifiersReference.java:80)
        at com.adobe.flash.compiler.internal.definitions.DefinitionBase.resolveType(DefinitionBase.j ava:1049)
        at com.adobe.flash.compiler.internal.definitions.DefinitionBase.resolveType(DefinitionBase.j ava:1089)
        at com.adobe.flash.compiler.internal.definitions.ClassDefinition.resolveBaseClass(ClassDefin ition.java:373)
        at com.adobe.flash.compiler.internal.definitions.TypeDefinitionBase$TypeIterator.pushChildre n(TypeDefinitionBase.java:284)
        at com.adobe.flash.compiler.internal.definitions.TypeDefinitionBase$TypeIterator.next(TypeDe finitionBase.java:218)
        at com.adobe.flash.compiler.internal.definitions.TypeDefinitionBase$TypeIterator.next(TypeDe finitionBase.java:176)
        at com.adobe.flash.compiler.internal.scopes.TypeScope.getPropertyForMemberAccess(TypeScope.j ava:321)
        at com.adobe.flash.compiler.internal.scopes.ScopeView.getPropertyForMemberAccess(ScopeView.j ava:80)
        at com.adobe.flash.compiler.internal.scopes.ASScope.getPropertyFromDef(ASScope.java:880)
        at com.adobe.flash.compiler.internal.scopes.ASScope.getPropertyFromDef(ASScope.java:842)
        at com.adobe.flash.compiler.internal.scopes.ASScope.getPropertyFromDef(ASScope.java:761)
        at com.adobe.flash.compiler.internal.tree.as.IdentifierNode.resolveMemberRef(IdentifierNode. java:830)
        at com.adobe.flash.compiler.internal.tree.as.IdentifierNode.resolve(IdentifierNode.java:378)
        at com.adobe.flash.compiler.internal.tree.as.MemberAccessExpressionNode.resolve(MemberAccess ExpressionNode.java:125)
        at com.adobe.flash.compiler.internal.semantics.SemanticUtils.transformNameToConstantValue(Se manticUtils.java:2498)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGeneratingReducer.isCompileTimeConstant(A BCGeneratingReducer.java:2473)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.isCompileTimeConstant(CmcEmitter. java:90)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_MemberAccessExpre ssionID_2.cachedCost_4411a827(CmcEmitter.java:17239)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_MemberAccessExpre ssionID_2.getCostForRule_119c082(CmcEmitter.java:17232)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_MemberAccessExpre ssionID_2.getCost(CmcEmitter.java:16748)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_MemberAccessExpre ssionID_2.getCost(CmcEmitter.java:16788)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_FunctionCallID_2_ n.getCostForRule_1a457b6(CmcEmitter.java:13255)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_FunctionCallID_2_ n.getCost(CmcEmitter.java:12881)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.getNaryCost(CmcEmitter.java:39963 )
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.access$000(CmcEmitter.java:30)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_FunctionCallID_2_ n.getCostForRule_ae000d(CmcEmitter.java:13341)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_FunctionCallID_2_ n.getCost(CmcEmitter.java:12893)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_Op_AssignId_2.get CostForRule_1a8c4e7(CmcEmitter.java:20392)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_Op_AssignId_2.get Cost(CmcEmitter.java:20011)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_Op_AssignId_2.get Cost(CmcEmitter.java:19992)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.getNaryCost(CmcEmitter.java:39963 )
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.access$000(CmcEmitter.java:30)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_BlockID_0_n.getCo st(CmcEmitter.java:10611)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_FunctionID_4.getC ostForRule_18e3e60(CmcEmitter.java:13629)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_FunctionID_4.getR ule(CmcEmitter.java:13561)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduceAntecedent(CmcEmitter.java: 39689)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduce(CmcEmitter.java:39681)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.burm(CmcEmitter.java:39983)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateInstructions(ABCGenerat or.java:232)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateMethodBodyForFunction(A BCGenerator.java:397)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateMethodBodyForFunction(A BCGenerator.java:351)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateFunction(ABCGenerator.j ava:266)
        at com.adobe.flash.compiler.internal.as.codegen.ClassDirectiveProcessor.declareFunction(Clas sDirectiveProcessor.java:646)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.processNode(DirectiveProc essor.java:215)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.traverse(DirectiveProcess or.java:189)
        at com.adobe.flash.compiler.internal.as.codegen.GlobalDirectiveProcessor.declareClass(Global DirectiveProcessor.java:423)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.processNode(DirectiveProc essor.java:207)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.traverse(DirectiveProcess or.java:189)
        at com.adobe.flash.compiler.internal.as.codegen.GlobalDirectiveProcessor.declarePackage(Glob alDirectiveProcessor.java:449)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.processNode(DirectiveProc essor.java:224)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.traverse(DirectiveProcess or.java:189)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generate(ABCGenerator.java:126)
        at com.adobe.flash.compiler.internal.units.ASCompilationUnit.handleABCBytesRequest(ASCompila tionUnit.java:374)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.processABCBytesRequest(Compil ationUnitBase.java:870)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.access$300(CompilationUnitBas e.java:107)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$4$1.call(CompilationUnitBase. java:309)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$4$1.call(CompilationUnitBase. java:305)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 8)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 2)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.NullPointerException
        at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:187)
        at com.google.common.collect.CustomConcurrentHashMap.hash(CustomConcurrentHashMap.java:1432)
        at com.google.common.collect.ComputingConcurrentHashMap.apply(ComputingConcurrentHashMap.jav a:66)
        at com.google.common.collect.MapMaker$ComputingMapAdapter.get(MapMaker.java:623)
        at com.adobe.flash.compiler.internal.scopes.ASProjectScope.addScopeToCompilationUnitScopeLis t(ASProjectScope.java:1306)
        at com.adobe.flash.compiler.internal.projects.CompilerProject$ScopeMakerFunction.apply(Compi lerProject.java:106)
        at com.adobe.flash.compiler.internal.projects.CompilerProject$ScopeMakerFunction.apply(Compi lerProject.java:95)
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:155)
        ... 70 more
        ScreenNavigatorMediator.as: com.google.common.collect.ComputationException: java.lang.NullPointerException
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:167)
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:116)
        at com.google.common.collect.ComputingConcurrentHashMap.apply(ComputingConcurrentHashMap.jav a:67)
        at com.google.common.collect.MapMaker$ComputingMapAdapter.get(MapMaker.java:623)
        at com.adobe.flash.compiler.internal.projects.CompilerProject.getCacheForScope(CompilerProje ct.java:701)
        at com.adobe.flash.compiler.internal.scopes.ASScope.findPropertyQualified(ASScope.java:1476)
        at com.adobe.flash.compiler.internal.definitions.references.ResolvedQualifiersReference.reso lve(ResolvedQualifiersReference.java:80)
        at com.adobe.flash.compiler.internal.definitions.DefinitionBase.resolveType(DefinitionBase.j ava:1049)
        at com.adobe.flash.compiler.internal.definitions.DefinitionBase.resolveType(DefinitionBase.j ava:1089)
        at com.adobe.flash.compiler.internal.definitions.ClassDefinition.resolveBaseClass(ClassDefin ition.java:373)
        at com.adobe.flash.compiler.internal.definitions.TypeDefinitionBase$TypeIterator.pushChildre n(TypeDefinitionBase.java:284)
        at com.adobe.flash.compiler.internal.definitions.TypeDefinitionBase$TypeIterator.next(TypeDe finitionBase.java:218)
        at com.adobe.flash.compiler.internal.definitions.TypeDefinitionBase$TypeIterator.next(TypeDe finitionBase.java:176)
        at com.adobe.flash.compiler.internal.scopes.TypeScope.getPropertyForMemberAccess(TypeScope.j ava:321)
        at com.adobe.flash.compiler.internal.scopes.ScopeView.getPropertyForMemberAccess(ScopeView.j ava:80)
        at com.adobe.flash.compiler.internal.scopes.ASScope.getPropertyFromDef(ASScope.java:880)
        at com.adobe.flash.compiler.internal.scopes.ASScope.getPropertyFromDef(ASScope.java:842)
        at com.adobe.flash.compiler.internal.scopes.ASScope.getPropertyFromDef(ASScope.java:761)
        at com.adobe.flash.compiler.internal.tree.as.IdentifierNode.resolveMemberRef(IdentifierNode. java:830)
        at com.adobe.flash.compiler.internal.tree.as.IdentifierNode.resolve(IdentifierNode.java:378)
        at com.adobe.flash.compiler.internal.tree.as.MemberAccessExpressionNode.resolve(MemberAccess ExpressionNode.java:125)
        at com.adobe.flash.compiler.internal.semantics.SemanticUtils.transformNameToConstantValue(Se manticUtils.java:2498)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGeneratingReducer.isCompileTimeConstant(A BCGeneratingReducer.java:2473)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.isCompileTimeConstant(CmcEmitter. java:90)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_MemberAccessExpre ssionID_2.cachedCost_4411a827(CmcEmitter.java:17239)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_MemberAccessExpre ssionID_2.getCostForRule_119c082(CmcEmitter.java:17232)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmit

    I experienced this problem today, and kind of "solved" it. There may be an underlying bug, though.
    My project compiled fine last Thursday, but I opened it up on Monday (unchanged) and this error showed up in several files. I tried quitting and restarting Flash Builder to no avail. I could not replicate the problem in a new project.
    For me, each occurence of the error was at a private function definition, so I thought I would try changing "private" to "public" on one of the functions. The error immediately went away in all 3 locations (not just the one I edited). I then changed it back to "private" with no error.
    I hope that will help the Adobe team track down the problem.

  • Flex/Flash Builder 4.6 and SWFKit 3.5 compatible?

    I've been using SWFKit 3.5 for the past few years with Flash Professional.  I have had no problems using a Flash Professional generated SWF and creating an executable and installer with SWFKIt.
    However, I am now currently using Flash Builder 4.6 and have created an Adobe AIR based desktop application project.  I'd like to take the SWF that is generated from that project and build an .exe and installer in SWFKit, but that does not seem to be working as easily.  When I test my application in SWFKit, the stage is blank.  To rule out any potential actionscript conflicts, I even tried by using a SWF that was nothing but a line of text on the stage, and even that did not work.  The only part of my SWF that gets translated properly in SWFKit is the background color of my application.
    Are there any known compatibility issues with SWFKit 3.5 and SWF files generated from Flash Builder 4.6?  Any idea what I could be missing?  Is there a difference in a SWF that is outputted form Flash Builder vs. Professional?
    Any insight would be appreciated.  Thanks.

    An AIR app is not just a SWF, but also its –app.xml file and then is usually packaged into a .AIR file.  Just launching the SWF won’t work as it usually launches FlashPlayer which does not have AIR APIs.

  • Flash Builder 4.6 and CS Extension Builder 1.5

    I have downloaded Flash Builder 4.6 and CS Extension Builder 1.5 and we have one big problem related to design mode.
    Actually when we switch to design the visual editor is completely black!
    Thanks.
    Diego

    It's not going to be fixed.
    The only version of FB where design mode really works is 4.0. Even in 4.5, it's very fragile for Flex 3. (Flex 4 should work fine.)
    Yes. I use EB 1.5 all the time. The lack of a working Design Mode is annoying and makes devlopment somewhat less efficient, but it's not a show-stopper...
    Harbs

  • Flash Builder 4 Beta 2 ---- Data Management Problem

    Flash Builder 4 Beta 2 ---- Data Management Problem
    I have a simple datagrid, a PHP service and a MySQL database. When I run the code I get multiple(7) records returned to the datagrid.  Once I enable Data Management and run the exact same code, I only get 1  record returned.
    Is there a setting in Data Management that affects the number of records returned?
    Here is the MXML code I am testing. 
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                         xmlns:s="library://ns.adobe.com/flex/spark"
                         xmlns:mx="library://ns.adobe.com/flex/halo" minWidth="1024" minHeight="768" xmlns:carasgndataphp="services.carasgndataphp.*">
          <fx:Script>
                <![CDATA[
                      import mx.controls.Alert;
                      import mx.events.FlexEvent;
                      var inptdata:String = "1";
                      protected function dataGrid_creationCompleteHandler(event:FlexEvent):void
                            getAsgnDataResult.token = carAsgnDataPHP.getAsgnData(inptdata);
                ]]>
          </fx:Script>
          <fx:Declarations>
                <s:CallResponder id="getAsgnDataResult"/>
                <carasgndataphp:CarAsgnDataPHP id="carAsgnDataPHP" fault="Alert.show(event.fault.faultString + '\n' + event.fault.faultDetail)" showBusyCursor="true"/>
                <!-- Place non-visual elements (e.g., services, value objects) here -->
          </fx:Declarations>
          <mx:DataGrid x="115" y="91" id="dataGrid" creationComplete="dataGrid_creationCompleteHandler(event)" dataProvider="{getAsgnDataResult.lastResult}" width="558" height="298">
                <mx:columns>
                      <mx:DataGridColumn headerText="A" dataField="numAsgn"/>
                      <mx:DataGridColumn headerText="T" dataField="numTopic"/>
                      <mx:DataGridColumn headerText="U" dataField="numUnit"/>
                      <mx:DataGridColumn headerText="P" dataField="numProblem"/>
                      <mx:DataGridColumn headerText="TP" dataField="PType"/>
                      <mx:DataGridColumn headerText="P" dataField="numSeqPresent"/>
                      <mx:DataGridColumn headerText="F" dataField="numSeqFeedback"/>
                      <mx:DataGridColumn headerText="D" dataField="numDelay"/>
                      <mx:DataGridColumn headerText="ID" dataField="idAsgnData"/>
                      <mx:DataGridColumn headerText="IDP" dataField="idProblem"/>
                </mx:columns>
          </mx:DataGrid>
    </s:Application>

    Hello,
    Data Mangement expects unique values for id property.This issue may occur when you select 'Identity' property in Data Mangement wizard which is not unique in the Table.For eg:, you have selected 'name' field as identity property. And your MySQL database table has multiple rows with identical values for 'name' column.
    Can you verify if you have similar setup?
    Thanks,
    Radhakrishna

  • What's the difference between Flash Builder 4.5 and Flash Builder 4.7?

    Hi everybody!
    Could you help me?
    this is my question:
    What's the difference between Flash Builder 4.5 and Flash Builder 4.7?
    I'm going to develope a new app using Flash Builder 4.5 but the new version is available... What could I wait about it?

    The only listed change is the addition of support for the new Nike + iPod system (more information about the Nike products can be found here).

  • Flash Builder 4.5 and Cold Fusion Builder 2.0

    I evaluated Flash Builder 4.0 and my company purchased Flash Builder 4.5.  The upgrade to the new version turned into a nightmare.  I had notice Cold Fusion Builder came with my FB4.5 and so I installed it as well.  Once I finally got my projects working again with the new version, I attempted to learn to use CF.  But it appears CF Builder 2 does not come with everything you need.  I am guessing it requires CF 9.?.  Is this true?  If so, then why give us CF Builder with my FB4.5 if its not going to work?  Or was something just missing?

    I dunno; I'm not a server side admn.  But information on working with ColdFusion and GlassFish does come up in Google
    http://www.google.com/search?source=ig&hl=en&rlz=&q=GlashFish&oq=GlashFish&aq=f&aqi=g-s10& aql=&gs_sm=e&gs_upl=60l225l0l2843l3l2l0l0l0l0l254l407l0.1.1l2#sclient=psy&hl=en&safe=off&s ource=hp&q=GlashFish+and+ColdFusion&pbx=1&oq=GlashFish+and+ColdFusion&aq=f&aqi=&aql=&gs_sm =e&gs_upl=12486l14136l0l14294l15l9l0l0l0l0l319l2068l0.1.5.2l8l0&bav=on.2,or.r_gc.r_pw.r_cp .&fp=6a8ed33a17731f09&biw=1067&bih=685
    It sounds like Glassfish is an application server; just like ColdFusion (or PHP or LiveCycle).  Application servers are not usually the same as web servers, although many app servers integrate with web servers.
    I Glassfish is Java it seems probable that you could deploy an instance of ColdFusion onto Glassfish.

  • Built app with Flash Builder 4.6 and compiled for iOS, now error when loading to appstore

    I built a fairly simple app using Flash Builder 4.6 and have successfully deployed it to the Android Market (after testing on my own Android device).  I have also taken that same app and compiled it for iOS and tested it on my own iPad. 
    I have then done the release build with the "Final Release for App Store Distribution" option in the release build wizard.  I have all the correct provisioning certificates in place and compiled the application to a .ipa file.
    At this point, using a MAC, I have run the Application Loader utility to upload my application to the itunesConnect portal to get it in the appstore.  I've already gone through the steps of entering the metadata, price scheme, and screenshots in the itunes connect portal, and just need to upload it for review.
    When I upload the .ipa file into the application loader, it gives me the following error:
    "iPhone/iPod Touch:  application executable contains unsupported architecture(s): arm"
    Anyone have any idea what this means and how I can fix it?  Any help is greatly appreciated!
    Thanks in advance!

    Solved it.  Just added the following in the <InfoAdditions> tag for iPhone in my app descriptor XML file:
      <key>UIRequiredDeviceCapabilities</key>
    <array>
    <string>wifi</string>
    <string>armv6</string>
    <string>armv7</string>
    </array>

  • Flash Builder 4.6 and SAP Netweaver Gateway plugin works just fine

    Hi, i have just installed the new Flash Builder 4.6 and add the SAP NetWeaver Gateway plugin on it.
    I you follow the documentation available (http://download.macromedia.com/pub/labs/flashbuilder_sap/flashbuilder_sap_gettingstarted.p df) and then select the "DEMO_BANK" service instead of the "DEMO_FLIGHT" as writtent in the documentation and then bound the "selectZ_demo_bankCollection" to your datagrid, the demo works just fine.
    My platform specification is:
    - Windows 7 Integral running on VMware Fusion installed on my MacBook Air (just installed yesterday and full updated from Windows Update)
    - Flash Builder 4.6 (fresh download from this morning)
    - Internet Explorer 9 (last update at this time)
    - Flash Player 11.1.102.55 (last update at this time)
    - flashbuilder_sap_p1_plugin_110111 (the SAP Netweaver Gateway Plugin) available at http://labs.adobe.com/technologies/flashbuilder_sap/
    FXL

    note sure if I'm much help other than to CONFIRM it is working for me by using the sdk WITHOUT the compiler. Check out adobe's little note: "Note : Flex users will need to download the original AIR SDK without the new compiler."
    I am using FB 4.7 with AIR 3.6 and seems to compile correctly for iOS.
    Maybe try reinstalling flash builder?
    I honestly don't know if the JRE has anything to do with it... I'm using 1.7 ....to see what JRE you're using, open the Java Control Panel (I right click my java orange icon and hit properties), select the Java tab, then hit "View..."

  • CS6 Trial, Flash Builder 4.7 and CC

    Here's the overall circumstance:
    I have a new job with an employer that is using CS6 Master Collection. It is installed on my at work workstation as a trial. Inhouse support says a licence is on its way. I also have a CC licence personally.
    Here's what I wanted to achieve:
    - update Flash Builder 4.6 to 4.7 which is a free update under CS6
    Here's what I did:
    - I couldn't find the direct download for 4.7 so I signed into my CC account and downloaded and installed 4.7, assuming it would run under the CS6 trial
    Here's what happened:
    - Flash Builder wants to use the CC licence under which I downloaded it
    - I have already used the two installs for the CC licence (I run a Mac as my personal development machine with Parallels/Windows and have a CC licence running on the Mac and my second CC install running on the Windows partition on the Mac)
    - Flash Builder won't run unless I deactivate my other installs on my Mac
    - other CS6 apps are running under the trial licence
    Here's what I did to troubleshoot:
    - uninstalled CS6
    - uninstalled CC
    - downloaded the AdobeCreativeClouldCleanerTool
    - cleaned everything available under the tool
    - everything was removed except for the 64 bit Flash Builder 4.7 install
    - deleted the 4.7 install folder directly as there was no uninstaller available (Flash Builder was not listed under the Control Panels:Programs and Features)
    - re-installed CS6, including Flash Builder 4.6 (I'd given up on having 4.7 until my CS6 licence is established)
    - now Flash Builder 4.6 won't run at work unless I deactivate my CC licences on my personal Mac
    - all the other re-installed CS6 apps run under the trial
    To the questions:
    1) Is there any way to get Flash Builder 4.6 working again under the trial?
    2) Will Flash Builder 4.6 work under the CS6 licence once I have a serial number?
    3) Is there anyway to update Flash Builder to 4.7 and have it work with the CS6 serial number?
    Chris

    I experienced this problem today, and kind of "solved" it. There may be an underlying bug, though.
    My project compiled fine last Thursday, but I opened it up on Monday (unchanged) and this error showed up in several files. I tried quitting and restarting Flash Builder to no avail. I could not replicate the problem in a new project.
    For me, each occurence of the error was at a private function definition, so I thought I would try changing "private" to "public" on one of the functions. The error immediately went away in all 3 locations (not just the one I edited). I then changed it back to "private" with no error.
    I hope that will help the Adobe team track down the problem.

  • Flash Builder 4.5 and lccs.swc compatibility

    Hi,
    I'm using Flash Builder 4.5 on Windows 7 trying to create a LCCS application, starting with the available LCCS examples.
    I installed the LCCS SDK.
    I updated to playerglobal.swc 10.3 and lccs.swc 10.3.
    Flash Builder is configured to use 10.3 version.
    Using Flex SDK 4.5.
    Problem:
    In design mode I see two problems:
    1) problem 1
    The XML version of design.xml and the expected XML version do not match.
    Some Design Mode features will not be available for components defined within the SWC
    Expected XML version : 2
    Actual XML version:  Unknown
    1) problem 2
    C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.5\sdks\com.adobe.lccs\libs\lccs_10_3.swc- DesignAssetLoader.CompleteTimeout
    SWC file failed to load. Any component dependent on this SWC file will not be displayed in the Design Mode.
    The SWC may have failed to load because of:
    *  Incompatible definitions caused by usage of a different SDK version
    *  Missing referred class definitions
    Help is much appreciated.
    Thanks,
    Ofer

    Hi there,
    Thanks for reporting the issue.
    I'll be honest, and this might be a little controversial, but I think we're
    giving up on design mode support. The reason is that pretty much every
    version of Flash Builder expects a different design.xml format. This would
    mean, in order to support all versions, we'd have to export a new SWC for
    each version of Flash Builder in use.
    So, today, we ship Flex swcs for Player 9/10/10.1, a version for both Flex
    and Flash-only. If we wanted Design Mode support, we'd have to ship those 3
    for Flex 3/3.5/4.1/4.5/4.5.1 (just guessing here), meaning a potential 18
    SWCs. It's just too much to keep up with. Considering that you can still
    switch to code view and add what you need, the effort/reward level is just
    too low, considering the other priorities on our plates (like recording,
    10.3 AEC support, a mobile 4.5.1 SWC, etc). It's possible when we ship a
    full Spark 4.5.1 SWC, this will solve your issue for now, but we can't
    commit to supporting it.
      hope that's understandable
       nigel

  • Do I need two separate licenses to be able to use Flash Builder on Mac and Windows?

    Does my Creative Cloud subscription allow me to install Flash Builder on both Mac and Windows machines?

    Hi,
    I know it has been a while since you replied to me. I tried it at the time and sadly it didnt work and I got frustrated and ignored it for a while. I have just tried what you suggested again and this is how it went:
    • I have connected both the AX and iMac via ethernet cables to the O2 box.
    • This time my iMac did detect the AX and it automatically opened the AirPort Utility window.
    • I followed your instructions on the setting and connected it to my existing network etc.
    • It asked to restart the AX.
    • After a long wait this message appear:
    "Airport Utility was unable to find your Apple wireless device after restarting.
    The settings for this Apple wireless device have been successfully updated, but there was a problem rejoining the wireless network or finding the Apple wireless device. You may need to select your network from the AirPort menu and try again."
    I tried this and now when I click Rescan in the AirPort utility it just says that it cannot detect any devices. And in the meantime the AX is still flashing orange.
    Do you think that the AX is faulty. Although it was functioning perfectly in my previous flat. I just don't understand how one minute the iMac detects it and the next it doesn't even though the settings have been supposable successfully updated. Very frustrating.
    Thanks for your time,
    Louca

  • Flash Builder 4.0 and Flex 4.5 SDK Errors

    I'm having issues using 4.5 in FB 4.0
    Every time I create a new project and target 4.5 I get the following errors:
    Description
    Resource
    Path
    Location
    Type
    1084: Syntax error: expecting rightbrace before css
    testing
    Line 24
    Flex Problem
    1084: Syntax error: expecting rightbrace before end of program
    testing
    Line 447
    Flex Problem
    1084: Syntax error: expecting rightbrace before s
    testing
    Line 24
    Flex Problem
    1093: Syntax error.
    testing
    Line 24
    Flex Problem
    1093: Syntax error: A string literal must be terminated before the line break
    testing
    Line 24
    Flex Problem
    keep in mind the is a new project targeting the 4.5 SDK in Flash Builder 4.0. I have done nothing but create the project.
    If I create the project with 4.1 SDK in Flash Builder 4.0, there are no issues.
    Can someone confirm this is an issue with using 4.5 in FB 4.0 or share a solution to resolving the issues?
    Thank you.

    Can you create a simple project that demonstrates this?

  • Creating Portfolios with Flash Builder 4.6 and the 4.1a SDK

    I've been following the instructions and tutorials on the creation of Navigators for Acrobat with Flash Builder but it seems to be missing a few steps along the way.
    http://blogs.adobe.com/pdfdevjunkie/ax-portfoliosdk_intro/ax-portfoliosdk1
    Symptoms:
    - When I run the navigator (run as navigator) I get an error "Error: Error #2067: The ExternalInterface is not available in this container. ExternalInterface requires Internet Explorer ActiveX, Firefox, Mozilla 1.7.5 and greater, or other browsers that support NPRuntime."
    - Once dismissed the "for the best experience" message is displayed with a prompt to download the latest Reader.
    Correct SDK's are being used.

    Solved it.  Just added the following in the <InfoAdditions> tag for iPhone in my app descriptor XML file:
      <key>UIRequiredDeviceCapabilities</key>
    <array>
    <string>wifi</string>
    <string>armv6</string>
    <string>armv7</string>
    </array>

  • Flash Builder 4.7 and design view question

    I have programmed a large, commercial level mobile application using Flash Builder 4.6. It is working GREAT when ran on both iOS and Android devices. 
    I was using the trial version of Flash Builder 4.6 to develop this application. I used the states feature that FB has built in to handle Portrait, Landscape, and Phone / Tablet configs. This means that I built 4 different layouts for all 8 of my views in my mobile application. Using the design view in FB 4.6 was what allowed me to do this.
    I have to say that I LOVE Flash Builder so far. GREAT tool. 
    My trial ended just last week. I had to purchase version 4.7 of the software, only to find out that they REMOVED the design view from the software.
    All complaining aside, what have other programmers who are in the same boat as me done as a solution? I would like to continue to program in AS and Flash Builder as I have taken the time to write the application and learn the whole platform. 
    As it stands now, I am in the process of downgrading my liscence keys from 4.7 to 4.6, but in order to do this I had to RETURN my retail version of FB 4.7 premium (bought online) and buy a volume liscening version (NOT through adobe, only allowed to do this through a reseller such as CDW). then once I have a key for 4.7 through volume liscencing, it can be downgraded to 4.6.
    I'm hoping to get input from others in the same boat. Did you change Programming languages? if so, to what? Did you change IDE's? If so, to what?

    Joe -
         I actually never completed the downgrade to 4.6 so I've been using 4.7 without the design view.    In 4.6, I would put a control on the view within design view.  Then I would change each state, move it around, and it would be placed that way.  In my case, each view has 4 states - portraitPhone, landscapePhone, portraitTablet, and landscapeTablet.   I had to do this 4 times for each control under 4.6
         So I went back and looked at my code in 4.7 and all the resulting code was these explicit x, y, height, and width values.  See the code below:
    <s:states> <s:State name="portraitPhone" stateGroups="phone,portrait"
    />
     <s:State name="landscapePhone" stateGroups="phone,landscape"/>
     <s:State name="portraitTablet" stateGroups="tablet,portrait"/>
     <s:State name="landscapeTablet" stateGroups="tablet,landscape"/>
     </s:states>
     <s:List id="lstMake" x="10" y="19" height="25%" allowMultipleSelection="false"borderVisible="
    true" click="changeMake(event)" labelField="label"width.landscapePhone="
    295" height.landscapePhone="105"x.landscapeTablet="
    25" y.landscapeTablet="54" width.landscapeTablet="461"height.landscapeTablet="
    292" fontSize.landscapeTablet="24"width.portraitPhone="
    182" height.portraitPhone="175"x.portraitTablet="
    16" y.portraitTablet="35" width.portraitTablet="399"height.portraitTablet="
    360" fontSize.portraitTablet="24">
     <s:dataProvider>
     <s:ArrayList id="makeCollection">
     <fx:Object label="Cadillac" data="18"/>
     <fx:Object label="Chevrolet" data="1"/>
     <fx:Object label="Dodge" data="2"/>
     <fx:Object label="Ford" data="3"/>
     <fx:Object label="GMC" data="4"/>
     <fx:Object label="Isuzu" data="6"/>
     <fx:Object label="Jeep" data="7"/>
     <fx:Object label="Licoln" data="8"/>
     <fx:Object label="Mazda" data="9"/>
     <fx:Object label="Mercury" data="10"/>
     <fx:Object label="Nissan" data="11"/>  
    <fx:Object label="Oldsmobile" data="12"/>
     <fx:Object label="Sterling" data="20"/>
     <fx:Object label="Suzuki" data="13"/>
     <fx:Object label="Toyota" data="14"/>
     </s:ArrayList>
     </s:dataProvider>
     </s:List>
     <s:Label x="10" y="8" fontSize="11" text="Vehicle Make"x.landscapeTablet="
    10" y.landscapeTablet="23" fontSize.landscapeTablet="24"fontSize.portraitTablet="
    24"/>
     <s:Label x="143" y="11" fontSize="11" text="Vehicle Year"x.landscapePhone="
    354" y.landscapePhone="10"x.landscapeTablet="
    517" y.landscapeTablet="23" width.landscapeTablet="143"height.landscapeTablet="
    26" fontSize.landscapeTablet="24"x.portraitPhone="
    204" y.portraitPhone="8"x.portraitTablet="
    446" y.portraitTablet="11" fontSize.portraitTablet="24"/>
     <s:List id="lstYear" x="145" y="20" height="25%" allowMultipleSelection="false"borderVisible="
    true" click="doYearChange(event)" dataProvider="{yearCollection}"labelField="
    value"x.landscapePhone="
    313" y.landscapePhone="19" width.landscapePhone="157"height.landscapePhone="
    105"x.landscapeTablet="
    524" y.landscapeTablet="54" width.landscapeTablet="343"height.landscapeTablet="
    292" fontSize.landscapeTablet="24"x.portraitPhone="
    200" y.portraitPhone="19" height.portraitPhone="194"x.portraitTablet="
    453" y.portraitTablet="37" width.portraitTablet="276"height.portraitTablet="
    358" fontSize.portraitTablet="24">
     </s:List>
     <s:List id="lstModel" x="10" y="147" height="30%" borderVisible="true"dataProvider="
    {modelCollection}" labelFunction="lblFunct"width.landscapePhone="
    460" height.landscapePhone="99"x.landscapeTablet="
    13" y.landscapeTablet="384" width.landscapeTablet="992"height.landscapeTablet="
    309" fontSize.landscapeTablet="24"x.portraitPhone="
    10" y.portraitPhone="221" width.portraitPhone="301"height.portraitPhone="
    184" allowMultipleSelection="false"click="doModelSelected(event)" fontSize.portraitPhone="
    12"x.portraitTablet="
    16" y.portraitTablet="428" width.portraitTablet="742"height.portraitTablet="
    521" fontSize.portraitTablet="24"></s:List>
     <s:Label x="12" y="132" fontSize="11" text="Vehicle Model"x.landscapeTablet="
    10" y.landscapeTablet="354" fontSize.landscapeTablet="24"x.portraitPhone="
    10" y.portraitPhone="207"x.portraitTablet="
    10" y.portraitTablet="401" width.portraitTablet="154"height.portraitTablet="
    21" fontSize.portraitTablet="24"/>
      So instead of continuing to try and modify these values by hand, then run the program, using trial and error, I took a different tact.   I removed ALL x y height and width values.  Then, I wrapped all the mxml code in either <s:HGroup or <s:Vghroup tags depending on what I wanted.  Then I would just set the vertical and horizontal align on these groups.  This allows everything to scale correctly based on the size of the view (each device really is a little different).   Finally,  I hand entered things like font sizes by using State Groups like this:   fontSize.phone="12"  fontSize.tablet="22".    It still took testing on the screen to see how my layouts worked but it just makes the UI so much easier to change around and works so much better with out all the static stuff in it.
    If you have some time , I would suggest taking one of your 4.6 views that has all these static variables and trying to modify it to work like I said above.    My modified code (to do the same thing as above) is below:
    <s:states> <s:State name="portraitPhone" stateGroups="phone,portrait"
    />
     <s:State name="landscapePhone" stateGroups="phone,landscape"/>
     <s:State name="portraitTablet" stateGroups="tablet,portrait"/>
     <s:State name="landscapeTablet" stateGroups="tablet,landscape"/>
     </s:states>
     <s:VGroup height="100%" width="100%" verticalAlign="top">
     <s:HGroup paddingTop="10" width="100%" height="50%">
     <s:VGroup width="60%" paddingLeft="5">
     <s:Label fontSize="11" text="Vehicle Make"fontSize.tablet="
    24"/>
     <s:List id="lstMake" width="100%" allowMultipleSelection="false"borderVisible="
    true" click="changeMake(event)" labelField="label"fontSize.tablet="
    24" fontSize.phone="12">
     <s:layout>
     <s:VerticalLayout horizontalAlign="contentJustify" requestedMaxRowCount.portraitTablet="8" requestedMaxRowCount.phone="6" requestedMaxRowCount.landscapeTablet="4"gap="
    0" rowHeight.phone="28" variableRowHeight="false" rowHeight="55"verticalAlign="
    middle"/>
     </s:layout>
     <s:dataProvider>
     <s:ArrayList id="makeCollection">
     <fx:Object label="Cadillac" data="18"/>
     <fx:Object label="Chevrolet" data="1"/>
     <fx:Object label="Dodge" data="2"/>
     <fx:Object label="Ford" data="3"/>
     <fx:Object label="GMC" data="4"/>
     <fx:Object label="Isuzu" data="6"/>
     <fx:Object label="Jeep" data="7"/>
     <fx:Object label="Lincoln" data="8"/>
     <fx:Object label="Mazda" data="9"/>
     <fx:Object label="Mercury" data="10"/>
     <fx:Object label="Nissan" data="11"/>  
    <fx:Object label="Oldsmobile" data="12"/>
     <fx:Object label="Sterling" data="20"/>
     <fx:Object label="Suzuki" data="13"/>
     <fx:Object label="Toyota" data="14"/>
     </s:ArrayList>
     </s:dataProvider>
     </s:List>
     </s:VGroup>
     <s:VGroup width="30%">
     <s:Label fontSize="11" text="Vehicle Year"fontSize.tablet="
    24"/>
     <s:List id="lstYear" width="100%" allowMultipleSelection="false" borderVisible="
    true" click="doYearChange(event)" dataProvider="{yearCollection}"labelField="
    value" fontSize.phone="12" fontSize.tablet="24">
     <s:layout>
     <s:VerticalLayout horizontalAlign="contentJustify" requestedMaxRowCount.portraitTablet="8" requestedMaxRowCount.phone="6" requestedMaxRowCount.landscapeTablet="4"gap="
    0" rowHeight.phone="28" variableRowHeight="false" rowHeight.tablet="55"verticalAlign="
    middle"  
    />
     </s:layout>
     </s:List>
     </s:V

Maybe you are looking for

  • Photo will not load

    I received a photo that will not load. It keeps spinning and I can't stop it. How can I delete it/stop it? I have a Samsung Galaxy 4

  • Playlists created in PC doesn't show a name

    Hello, I have a problem if you connect your phone with your PC and you are in folder with your music you can click right button on mouse and choose creat a playlist it will create a playlist contains all songs in this folder and you can give it a nam

  • Help! Nano is black and wont reset!!!

    I had my ipod nano in an iradio it was playing fine, then just went black.  It will not reset and my computer will not recognize it.  I then put my husbands nano on same iradio and after about 10 minutes did same thing.  What happenened, HELP?

  • TX isolation level with stateless session bean in oc4j

    Hi All, I have a stateless session bean with container managed transaction method. This method is called in a Servlet. This method retrieves data from database using 'ejb-location'connection pool and closes the connection inside. Max-connection setti

  • My ringtones don't work with iphone6

    Upgraded to iPhone6 My ringtones don't seem to have transferred - I see them in iTunes, but they are not "assigned" to the correct contacts. When I go to each contact, and look thru the ringtone options, my (purchased) ringtones are not available?? A