Quantcast
Channel: Adobe Community : Popular Discussions - Using Flash Builder
Viewing all 70427 articles
Browse latest View live

Sprite animations gone from SWF when loaded into flash

$
0
0

I made an animation in Flash CS6 and part of it uses an animated symbol. After I exported as a SWF everything looked fine. But when I wanted to load it back into flash again, the symbol animations don't show up.m It's just one static frame. I ultimately want to convert this swf into a gif but my original flash file is corrupted and I can't find anything that will convert it without getting an error message. I've also looked into converting it to other formats like an image sequence, but I can't find a program that will do this. Please help me understand why this swf isn't showing every part of my animation or if there is another solution to my problem.


String Value output needed for SummaryField

$
0
0

My Requirement is Approvals Column should show Status of approval in the summary field against rs:285644 on 1st row as Not Validated and not in the below rows, How to achieve this...?

 

My Sample Data which I am parsing to display the above UI is an XML as follows,

<regions>

<ApprovalStatus_RegionNorth>NotValidated</ApprovalStatus_RegionNorth>

<UserType>HQ</UserType>

<region>

      <DISPLAY_NAME>REGION_NORTH</DISPLAY_NAME>

     <iUserGroup>5816</iUserGroup>

     <sDescription>BPCL Corp Ltd-BPCL-BPC1515</sDescription>

     <uptimePercentage>100.0</uptimePercentage>

     <totalVehicles>2</totalVehicles>

     <reportingVehicles>1</reportingVehicles>

     <billingAmount>928</billingAmount>

     <sapCode>BPC1515</sapCode>

</region>

</regions>

 

 

Please let me know if you need any more data to solve the issue.

 

My Full mxml code as follows,

 

 

<?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/mx"

    creationComplete="application1_creationCompleteHandler(event)" viewSourceURL="srcview/index.html">

 

  <fx:Declarations>

 

  <mx:DateFormatter id="dateFormatter" formatString="DD-MMM-YYYY" />

 

  <mx:HTTPService

  id="ewsCumulativeDetails"

  url="http://localhost:8080/cms/xml/populateBillingByHierarchy.action"

  resultFormat="text" method="POST"

  result="ewsCumulativeDetails_resultHandler(event)" fault="ewsCumulativeDetails_faultHandler(event)">

  </mx:HTTPService>

  <mx:HTTPService

  id="billingApproval"

  url="http://localhost:8080/cms/xml/billingApproval.action"

  resultFormat="text" method="POST"

  result="ewsCumulativeDetails_resultHandler(event)" fault="ewsCumulativeDetails_faultHandler(event)">

  </mx:HTTPService>

  <mx:HTTPService

  id="billingRejection"

  url="http://localhost:8080/cms/xml/billingRejection.action"

  resultFormat="text" method="POST"

  result="ewsCumulativeDetails_resultHandler(event)" fault="ewsCumulativeDetails_faultHandler(event)">

  </mx:HTTPService>

  </fx:Declarations>

  

  <fx:Script>

  <![CDATA[

  import PopUp.Window;

 

  import com.adobe.serialization.json.JSON;

  import com.rupendra.utils.ADGExcelTripReport;

  import com.rupendra.utils.BillingByHierarchyExcel;

 

  import components.HeaderRendererDistance;

  import components.HeaderRendererTT;

  import components.MyTitleWindow;

 

  import controls.CursorFactory;

  import controls.CursorFactorySWF;

  import controls.DropDownSelector;

 

  import events.DropDownEvent;

 

  import flash.net.navigateToURL;

 

  import mx.binding.utils.BindingUtils;

  import mx.collections.ArrayCollection;

  import mx.collections.Sort;

  import mx.collections.SortField;

  import mx.collections.XMLListCollection;

  import mx.controls.Alert;

  import mx.controls.advancedDataGridClasses.AdvancedDataGridColumn;

  import mx.controls.advancedDataGridClasses.AdvancedDataGridColumnGroup;

  import mx.core.FlexGlobals;

  import mx.effects.effectClasses.HideShowEffectTargetFilter;

  import mx.events.FlexEvent;

  import mx.managers.CursorManager;

  import mx.managers.PopUpManager;

  import mx.rpc.events.FaultEvent;

  import mx.rpc.events.ResultEvent;

  import mx.rpc.xml.SimpleXMLDecoder;

  import mx.rpc.xml.SimpleXMLEncoder;

  import mx.utils.ArrayUtil;

  import mx.utils.ObjectUtil;

  import mx.collections.IViewCursor;

 

 

  [Bindable]

  private var result:XML;

 

  [Bindable]

  public var resultData:XMLList;

 

 

  [Bindable]

  public var userGroup:String;

 

  [Bindable]

  public var userName:String;

  [Bindable]

  public var displayName:String;

 

  [Bindable]

  private var midDate:Date;

 

  [Bindable]

  public var userId:String;

  [Bindable]

  private var dpTrip:ArrayCollection;

  [Bindable]

  public var jsonTrip:Object;

 

 

  public var daysOfMonth:int;

 

  public var fd:Date=new Date();

  public var ld:Date=new Date();

 

 

  [Bindable]

  public var months:ArrayCollection = new ArrayCollection([

  { Id:""},

  { Id:"Jan", month:"00" , lastDay:"31"},

  { Id:"Feb", month:"01" , lastDay:"28"},

  { Id:"Mar", month:"02" , lastDay:"31"},

  { Id:"Apr", month:"03" , lastDay:"30"},

  { Id:"May", month:"04" , lastDay:"31"},

  { Id:"June", month:"05" , lastDay:"30"},

  { Id:"July", month:"06" , lastDay:"31"},

  { Id:"Aug", month:"07" , lastDay:"31"},

  { Id:"Sep", month:"08" , lastDay:"30"},

  { Id:"Oct", month:"09" , lastDay:"31"},

  { Id:"Nov", month:"10" , lastDay:"30"},

  { Id:"Dec", month:"11" , lastDay:"31"} ]);

 

  protected function ewsCumulativeDetails_resultHandler(event:ResultEvent):void

  {

 

  Alert.show("dataFieldDataFetched");

  var resultString:String = event.result.toString();

  // result = new XML("<regions><ApprovalStatus_RegionNorth>NotValidated</ApprovalStatus_RegionNorth><UserT ype>HQ</UserType><region><ApprovalStatus>Not Validated</ApprovalStatus><DISPLAY_NAME>REGION_NORTH</DISPLAY_NAME><iUserGroup>5816</iUse rGroup><sDescription>BPCL Corp Ltd-BPCL-BPC1515</sDescription><uptimePercentage>100.0</uptimePercentage><totalVehicles>2 </totalVehicles><reportingVehicles>1</reportingVehicles><billingAmount>928</billingAmount> <sapCode>BPC1515</sapCode></region></regions>");

  result = new XML(resultString);

  resultData = result.region;

  gc2.refresh();

  adg2.dataProvider = gc2;

 

  if(result.UserType == "HQ"){

  adg2.visible = true;

  // Approvals.visible = true;

  // ApprovalsHeader.visible = true;

  // regNorth.text = result.ApprovalStatus_RegionNorth;

  // regSouth.text = result.ApprovalStatus_RegionSouth;

  // regEast.text = result.ApprovalStatus_RegionEast;

  // regWest.text = result.ApprovalStatus_RegionWest;

 

  }

  else{

  adg2.visible = true;

  if(result.UserType == "REGION_NORTH(CM)")

  {

  if(result.ApprovalStatus_RegionNorth == "Not Validated")

  {

  Approve.visible="true";

  CallBack.visible="true";

  }

  }

  if(result.UserType == "REGION_SOUTH(CM)")

  {

  if(result.ApprovalStatus_RegionSouth == "Not Validated")

  {

  Approve.visible="true";

  CallBack.visible="true";

  }

  }

  if(result.UserType == "REGION_EAST(CM)")

  {

  if(result.ApprovalStatus_RegionEast== "Not Validated")

  {

  Approve.visible="true";

  CallBack.visible="true";

  }

  }

  if(result.UserType == "REGION_WEST(CM)")

  {

  if(result.ApprovalStatus_RegionWest == "Not Validated")

  {

  Approve.visible="true";

  CallBack.visible="true";

  }

  }

 

  }

  }

 

  protected function ewsCumulativeDetails_faultHandler(event:FaultEvent):void

  {

  Alert.show("fault");

  // TODO Auto-generated method stub

  }

 

 

 

 

  protected function application1_creationCompleteHandler(event:FlexEvent):void

  {

 

  var params:Object = new Object();

  var xmlD:XML = new XML(this.parameters.paramVal);

  params.uId = this.parameters.uId;

  userId = this.parameters.uId;

  // ewsCumulativeDetails.send(params);

  }

 

  public function openDetailedForUser():void{

 

  var win : Window = new Window();

  PopUpManager.addPopUp(win,this,true);

  PopUpManager.centerPopUp(win);

 

  }

 

  private function labelFunction1(item:Date):String {

  midDate = item;

  return dateFormatter.format(item);

  }

 

  private function labelFunction2(item:Date):String {

  return dateFormatter.format(item);

  }

 

// private function disableinvalidDates(toBeDisabled:String):void{

// switch(toBeDisabled)

// {

// //disabledRanges="{[{rangeEnd: new Date((new Date()).getTime() - (1000*60*60*24))}]}" selectableRange="{{rangeStart : new Date()}}"

// case "FromDate":

// fDate.selectableRange = {rangeStart:new Date((new Date()).getTime() - (1000*60*60*1440)),rangeEnd: new Date()};

// break;

// case "ToDate":

//

//

// tDate.selectableRange = {rangeStart: fDate.value < new Date((1000*60*60*720)) ? new Date() : fDate + (1000*60*60*720), rangeEnd: new Date()};

// break;

// }

// }

 

 

 

// protected function tDate_clickHandler(clickedField:String):void

// {

// var addDate:Date = new Date(midDate.fullYear,

// midDate.month, 

// midDate.date+30,

// midDate.hours,

// midDate.minutes,

// midDate.seconds,

// midDate.milliseconds);

//

// if(addDate > new Date())

// addDate = new Date();

//

// switch(clickedField)

// {

// case "ToDate":

// fDate.text.length > 0 ? tDate.selectableRange = {rangeStart: midDate,rangeEnd: addDate} : Alert.show("You need to Select from Date first");

// break;

// }

// }

//

 

 

 

  protected function button3_clickHandler(event:MouseEvent):void

  {

  Alert.show("dataFieldSubmit");

  adg2.visible = false;

  // ApprovalsHeader.visible = false;

  // Approvals.visible = false;

  resultData = null;

  gc2.refresh();

  adg2.dataProvider = null;

  Approve.setVisible(false);

  CallBack.setVisible(false);

  var params:Object = new Object();

  params.monthAndYear = pickYear.selectedItem+''+pickMonth.selectedItem.month;

 

  fd.setFullYear(pickYear.selectedItem,pickMonth.selectedItem.month,1);

  var xmlD:XML = new XML(this.parameters.paramVal);

  ld=new Date(pickYear.selectedItem, pickMonth.selectedItem.month, pickMonth.selectedItem.lastDay);

  params.uId = this.parameters.uId;

  params.fromDate = labelFunction1(fd) ;

  params.toDate = labelFunction1(ld);

 

  ewsCumulativeDetails.send(params);

  }

 

  public function approval_clickHandler(event:MouseEvent):void

  {

  var params:Object = new Object();

  params.monthAndYear = pickYear.selectedItem+''+pickMonth.selectedItem.month;

  var fd:Date=new Date();

  fd.setFullYear(pickYear.selectedItem,pickMonth.selectedItem.month,1);

  var xmlD:XML = new XML(this.parameters.paramVal);

  var ld:Date=new Date(pickYear.selectedItem, pickMonth.selectedItem.month, pickMonth.selectedItem.lastDay);

  params.uId = this.parameters.uId;

  params.fromDate = labelFunction1(fd) ;

  params.toDate = labelFunction1(ld);

  billingApproval.send(params);

  }

  public function rejection_clickHandler(event:MouseEvent):void

  {

  var params:Object = new Object();

  params.monthAndYear = pickYear.selectedItem+''+pickMonth.selectedItem.month;

  var fd:Date=new Date();

  fd.setFullYear(pickYear.selectedItem,pickMonth.selectedItem.month,1);

  var xmlD:XML = new XML(this.parameters.paramVal);

  var ld:Date=new Date(pickYear.selectedItem, pickMonth.selectedItem.month, pickMonth.selectedItem.lastDay);

  params.uId = this.parameters.uId;

  params.fromDate = labelFunction1(fd) ;

  params.toDate = labelFunction1(ld);

 

  billingRejection.send(params);

  }

 

 

  public function nciLabelFunction(item:Object, column:AdvancedDataGridColumn):int

  {

  var param:int = item.totalVehicles-item.reportingVehicles;

 

  return param;

  }

 

 

  public function mySummaryFunction(iterator:IViewCursor, dataField:String, operation:String):Object {

  var param:String;

  Alert.show("dataField");

  if(dataField == "REGION_EAST")

  {

  param = result.ApprovalStatus_RegionEast;

  }

  if(dataField == "REGION_NORTH")

  {

  param = result.ApprovalStatus_RegionNorth;

  }

  if(dataField == "REGION_WEST")

  {

  param = result.ApprovalStatus_RegionWest;

  }

  if(dataField == "REGION_SOUTH")

  {

  param = result.ApprovalStatus_RegionSouth;

  }

  return param;

  }

 

  public function approvalFunction(item:Object, column:AdvancedDataGridColumn):Object {

  var param:String;

 

  if(item.DISPLAY_NAME == "REGION_EAST")

  {

  param = result.ApprovalStatus_RegionEast;

  }

  if(item.DISPLAY_NAME == "REGION_NORTH")

  {

  param = result.ApprovalStatus_RegionNorth;

  }

  if(item.DISPLAY_NAME == "REGION_WEST")

  {

  param = result.ApprovalStatus_RegionWest;

  }

  if(item.DISPLAY_NAME == "REGION_SOUTH")

  {

  param = result.ApprovalStatus_RegionSouth;

  }

  return param;

  }

 

 

 

  ]]>

  </fx:Script>

 

  <mx:VBox width="100%" height="100%" verticalScrollPolicy="auto" horizontalScrollPolicy="off">

  <mx:ApplicationControlBar id="dockedBar">

 

  <mx:HBox id="dateSelect" width="100%" horizontalAlign="center">

  <mx:HBox width="100%" height="100%">

  <s:Label text="Month" height="100%" verticalAlign="middle"/>

  <mx:ComboBox id="pickMonth" dataProvider="{months}" labelField="Id" height="100%"/>

  </mx:HBox>

  <mx:HBox width="100%" height="100%" >

  <s:Label text="Year"  height="100%" verticalAlign="middle"  />

  <mx:ComboBox id="pickYear" height="100%">

  <mx:dataProvider>

  <fx:String></fx:String>

  <fx:String>2013</fx:String>

  <fx:String>2014</fx:String>

  <fx:String>2015</fx:String>

  <fx:String>2016</fx:String>

  <fx:String>2017</fx:String>

  </mx:dataProvider>

  </mx:ComboBox>

  </mx:HBox>

 

  <mx:Button label="Submit" click="button3_clickHandler(event)"/>

  <mx:Button id="Approve" visible="false" label="Approve" click="approval_clickHandler(event);" />

  <mx:Button id="CallBack" visible="false" label="Reject" click="rejection_clickHandler(event);" />

 

 

  </mx:HBox>

 

  </mx:ApplicationControlBar>

 

  <!-- <mx:ApplicationControlBar width="100%">

  <mx:Box direction="vertical" horizontalAlign="center">

  <mx:VBox>

  <mx:HBox visible = "false"  id="ApprovalsHeader" >

  <s:Label fontSize="16" fontWeight="bold" text="Region Wise Approval Details " height="100%" verticalAlign="middle"/>

  </mx:HBox>

  </mx:VBox>

  <mx:VBox>

  <mx:HBox visible = "false"  id="Approvals" >

  <s:Label text="Region North : " height="100%" verticalAlign="middle"/>

  <s:Label id = "regNorth"/>

  <s:Label text=", Region South : " height="100%" verticalAlign="middle"/>

  <s:Label id = "regSouth"/>

  <s:Label text=", Region East : " height="100%" verticalAlign="middle"/>

  <s:Label id = "regEast"/>

  <s:Label text=", Region West : " height="100%" verticalAlign="middle"/>

  <s:Label id = "regWest"/>

  </mx:HBox>

  </mx:VBox>

  </mx:Box>

  </mx:ApplicationControlBar>

  -->

  <mx:Box>

  <mx:VBox>

  <mx:HBox width="1545" height="177">

 

  <mx:AdvancedDataGrid creationComplete="gc2.refresh();adg2.dataProvider = gc2;"  width="100%" height="100%" id = "adg2" visible = "false"

  disclosureClosedIcon="@Embed(source='assets/icons/application_side_expand.png')"

  disclosureOpenIcon="@Embed(source='assets/icons/application_put.png')"

  folderOpenIcon="@Embed(source='assets/icons/group_link.png')"

  folderClosedIcon="@Embed(source='assets/icons/group_link.png')"

  defaultLeafIcon="@Embed(source='assets/icons/arrow_right.png')"

  >

 

  <mx:dataProvider>

 

  <mx:GroupingCollection2 source="{resultData}" id="gc2" childrenField="undefined" >

  <mx:Grouping>

  <mx:GroupingField name="DISPLAY_NAME">

  <mx:summaries>

  <mx:SummaryRow summaryPlacement="group">

  <mx:fields>

  <mx:SummaryField2 label="Total Transporters" dataField="sDescription" summaryOperation="COUNT"/>

  <mx:SummaryField2 dataField="totalVehicles" summaryOperation="SUM"/>

  <mx:SummaryField2 dataField="reportingVehicles" summaryOperation="SUM"/>

  <mx:SummaryField2 dataField="nci" summaryOperation="SUM"/>

  <mx:SummaryField2 dataField="uptimePercentage" summaryOperation="AVG"/>

  <mx:SummaryField2 dataField="billingAmount" summaryOperation="SUM"/>

  <mx:SummaryField2 dataField="billingAmount" summaryOperation="SUM"/>

  <!-- <mx:SummaryField label="Approvals" dataField="DISPLAY_NAME" summaryFunction="mySummaryFunction"/> -->

  </mx:fields>

  </mx:SummaryRow>

 

  </mx:summaries>

  </mx:GroupingField>

  </mx:Grouping>

 

  </mx:GroupingCollection2>

  <!-- <mx:AdvancedDataGridColumn headerText="Approvals" 

    editorDataField="status"

    labelFunction="approvalLabelFunction"/> -->

  </mx:dataProvider>

  <mx:groupedColumns>

  <mx:AdvancedDataGridColumn dataField="sDescription"

    headerText="Transporter Name">

  <mx:itemRenderer>

  <fx:Component>

 

  <mx:LinkButton label="{new XML(this.data).sDescription}"

    click="linkbutton2_clickHandler(event)"

    textAlign="left">

 

  <fx:Script>

  <![CDATA[

  import mx.controls.Alert;

  protected function linkbutton2_clickHandler(event:MouseEvent):void

  {

  trace(new XML(this.data).sDescription);

  outerDocument.userName = new XML(this.data).sDescription;

  outerDocument.userGroup = new XML(this.data).iUserGroup;

  outerDocument.displayName = new XML(this.data).DISPLAY_NAME;

  outerDocument.openDetailedForUser();

  }

  ]]>

  </fx:Script>

 

  </mx:LinkButton>

 

  </fx:Component>

  </mx:itemRenderer>

 

  </mx:AdvancedDataGridColumn>

  <mx:AdvancedDataGridColumn dataField="Total Transporters"

   headerText="Total Transporters"/>

  <mx:AdvancedDataGridColumn dataField="totalVehicles"

    headerText="Total Vehicles"/>

  <mx:AdvancedDataGridColumn dataField="reportingVehicles"

    headerText="Reporting Vehicles"/>

  <mx:AdvancedDataGridColumn editorDataField="nci"

    labelFunction="nciLabelFunction"

    headerText="Needing Customer Input"/>

  <mx:AdvancedDataGridColumn dataField="uptimePercentage"

    headerText="Uptime Percentage"/>

  <mx:AdvancedDataGridColumn dataField="billingAmount"

   headerText="Billing Amount"/>

  <mx:AdvancedDataGridColumn dataField="billingAmount" headerText="Approvals"/>

  <!-- <mx:AdvancedDataGridColumn visible="false" dataField = "ApprovalStatus" headerText="DummyApprovals"/> -->

 

 

 

  </mx:groupedColumns>

 

  </mx:AdvancedDataGrid>

  <mx:AdvancedDataGrid id = "Approvals">

  <mx:groupedColumns>

  <mx:AdvancedDataGridColumn headerText="Approvals">

 

  </mx:AdvancedDataGridColumn>

  </mx:groupedColumns>

  </mx:AdvancedDataGrid>

  </mx:HBox>

  </mx:VBox>

  </mx:Box>

 

  </mx:VBox>

 

 

 

 

 

 

 

  <mx:HBox horizontalAlign="right" width="100%" paddingRight="15">

  <mx:Image id="exportButton"

   source="@Embed('assets/icons/Excel-16.gif')"

   useHandCursor="true"

   buttonMode="true"

   click="BillingByHierarchyExcel.exportToExcel(adg2,'BillingCumulativedata.xls')"

   visible="true"/>

  </mx:HBox>

 

 

 

</s:Application>

How to get MAC Address of Android Device

$
0
0

Hi,

 

someone has an idea how to get the unique ID of an Android device. With the newest Android devices our script does not work anymore. As we have a demo license users may create a new account and use the demo license for ever.

 

Our code is:

if(NetworkInfo.isSupported){

  trace("network info is supported");

  }

  var network:NetworkInfo = NetworkInfo.networkInfo;

  for each (var object:NetworkInterface in network.findInterfaces()){

  if(object.hardwareAddress){

  trace ("mac"+object.hardwareAddress);

  data2 = object.hardwareAddress;

 

  return data2;

  }

Debug button launched non-debug player

$
0
0

Hi all!

 

I just started working with flash builder 4 today, but for some reason i cant normally use the debug mode.

i want to see all my traces and such so i kinda need it, i think the reason is that the "debug" button launches a non-debug version Flash Player, because on right-click i dont see any of the debug functions. Awhile after opening the window the error about cant connect to Player pops up

 

When i manually open a debug player the debug function works how it should.

But ofcourse i dont want to open a window each time i want to run it. So my question is, how can i let the debug button run a debug version of the Player? I've tried reinstalling and removing all flashplayers before reinstalling

 

Thanks already,

 

Thom

Flash builder 4 crash on start

$
0
0

I can't start the builder in my Windows XP system, it only lets a file with the name hs_err_pid8040.log o hs_err_pidxxx.log in the builder folder.

 

 

 

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (0xe06d7363), pid=8040, tid=6068
#
# JRE version: 6.0_16-b01
# Java VM: Java HotSpot(TM) Client VM (14.2-b01 mixed mode windows-x86 )
# Problematic frame:
# C  [kernel32.dll+0x12aeb]
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

---------------  T H R E A D  ---------------

Current thread (0x00936800):  JavaThread "main" [_thread_in_native, id=6068, stack(0x00030000,0x00130000)]

siginfo: ExceptionCode=0xe06d7363, ExceptionInformation=0x19930520 0x0012be20 0x361c0800

Registers:
EAX=0x0012bd78, EBX=0x0012bee0, ECX=0x00000000, EDX=0x00000003
ESP=0x0012bd74, EBP=0x0012bdc8, ESI=0x0012be00, EDI=0x0012c194
EIP=0x7c812aeb, EFLAGS=0x00000206

Top of Stack: (sp=0x0012bd74)
0x0012bd74:   0012bec4 e06d7363 00000001 00000000
0x0012bd84:   7c812aeb 00000003 19930520 0012be20
0x0012bd94:   361c0800 3636ba40 3636ded0 00000017
0x0012bda4:   00000017 0012be2c 00000000 360d19cf
0x0012bdb4:   3636ba40 0000001f 3636ded0 00000017
0x0012bdc4:   0012c194 0012be00 3611716a e06d7363
0x0012bdd4:   00000001 00000003 0012bdf4 e06d7363
0x0012bde4:   00000001 00000000 00000000 00000003

Instructions: (pc=0x7c812aeb)
0x7c812adb:   8d 7d c4 f3 a5 5f 8d 45 b0 50 ff 15 10 15 80 7c
0x7c812aeb:   5e c9 c2 10 00 85 ff 0f 8e 36 93 ff ff 8b 55 fc


Stack: [0x00030000,0x00130000],  sp=0x0012bd74,  free space=1007k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [kernel32.dll+0x12aeb]
C  [amtservices.dll+0x4716a]
C  [amtservices.dll+0x727a8]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  com.adobe.flexide.amt.AMTLib.AMTObtainProductLicense(IILjava/lang/String;Ljava/lang/Strin g;Ljava/lang/String;Ljava/lang/String;IILjava/lang/String;)I+0
j  com.adobe.flexide.amt.AMTLib.ObtainProductLicense(Ljava/lang/String;Ljava/lang/String;Lja va/lang/String;Ljava/lang/String;IILjava/lang/String;Z)I+27
j  com.adobe.flexide.amt.Activator.AMT_ObtainLicense(Ljava/lang/String;Ljava/lang/String;IIZ )I+32
j  com.adobe.flexbuilder.ui.asn.ASNUIBridge.start()Z+43
j  com.adobe.flexbuilder.ui.UIPlugin.start(Lorg/osgi/framework/BundleContext;)V+21
j  org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run()Ljava/lang/Object;+64
v  ~StubRoutines::call_stub
j  java.security.AccessController.doPrivileged(Ljava/security/PrivilegedExceptionAction;)Lja va/lang/Object;+0
j  org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(Lorg/osgi/frame work/BundleActivator;)V+22
j  org.eclipse.osgi.framework.internal.core.BundleContextImpl.start()V+23
j  org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(I)V+379
j  org.eclipse.osgi.framework.internal.core.AbstractBundle.start(I)V+20
j  org.eclipse.osgi.framework.util.SecureAction.start(Lorg/osgi/framework/Bundle;I)V+8
J  org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(Ljava/lan g/String;Ljava/lang/Class;Lorg/eclipse/osgi/baseadaptor/loader/ClasspathManager;)V
J  org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(Ljava/lang/String;)Lj ava/lang/Class;
J  org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(Ljava/lang/String;)Ljava/lan g/Class;
j  org.eclipse.osgi.internal.loader.SingleSourcePackage.loadClass(Ljava/lang/String;)Ljava/l ang/Class;+8
J  org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(Ljava/lang/String;ZLjava/ lang/ClassLoader;)Ljava/lang/Class;
J  org.eclipse.osgi.internal.loader.BundleLoader.findClass(Ljava/lang/String;Z)Ljava/lang/Cl ass;
J  org.eclipse.osgi.internal.loader.BundleLoader.findClass(Ljava/lang/String;)Ljava/lang/Cla ss;
J  org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(Ljava/lang/String;Z)Lj ava/lang/Class;
J  java.lang.ClassLoader.loadClass(Ljava/lang/String;)Ljava/lang/Class;
J  java.lang.ClassLoader.loadClassInternal(Ljava/lang/String;)Ljava/lang/Class;
v  ~StubRoutines::call_stub
j  com.adobe.flexbuilder.standalone.SplashHandler.init(Lorg/eclipse/swt/widgets/Shell;)V+120
j  org.eclipse.ui.internal.Workbench$6.run()V+174
j  org.eclipse.core.runtime.SafeRunner.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V+5
j  org.eclipse.ui.internal.Workbench.createSplashWrapper()V+32
j  org.eclipse.ui.internal.Workbench.runUI()I+111
j  org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1
j  org.eclipse.ui.internal.Workbench$5.run()V+55
j  org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databindin g/observable/Realm;Ljava/lang/Runnable;)V+12
j  org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display; Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+18
j  org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/ecl ipse/ui/application/WorkbenchAdvisor;)I+2
j  com.adobe.flexbuilder.standalone.FlexBuilderApplication.start(Lorg/eclipse/equinox/app/IA pplicationContext;)Ljava/lang/Object;+100
j  org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Objec t;+135
j  org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Ob ject;)Ljava/lang/Object;+103
j  org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Lja va/lang/Object;+29
j  org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object; +149
j  org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnabl e;)Ljava/lang/Object;+183
v  ~StubRoutines::call_stub
j  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object; [Ljava/lang/Object;)Ljava/lang/Object;+0
j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/l ang/Object;+87
j  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Lja va/lang/Object;+6
j  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+ 161
j  org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+21 1
j  org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+114
j  org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4
v  ~StubRoutines::call_stub

---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
  0x33d9bc00 JavaThread "Thread-1" [_thread_in_native, id=3428, stack(0x35d80000,0x35e80000)]
  0x33cfb000 JavaThread "[Timer] - Main Queue Handler" daemon [_thread_blocked, id=4840, stack(0x34d90000,0x34e90000)]
  0x33e56400 JavaThread "Worker-1" [_thread_blocked, id=6964, stack(0x34b90000,0x34c90000)]
  0x33cd1400 JavaThread "Provisioning Event Dispatcher" daemon [_thread_blocked, id=6876, stack(0x34a90000,0x34b90000)]
  0x33cbdc00 JavaThread "Worker-0" [_thread_blocked, id=4612, stack(0x34990000,0x34a90000)]
  0x34044000 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=1216, stack(0x34080000,0x34180000)]
  0x33733800 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=4484, stack(0x33b80000,0x33c80000)]
  0x33758800 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=7004, stack(0x33a80000,0x33b80000)]
  0x33758400 JavaThread "State Saver" [_thread_blocked, id=7660, stack(0x33980000,0x33a80000)]
  0x32e30c00 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=5996, stack(0x334a0000,0x335a0000)]
  0x32e2ac00 JavaThread "CompilerThread0" daemon [_thread_blocked, id=1344, stack(0x333a0000,0x334a0000)]
  0x32e29400 JavaThread "Attach Listener" daemon [_thread_blocked, id=6608, stack(0x332a0000,0x333a0000)]
  0x32e28000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=6596, stack(0x331a0000,0x332a0000)]
  0x32e17c00 JavaThread "Finalizer" daemon [_thread_blocked, id=7752, stack(0x330a0000,0x331a0000)]
  0x32e13000 JavaThread "Reference Handler" daemon [_thread_blocked, id=6244, stack(0x32fa0000,0x330a0000)]
=>0x00936800 JavaThread "main" [_thread_in_native, id=6068, stack(0x00030000,0x00130000)]

Other Threads:
  0x32e10000 VMThread [stack: 0x32ea0000,0x32fa0000] [id=4600]
  0x32e33000 WatcherThread [stack: 0x335a0000,0x336a0000] [id=6544]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
def new generation   total 18176K, used 6949K [0x02a90000, 0x03e40000, 0x051f0000)
  eden space 16192K,  30% used [0x02a90000, 0x02f69650, 0x03a60000)
  from space 1984K, 100% used [0x03c50000, 0x03e40000, 0x03e40000)
  to   space 1984K,   0% used [0x03a60000, 0x03a60000, 0x03c50000)
tenured generation   total 241984K, used 14787K [0x051f0000, 0x13e40000, 0x22a90000)
   the space 241984K,   6% used [0x051f0000, 0x06060ea0, 0x06061000, 0x13e40000)
compacting perm gen  total 65536K, used 16042K [0x22a90000, 0x26a90000, 0x32a90000)
   the space 65536K,  24% used [0x22a90000, 0x23a3abe8, 0x23a3ac00, 0x26a90000)
No shared spaces configured.

Dynamic libraries:
0x00400000 - 0x0040e000     C:\Archivos de programa\Adobe\Adobe Flash Builder 4\FlashBuilder.exe
0x7c910000 - 0x7c9c5000     C:\WINDOWS\system32\ntdll.dll
0x7c800000 - 0x7c903000     C:\WINDOWS\system32\kernel32.dll
0x7e390000 - 0x7e421000     C:\WINDOWS\system32\USER32.dll
0x77ef0000 - 0x77f39000     C:\WINDOWS\system32\GDI32.dll
0x773a0000 - 0x774a3000     C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5512_x- ww_35d4ce83\COMCTL32.dll
0x77be0000 - 0x77c38000     C:\WINDOWS\system32\msvcrt.dll
0x77da0000 - 0x77e4c000     C:\WINDOWS\system32\ADVAPI32.dll
0x77e50000 - 0x77ee2000     C:\WINDOWS\system32\RPCRT4.dll
0x77fc0000 - 0x77fd1000     C:\WINDOWS\system32\Secur32.dll
0x77f40000 - 0x77fb6000     C:\WINDOWS\system32\SHLWAPI.dll
0x76340000 - 0x7635d000     C:\WINDOWS\system32\IMM32.DLL
0x6d710000 - 0x6d723000     C:\ARCHIV~1\KASPER~1\KASPER~1\mzvkbd.dll
0x76bb0000 - 0x76bbb000     C:\WINDOWS\system32\PSAPI.DLL
0x6d730000 - 0x6d743000     C:\ARCHIV~1\KASPER~1\KASPER~1\mzvkbd3.dll
0x6d020000 - 0x6d035000     C:\ARCHIV~1\KASPER~1\KASPER~1\adialhk.dll
0x6d4c0000 - 0x6d4c6000     C:\ARCHIV~1\KASPER~1\KASPER~1\kloehk.dll
0x72000000 - 0x72014000     C:\Archivos de programa\Adobe\Adobe Flash Builder 4\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519\eclipse_1206.dll
0x77bd0000 - 0x77bd8000     C:\WINDOWS\system32\VERSION.dll
0x6d800000 - 0x6da8b000     C:\Archivos de programa\Adobe\Adobe Flash Builder 4\jre\bin\client\jvm.dll
0x76b00000 - 0x76b2e000     C:\WINDOWS\system32\WINMM.dll
0x7c340000 - 0x7c396000     C:\WINDOWS\system32\MSVCR71.dll
0x6d7b0000 - 0x6d7bc000     C:\Archivos de programa\Adobe\Adobe Flash Builder 4\jre\bin\verify.dll
0x6d330000 - 0x6d34f000     C:\Archivos de programa\Adobe\Adobe Flash Builder 4\jre\bin\java.dll
0x6d290000 - 0x6d298000     C:\Archivos de programa\Adobe\Adobe Flash Builder 4\jre\bin\hpi.dll
0x6d7f0000 - 0x6d7ff000     C:\Archivos de programa\Adobe\Adobe Flash Builder 4\jre\bin\zip.dll
0x68000000 - 0x68036000     C:\WINDOWS\system32\rsaenh.dll
0x76630000 - 0x766e5000     C:\WINDOWS\system32\USERENV.dll
0x597f0000 - 0x59845000     C:\WINDOWS\system32\netapi32.dll
0x6d610000 - 0x6d623000     C:\Archivos de programa\Adobe\Adobe Flash Builder 4\jre\bin\net.dll
0x71a30000 - 0x71a47000     C:\WINDOWS\system32\WS2_32.dll
0x71a20000 - 0x71a28000     C:\WINDOWS\system32\WS2HELP.dll
0x719d0000 - 0x71a10000     C:\WINDOWS\System32\mswsock.dll
0x76ee0000 - 0x76f07000     C:\WINDOWS\system32\DNSAPI.dll
0x76d20000 - 0x76d39000     C:\WINDOWS\system32\iphlpapi.dll
0x76f70000 - 0x76f78000     C:\WINDOWS\System32\winrnr.dll
0x76f20000 - 0x76f4d000     C:\WINDOWS\system32\WLDAP32.dll
0x33940000 - 0x33959000     C:\Archivos de programa\Bonjour\mdnsNSP.dll
0x76f80000 - 0x76f86000     C:\WINDOWS\system32\rasadhlp.dll
0x6d630000 - 0x6d639000     C:\Archivos de programa\Adobe\Adobe Flash Builder 4\jre\bin\nio.dll
0x34e90000 - 0x34ee9000     C:\Archivos de programa\Adobe\Adobe Flash Builder 4\configuration\org.eclipse.osgi\bundles\297\1\.cp\swt-win32-3555.dll
0x774b0000 - 0x775ed000     C:\WINDOWS\system32\ole32.dll
0x770f0000 - 0x7717b000     C:\WINDOWS\system32\OLEAUT32.dll
0x76360000 - 0x763aa000     C:\WINDOWS\system32\comdlg32.dll
0x7e6a0000 - 0x7eec1000     C:\WINDOWS\system32\SHELL32.dll
0x74d20000 - 0x74d8b000     C:\WINDOWS\system32\USP10.dll
0x63000000 - 0x630e6000     C:\WINDOWS\system32\WININET.dll
0x34f00000 - 0x34f09000     C:\WINDOWS\system32\Normaliz.dll
0x34f10000 - 0x35042000     C:\WINDOWS\system32\urlmon.dll
0x5dca0000 - 0x5de88000     C:\WINDOWS\system32\iertutil.dll
0x5ad70000 - 0x5ada8000     C:\WINDOWS\system32\uxtheme.dll
0x75160000 - 0x7518e000     C:\WINDOWS\system32\msctfime.ime
0x353f0000 - 0x35404000     C:\Archivos de programa\Adobe\Adobe Flash Builder 4\configuration\org.eclipse.osgi\bundles\297\1\.cp\swt-gdip-win32-3555.dll
0x4eba0000 - 0x4ed46000     C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.2600.5512_x-ww_dfb54 e0c\gdiplus.dll
0x35810000 - 0x35851000     C:\Archivos de programa\Adobe\Adobe Flash Builder 4\plugins\com.adobe.flexide.nativelibs_4.0.0.272416\os\win32\x86\BridgeTalk.dll
0x35900000 - 0x3596a000     C:\Archivos de programa\Adobe\Adobe Flash Builder 4\plugins\com.adobe.flexide.nativelibs_4.0.0.272416\libs\adobe_caps.dll
0x778f0000 - 0x779e7000     C:\WINDOWS\system32\SETUPAPI.dll
0x77660000 - 0x77681000     C:\WINDOWS\system32\NTMARTA.DLL
0x71b90000 - 0x71ba3000     C:\WINDOWS\system32\SAMLIB.dll
0x35f80000 - 0x35f97000     C:\Archivos de programa\Adobe\Adobe Flash Builder 4\plugins\com.adobe.flexbuilder.utils.osnative_4.0.0.272416\os\win32\x86\JNIToNativeBridg e.dll
0x35970000 - 0x3597a000     C:\Archivos de programa\Adobe\Adobe Flash Builder 4\plugins\com.adobe.flexide.amt_4.0.0.272416\os\win32\x86\amt_win_jnilib.dll
0x78480000 - 0x7850e000     C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.4148_x-ww_d495ac4e\MS VCP90.dll
0x78520000 - 0x785c3000     C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.4148_x-ww_d495ac4e\MS VCR90.dll
0x35fc0000 - 0x360a6000     C:\Archivos de programa\Adobe\Adobe Flash Builder 4\plugins\com.adobe.flexide.amt_4.0.0.272416\os\win32\x86\amtlib.dll
0x360d0000 - 0x361e4000     C:\Archivos de programa\Adobe\Adobe Flash Builder 4\plugins\com.adobe.flexide.amt_4.0.0.272416\os\win32\x86\amtservices.dll
0x4d550000 - 0x4d5a9000     C:\WINDOWS\system32\WINHTTP.dll
0x36470000 - 0x364da000     C:\Archivos de programa\Adobe\Adobe Flash Builder 4\plugins\com.adobe.flexide.amt_4.0.0.272416\os\win32\x86\adobe_caps.dll
0x36600000 - 0x36628000     C:\Archivos de programa\Adobe\Adobe Flash Builder 4\plugins\com.adobe.flexide.amt_4.0.0.272416\os\win32\x86\asneu.dll
0x36750000 - 0x36a26000     C:\WINDOWS\system32\xpsp2res.dll
0x76f90000 - 0x7700f000     C:\WINDOWS\system32\CLBCATQ.DLL
0x77010000 - 0x770e0000     C:\WINDOWS\system32\COMRes.dll
0x74e80000 - 0x74e88000     C:\WINDOWS\system32\wbem\wbemprox.dll
0x75220000 - 0x75257000     C:\WINDOWS\system32\wbem\wbemcomn.dll
0x74e60000 - 0x74e6e000     C:\WINDOWS\system32\wbem\wbemsvc.dll
0x75630000 - 0x756a6000     C:\WINDOWS\system32\wbem\fastprox.dll
0x76030000 - 0x76095000     C:\WINDOWS\system32\MSVCP60.dll
0x76760000 - 0x76773000     C:\WINDOWS\system32\NTDSAPI.dll
0x76bf0000 - 0x76c1e000     C:\WINDOWS\system32\WINTRUST.dll
0x77a50000 - 0x77ae6000     C:\WINDOWS\system32\CRYPT32.dll
0x77af0000 - 0x77b02000     C:\WINDOWS\system32\MSASN1.dll
0x76c50000 - 0x76c78000     C:\WINDOWS\system32\IMAGEHLP.dll

VM Arguments:
jvm_args: -Xms256m -Xmx512m -XX:MaxPermSize=256m -XX:PermSize=64m -Djava.net.preferIPv4Stack=true -Dorg.eclipse.equinox.p2.reconciler.dropins.directory=dropins
java_command: <unknown>
Launcher Type: generic

Environment Variables:
PATH=C:/Archivos de programa/Adobe/Adobe Flash Builder 4/jre/bin/client;C:/Archivos de programa/Adobe/Adobe Flash Builder 4/jre/bin;C:\Archivos de programa\Adobe\Adobe Flash Builder 4\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Archivos de programa\TortoiseSVN\bin
USERNAME=Imagina1
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 10, GenuineIntel



---------------  S Y S T E M  ---------------

OS: Windows XP Build 2600 Service Pack 3

CPU:total 4 (4 cores per cpu, 1 threads per core) family 6 model 23 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3

Memory: 4k page, physical 2084628k(711692k free), swap 4017868k(2375388k free)

vm_info: Java HotSpot(TM) Client VM (14.2-b01) for windows-x86 JRE (1.6.0_16-b01), built on Jul 31 2009 11:26:58 by "java_re" with MS VC++ 7.1

time: Sat May 01 18:54:20 2010
elapsed time: 6 seconds

Simple Question: how to export a SWF?

$
0
0

Hi, i'm quite new to Flex and Flash Builder (have over ten years of Flash experience tho), am on a fast track to learning, and I'm generally unclear about the way to use FB to publish projects (in Flash it is very straight forward).

 

I'm working on my first FB project for a client, and the situation is a bit unique: I've created a new project, yet, there is no need for the MXML file in this situation, as we have a server side application that utilizes just the product SWF in a much larger remote Flex framework.  So, when I make updates to the local project, I just want to export a new SWF from compiling the ActionScript class files I have created, and then upload the SWF to the remote server for testing.

 

Yet,when I attempt to simply run the project locally (to export a new SWF), I get errors that I assume are due to the inappropriate use of the MXML file (which is generally blank), and it is not relevant the rest of the ActionScript files (and I do not need it to be).

 

I have examples of other related projects that have no MXML file at all, so when I tried removing the MXML file, I get an error that simply says: "The file cannot be launched".  And in fact, when I moved the MXML file back, I now get the same error.  It's really hard to know what's going on here.

 

I thought of setting the primary AS file as the "Default Application", yet the menu option for that is not allowing me to (greyed out).

 

Can anyone help me understand what to do here? 

Can't Connect to Remote MySQL (60)

$
0
0

I'm trying to connect my project to a remote mysql database, but I'm getting this error:

 

Server error Can't connect to MySQL server on 'ipaddress' (60)

 

I'm using the same connection settings that we use on our regular non-flash website. Doesn't anyone know what 60 means?

How to convert .p7s certificate into .p12 certificate

$
0
0

Hello,

 

I have got .p7s global signed developer certificate from client.

I am not able to directly use it for building my air application.

Can anyone have an idea about how to use this certificate?

Or how to convert it into valid .p12 file format?

Its urgent please help.

 

Thanks

Dhwani


Flex Builder 4.5 Premium license not working for automation - anything else to try?

$
0
0

So I'm getting the message when I try to record/run a test that the "License not present.  With the trial verison only limited replays are allowed."  I have a valid license key for Flash Builder 4.5 premium edition.  I have read many forums on this subject but none of them help me.  I compile my project either using Flash Builder 4.5 or an ant script invoking mxmlc.  I have modified my flex-config.xml to include "flashbuilder45", and my given serial number with and without dashes (and other combinations).  I do not have a license.properties file.  I'm not sure what else I can do.  I have already reinstalled Flash Builder 4.5.  I am now trying Flash Builder 4.6 with the same results.  This serial number is a group one good for 5 boxes.  My next step is to request a replacement serial number from Adobe, since I can't think of anything else that could be wrong with my setup.

Problems with Flash Builder upgrade to 4.6

$
0
0

I am trying to upgrade from Flash Builder 4.5 to 4.6.  A guy on Adobe chat directed to me to an Free Trial page for 4.6.  I tried to download from there as directed, but I get an error message that says Try another location.  I have tried three locations nothing works.  What do I do now?  Note my pop up blocker was already turned off.

java.lang.NullPointerException Animation start problem

$
0
0

hi,

 

after I finally managed to install Flash Builder 4.6 , I am getting an error as shown in the screenshot, ech time I compile

 

'Animation start' has encountered a problem.

An internal error occurred.

java.lang.NullPointerException in FB 4.6

 

 

Screen shot 2012-01-10 at 10.54.04.png

 

This happens in a totally blank new project as well as in an existing older one, and in an Actionscript Mobile project as well as a Flex project.

 

Btw, I can still compile the project, and the console doesn't show the error. I haven't tried yet to package a mobile project  to see if that still works.

But it is quite annoying of course to get that error popup at every compile. Could this be a bug?

AIR on Android: set stage.autoOrients to false cause the application to change to landscape mode

$
0
0

To lock my application, I set stage.autoOrients to false. It locks the orientationa as I expect.

 

However, if the app is in portrait mode and I set stage.autoOrients to false, the application always to turn

to lanscape mode before it locks the auto-orients. In order to view the application in the portrait mode, while locking the auto-orientation, I have to call stage.setAspectRatio('portrait'). Calling stage.setAspectRatio('portrait') forces the app to show in the portrait mode.

 

So if it is in the portrait mode and set stage.autoOrients to false, then set stage.setAspectRatio('portrait'), the application will turn from portrait mode to landscape mode then turn back to portrait. This looks early.

 

When I set stage.autoOrients to false, I like the app to stay in whatever display mode it is ( don't turn to landscape as current Android behavior). Can this be done?

 

Thank you in advance for any help,

Error org.eclipse.swt.custom.StyledText.getScrollbarsMode()I after re install

$
0
0

Does this sound familiar to anyone?

 

A few days agao I click on Software Updates under the help menu, which was a mistake.  I started getting errors, my workspaces would not load and I could not work.

 

I uninstalled FlashBuilder4.6, used the creative suite cleaner tool, and re installed.

 

Now I get

An error has occurred. See error log for more details.

org.eclipse.swt.custom.StyledText.getScrollbarsMode()I

every time I try to open a file.  I can create a project, files are recognized, but trying to open them give the above error.

 

I though I had cleared out all traces of eclipse before reinstalling, but maybe not.

 

Any advice would be greatily appreciated.

Export Air release build

$
0
0

I am trying to export an air version of my application in Flash Builder 4.7.

 

I tried to export it as 'Signed application with captive runtime'. I did not find a way to add my media folder and configutation files to the package, so I copied them manualy in the app folder. But starting the executable does exactly nothing. When I start the swf in Flash Player everything works fine. Is there a way to look for some error messages?

 

TIA

Automation API License - FlashBuilder Premium 4.5, SDK 3.6A

$
0
0

Hi,

 

I'm currently doing a POC with FlexMonkey in order to automate some user interface tests. I have Licensed version of Flash Builder 4.6

 

Though i have a premium license of 4.5, I am using FlexSDK 3.6A to compile the project, after recordning / playback of 20 ~ 30 action, I always get one of the following error messages

 

  • License not present. With the trial version only limited records are allowed.

 

I'd really appreciate your help on solving this issue.

 

Thanks,

Arjun


'Finding Occurrences.' has encountered a problem.

$
0
0

Flash Builder 4.7 started giving errors today when it is using the Finding Occurrences.  The only thing I can find online is that people ignore the error.  This is unacceptable as the error just keeps occurring and Flash builder no longer will find occurrences within the document open.

 

 

'Finding Occurrences.' has encountered a problem.

An internal error occurred during: "Finding occurrences".

 

Details provides:

 

An internal error occurred during: "Finding occurrences".

java.lang.NullPointerException

iOS icon missing from package? It's not!

$
0
0

FB 4.7 tells me that when I try to debug my app that:

 

Error occurred while packaging the application:

/Users/reidop/Documents/U of Florida/projects/mobile apps/Pill Reminder/bin-debug/AOT/MedsReminder-app.xml: error 303: Icon iOS_icons/icon-57@2x.png is missing from package

 

along with all the other icons.  Not only are the icons in the proper place, they have been explicitly included in the package:

Flash BuilderScreenSnapz001.png

Why does this error occur?  Anyone have any ideas?

 

And yes, my XML file has the icons tag correct:

<icon>        <image29x29>iOS_icons/icon-29.png</image29x29>        <image57x57>iOS_icons/icon-57.png</image57x57>        <image114x114>iOS_icons/icon-57@2x.png</image114x114>        <image512x512>iOS_icons/itunes.png</image512x512>        <image72x72>iOS_icons/icon-72.png</image72x72>        <image76x76>iOS_icons/icon-76.png</image76x76>        <image40x40>iOS_icons/icon-40.png</image40x40>        <image80x80>iOS_icons/icon-40@2x.png</image80x80>        <image50x50>iOS_icons/icon-50.png</image50x50>        <image100x100>iOS_icons/icon-50@2x.png</image100x100>        <image144x144>iOS_icons/icon-72@2x.png</image144x144>        <image152x152>iOS_icons/icon-76@2x.png</image152x152>        <image1024x1024>iOS_icons/itunes@2x.png</image1024x1024>        <image58x58>iOS_icons/icon-29@2x.png</image58x58>        <image120x120>iOS_icons/icon-120.png</image120x120>        <image48x48>iOS_icons/icon-48.png</image48x48></icon>

 

When I comment these lines in the XML file out, it works perfectly ... but without the proper icons!

 

Can anyone tell me what I'm leaving out?

 

Message was edited by: John Reid Perkins Buzo

How to apply migration signature to an APK created by Flash Builder

$
0
0

I developed an android application using Flash Builder.

Version 1.0 has been created with an old certificate (.PFX file).

That certificate is expired.

So I create new Version 1.1 with a new certificate.

But when I try to install the new version, the following message has been displayed.


Application not installed: an existing package by the same name with a conflicting signature is already installed.

 

There is a simple solution: Uninstall first version (1.0) and install the new version (1.1).

But I don't want to lose my application data which is created by 1.0 (old version).

Could anyone please suggest a better solution?

Sorry, an error has occurred

$
0
0

I'm using trial version of the Adobe® Flash® Builder™ 4.6

 

When I export release build as signed native installer and try to install it, have the error "Sorry, an error has occurred." : The application cannot be installed due to a certificate problem...

When I do the same with 4.5, have correct dialog with options: Uninstall, Run now, Cancel.

How I can fix this.

Tools to convert flash applications to HTML5?

$
0
0

We have an flash (actionscript) based enterprise application that runs on the browser and are in the process of converting it to HTML

 

Are there any tools that can help with the conversion?

Viewing all 70427 articles
Browse latest View live