Quantcast
Channel: Adobe Community : Discussion List - Using Flash Builder
Viewing all 1802 articles
Browse latest View live

Has anyone implemented Facebook SSO on Android using Adobe AIR ANE?

$
0
0

Has Anyone implemented Facebook SSO on Android using Adobe AIR ANE?

 

All help would be appreciated


Getting UTF8 from mySql Database

$
0
0

I'm retrieving some text from a mysql database. The database is UTF8, but when I trace the results in the text's endashes get dropped. Has anyone else seen this and is there a fix:

 

Here's the trace statement

Screen Shot 2014-05-28 at 3.59.31 PM.png

 

Here's the database content. Note that <td>9:15-10:30 a.m.</td> is a hyphen the circled dash is an endash

Screen Shot 2014-05-28 at 4.04.51 PM.png

Future of Flash Builder?

$
0
0

Are there any "next" versions of Flash Builder in development or has further development of Flash Builder discontinued?

How many developers are using Flash?

$
0
0

How many developers in the world are using Flash Builder/Professional?

Can't Export Release Build for AIR app...

$
0
0

Flash Builder 4.7 won't let me export a release build for any AIR apps at all...

 

It started when I wanted to make some changes to an old AIR app.  Couldn't even run it in the debugger, so I updated the AIR SDK (using instructions found here: http://helpx.adobe.com/flash-builder/kb/overlay-air-sdk-flash-builder.html   and here: http://helpx.adobe.com/x-productkb/multi/how-overlay-air-sdk-flex-sdk.html )

 

So after doing all that, and making some other changes, I finally got my AIR app to run in the debugger in Flash Builder 4.7.  Made the changes I wanted to make, then tried to Export Release Build...  Kept giving me a "Password Incorrect for this certificate" error whenever I tried it -- but it would never let me enter a password.  I went to Project | Export Release Build, and on the first screen there, I would click "Next" and it would jump straight to compiling, skipping over the screen where you're supposed to be able to enter the certificate info and password.

 

Figured maybe because it was an old AIR project, that was causing the problem.  So I started a brand new AIR project -- very simple one with just a <s:Label> inside a <s:WindowedApplication>.  Went to Project | Properties | Flash Builder Packaging and created a brand-new self-signed certificate (which seemed to work) but again upon trying to export the release build, it wouldn't let me get to the screen where you enter the password.  Clicking "Next" from the first screen on Project | Export Release Build just jumps straight to compiling and (of course) it gives me the Incorrect Password error, because it never gave me a chance to enter the password.

 

So what is going on here?  Why can I not export any release builds for any AIR projects?  This is extremely frustrating -- Flash Builder 4.6 never gave me these kinds of problems.  What can I do to fix Flash Builder 4.7 so it will work properly with AIR projects?

 

Thanks,

L.

Cannot add parameter or header to post request URL in Data/Services

$
0
0

I'm trying to set up Data/Services in flash builder to connect to a RESTful API and as per usual Flash Builder attempts to scupper my efforts with it 'nearly but not quite' tools at every turn.

 

So I need to pass a POST request with a JSON string containing auth details to the URL:

 

https://myrestservice.com/rest/session/

 

For authentication to work I also need to add either:

 

A: an additional header containing: api_key = *my-api-key*

 

or

 

B: append the api key to the URL so: https://myrestservice.com/rest/session/?api_key=*my-api-key*

 

Simple right? Wrong. In the data/services tool for a custom http service there seems to be no way to add a custom header. Ok annoying as even a free chrome plugin can do this but hey I can live with that, I'll use option B. Wrong again. The URL field in Data/Services will ignore the query on the end of the URL. Seriously WTF. Am I missing something here?

 

So if I amend the auto-generated code in the super class and call it directly it works but if I try to take advantage of any of the tools the code is regenerated and overwrites my changes. Test Operation never works either.

 

I know there is a second class which is supposed to be used to extended and override the super class but only certain overrides seem to work so for example:

 

This works:

 

._serviceControl.baseurl = ("https://someotherurl.com")

 

This doesn't work:

 

._serviceControl.headers = ({"api_key = *my-api-key*"})

 

Oh and Test operation only seems to execute the super class. Once again a brick wall.

 

Working with flash builder seems to be 50pc coding 50pc deciding if it's a bug in your code or flash builder f*****g you over.

 

Any thoughts, workarounds, am I missing something would be much appreciated.

 

Thanks

Goodbye Adobe Flash Builder

$
0
0

I think I am done with Flex / Flash Builder. I havent heard a thing from Adobe about any plans for the platform tooling and there is a continual lag in the AIR and Flex for mobile support. I mean, just recently upgrading to xcode 5.1 broke the ability to use the iPhone Simulator which took a while to get fixed. You can make the argument its a beta cycle but should that test be part of Adobe's basic tests for functionality?

 

I have started my trial of Xamarin and have been working on POCs of some of the mobile components that I would need to continue working like I did in Flex.

If you add things like MvvmCross to the Xamarin equation you get data binding much like you do with AS3 / MXML.

The other added bonus is that xamarin can use its own tooling or visual studio and since they are a microsoft partner they are included in beta cycles so there is less of a lag with platform features / tooling, etc.

 

Sure, you have to learn a bit more about developing separate UI layers for each platform but you also get the bonus of better code reuse and windows phone / windows store and mac desktop, which are things you cant do with Flex and at this rate are things that may never come.

 

I may still use Flex for web stuff if it calls for it but I'm betting I can do most of it in html 5.

 

I find it very sad that I am giving up a platform that I have been involved with for almost two decades starting with future splash animator, but I can no longer begin mobile projects that have such a huge X factor for support and compatibility down the road. At least with the xamarin price tag comes peace of mind, you get what you pay for.

 

Goodbye Adobe AIR / Flex / Flash

Adobe Flash Builder 4.7 Plug-in Utility Not Installing on Eclipse

$
0
0

I am trying to install Flash Builder 4.7 Plugin into Eclipse. I have downloaded Flash Builder Premium via Adobe's Creative Cloud. I have also installed Eclipse Indigo. I am running this all on Mac OSX.

According to a tutorial I found I needed to go into the Utilities folder found in the Flash Builder install and run the Adobe Flash Builder 4.7 Plug-in Utility. It seemed to run fine. Afterwards you should be able to see "Flash Builder" in the help menu of Eclipse. However it is not there. You should also be able to set Flash Builder preferences under Window --> Preferences. Flash Builder is also not visible there.

According the the tutorial there should also be this file "fb-4_7-plugin-encoded.link" created in the "dropins" folder of Eclipse. This file is created. However it is blank.

I looked into the installation log and there was only one concerning message.

Move File: Destination: /Applications/eclipse/dropins/fb-4_7-plugin-encoded.link

Status: WARNING

Additional Notes: WARNING - There was a problem moving /Applications/eclipse/dropins/fb-4_7-plugin-encoded.link

I am unsure what this means the documentation seems to be pretty sparse. However, it seems to be the only problem in the entire installation process. Any ideas or suggestions on what could be causing this error would be great.


Flash Builder 4.7 mac , after upgrade to adobe air 13/14 wont create new projects

$
0
0

im running flash builder 4.7 on mac, and recently upgrade to a newer air, this was sad in itself as flash builder dosnt have a mechanism for doing this you have to paste files all manually all over the place.

Im now running into an issue where I cannot even create projects.

 

Has anyone had this issue? does anyone know how to solve?

 

Thanks

App with flash and video

$
0
0

I´m producing a app for ipad and iphone in flash (air for ios). But i need that this app can include a video, When I instal the app in the ipad the video don´t exist. Please how can I dit it correctly

AIR 4 SDK and asdoc

$
0
0

Am loosing just too much time to figure out how the hell to get the AIR 4 sdk asdoc to work.

 

The lack of documentation, instructions from Adobe is getting overwhelming... This is just unbelivable how a company can release a product without any documentation or such.

Even if there are solutions, example and such, they always are spread out on some blogs... but not in this case, like everyone is holding information in hostage.

 

So, now to my freggin question, how to set up the ASDOC on mac in Flash builder !?!?!?!?!?!?!?!?

 

first when pointing external tool to asdoc, im getting error:

usage: dirname path

usage: dirname path

Error: Unable to access jarfile /../lib/legacy/asdoc.jar

 

Then i  change the patch in asdoc file to a absolute one... and im getting:

usage: dirname path

usage: dirname path

Error: This Java instance does not support a 32-bit JVM.

Please install the desired version.

 

Seriously, 32bit on mac, what kind of default is that ? ARGHHHH

 

then i change the desired version, 64 and now this....

usage: dirname path

usage: dirname path

Adobe ASDoc

Version 4.6.0 build 23201

Copyright (c) 2004-2011 Adobe Systems, Inc. Med ensamr?tt.

 

defaults: Error: cannot open "/../frameworks/flex-config.xml"

 

this is just unbelievable. Why cant there be some decent instructions  provided by the provider which explains what is needed.

Flash builder doesn't reflect changes made to SWC files, how do I fix this?

$
0
0

This is a very old problem that has become unbearable so I'm hoping someone out there has a solution:

 

I use SWCs I have generated in Adobe Flash Professional in my Flash Build projects.  The problem is when these are updated flash builder absolutely refuses to recognize the changes to them.

 

I have tried "refresh", "clean project" I've restarted flash builder, and it still shows and runs with the old content.  I verified that the swc file itself has the new content in it, the error 100% lies within Flash Builder.

 

Edit: This is very far from an acceptable solution but for posterity's sake: The only way to get your code to recognize the changes is to go to: 'Project Settings' -> 'ActionScript Build Path' -> 'Library Path' then remove the changed SWCs close out these menus, then navigate back to there and readd them.  Sometimes this doesn't even work and you must also restart Flash Builder

Select all not working correctly for checkbox column in datagrid

$
0
0

I have a data grid with a check box column used for selecting the items in the data gird for printing. I have added a 'Select All' button which adds all items in the data grid to am XML collection and refreshes the data grid data provider. I have implemented the onUpdate event for the the check box column where I verify if the given row is the XML collection for printing and according decide to check or un-check the checkbox for that row. This works perfectly fine if the number of rows the in data grid are even, but if the rows are odd in number, then the center row i.e. the (n + 1) / 2 th row remains unchecked. That item is available in the XML collection and if I try printing then it even gets printed, but it shows as un-checked on the UI. Moreover, if I just hover my mouse over the check box, it immediately updates and shows up as checked. I have noticed that the update event simply doesn't get raised for that row. Below is the my mxml and action script code. Please do let me know what I might be doing wrong.

 

DataGrid with check box item renderer:

 

<s:DataGrid id="itemDetailsDataGridForPrinting" width="100%" height="95%"

  alternatingRowColors="[#ffffff,#DDE8FE]"

  dataProvider="{itemListCurrentForPrint}" fontSize="11" requestedRowCount="4"

  skinClass="sg.com.irys.irysee.dataGridCustomSkin" textAlign="center">

 

  <s:columns>

  <s:ArrayList>

  <s:GridColumn width="100"

   headerRenderer="sg.com.irys.irysee.renderer.CustomDGHeaderRenderer"

   headerText="SR NO" labelFunction="GetSerialNo"></s:GridColumn>

  <s:GridColumn id="printTagGridColumn" visible="false" width="100"

   dataField="ownership__status"

   headerRenderer="sg.com.irys.irysee.renderer.CustomDGHeaderRenderer"

   headerText="PRINT">

  <s:itemRenderer>

  <fx:Component>

  <s:GridItemRenderer>

 

  <fx:Script>

  <![CDATA[

  import flash.net.navigateToURL;

 

  import mx.controls.Alert;

  public function onUpdateComplete(event:Event):void{  

  //Alert.show("Inside update complete: " + data.item__code);

  if(data!=null){                            

  if(outerDocument.itemsToPrintXmlCollection.contains(data)){                        

  event.currentTarget.selected=true;                    

  }else{                        

  event.currentTarget.selected=false;                 

  }               

  }            

  }

 

  protected function checkBoxSelectItemForUnMap_clickHandler(event:MouseEvent):void

  {

  if(checkBoxSelectItemForUnMap.selected == true) {

  data.ownership__status = true;

  if (!outerDocument.itemsToPrintXmlCollection.contains(data)){

  outerDocument.itemsToPrintXmlCollection.addItem(data);

  }

  }

  else

  if(checkBoxSelectItemForUnMap.selected == false) {

  data.ownership__status = false;

  if(outerDocument.itemsToPrintXmlCollection.contains(data)) {

  var i : int = outerDocument.itemsToPrintXmlCollection.getItemIndex(data);

  outerDocument.itemsToPrintXmlCollection.removeItemAt(i)

  }

  }

  }

 

  ]]>

  </fx:Script>

 

  <s:HGroup width="100%" height="100%" horizontalAlign="center"

   verticalAlign="middle">

 

  <s:CheckBox id="checkBoxSelectItemForUnMap"

  change="data.ownership__status = selected"

  click="checkBoxSelectItemForUnMap_clickHandler(event)"

  enabled="true"

  selected="{outerDocument.itemsToPrintXmlCollection.contains(data)}">

 

  </s:CheckBox>

  </s:HGroup>

  </s:GridItemRenderer>

  </fx:Component>

  </s:itemRenderer>

  </s:GridColumn>

  <s:GridColumn width="100" dataField="tagging__status"

   headerText="PRINT STATUS">

  </s:GridColumn>

  </s:ArrayList>

  </s:columns>

  </s:DataGrid>

 

Select All function:

 

protected function selectButton_clickHandler(event:MouseEvent):void

  {

  itemsToPrintXmlCollection.removeAll();

  itemsToPrintXmlCollection.addAll(itemDetailsDataGridForPrinting.dataProvider);

  var tempList : IList = itemDetailsDataGridForPrinting.dataProvider;

  itemDetailsDataGridForPrinting.dataProvider = new XMLListCollection();

  itemDetailsDataGridForPrinting.dataProvider = tempList;

  selectAll.enabled = false;

  clearAll.enabled = true;

  }

 

  protected function clearButton_clickHandler(event:MouseEvent):void

  {

  itemsToPrintXmlCollection.removeAll();

  var tempList : IList = itemDetailsDataGridForPrinting.dataProvider;

  itemDetailsDataGridForPrinting.dataProvider = new XMLListCollection();

  itemDetailsDataGridForPrinting.dataProvider = tempList;

  clearAll.enabled = false;

  selectAll.enabled = true;

  }

 

OUTPUT:

 

selectall_error.png

ERROR ITMS-9000:"This bundle is invalid. New apps and app updates submitted to the App Store must be built with public (GM) versions of Xcode 5.1.1

$
0
0

I submitted my IPA file to Itunes Connect using Application Loader and got the error message below. I have AIR SDK 13.0.0.111 and using Flash Builder 4.6.

Please help. Thank you in advance.

 

ERROR ITMS-9000: "This bundle is invalid. New apps and app updates submitted to the App Store must be built with public (GM) versions of Xcode 5.1.1 or higher and IOS 7 SDK. Do not submit apps built with beta software." ...

Flash Builder and Akamai Stream

$
0
0

HELLO , I have an akamai stream live and i need to place the stream in a mobile app on flash builder software, can you help to do this?

 

i have a m3u8 url to my stream it can help? please help me.Thanks


I do not download "adobe Flash Builder 4.7 Standard Edition-Upgrade"

$
0
0

Show to me is

"Sorry,

 

It is too late to download this file. You were allowed to download within 60 days.

 

If you have any questions, please contact Digital River Customer Service at CustomerServices@digitalriver.com."

 

What will I do???

How to insert a "carriage return" in a text of a mail ?

$
0
0

Hi to all,

 

I'm facing a problem in an FB desktop app (WIN) which is supposed to automatically send emails.

 

Everything works ok except that the line feed instructions inserted in the mail text are ok if i try to visualize the text in a preview textfield in FB, but are not taken in consideration in the message displayed on the recipient screen (both with outlook and thunderbird).

 

I've tried various solutions such as "\n" or String.fromCharCode(13) + String.fromCharCode(10) without success.

 

Thks in advance for help

 

Best regards

scrolling down to a label position with linkbutton or a button event

$
0
0

Hy every body, I'm new in flex .

I try to creat a web site with flex 3 and i need, in one of my page to use a linbutton or a button to go down ( to Label Position) in the same page (From a titlewindow to a label in the canvas).

i think it was easy but i have spend more than 3 hours and i don't find the solution.

 

Help !

SORRY FOR MY ENGLISH.

THANK FOR YOUR ANSWER.

Flash Builder 4.7 SWC contents garbled, works in FlashDevelop

$
0
0

I have an all-defaults Action Script - Desktop (Runs in Adobe AIR) project with a single MovieClip on the stage from a SWC file created in newest Flash Pro CC. The MovieClip contains buttons, text, etc, for a menu system.

 

When I build and run it in my regular IDE (Flash Develop), it looks correct:

http://snag.gy/7UFFN.jpg

 

When I build and run in Flash Builder, it is a complete mess:

http://snag.gy/7Er2e.jpg

 

The problem is more than visual; DisplayObjects within GfxMainMenu have been randomly swapped with others from the same SWC. When I try to hook up my buttons, I find some of them are actually missing. The weird upside-down ghost logo MovieClip has actually replaced the orange SimpleButton. Needless to say this makes profiling difficult. I've been having this problem with Flash Builder for 3 years across many versions of FB, AIR, Windows, etc etc. Every year I try again with a new approach, hopeful that they've fixed this and I might be able to use FB's excellent profiler for this project. But the basic issue is the same: FB hates the contents of this SWC and I can't find a way to cleanse the demons from it.

 

This is the code:

public function Main():void

{

  addChild(new GfxMainMenu());

}

 

You can download the project and SWC here - I'd love to know if others can at least recreate this:

https://dl.dropboxusercontent.com/u/11786661/FlashBuilderTest.zip

 

Anybody have any clues?

Can anyone help with Flash Builder 4.6

$
0
0

Hi guys, I am Tuang. I am new to Flash Builder so, I need some of you guys help.

I have trouble with my xml file list. Ho w do I make a list that don't have to scroll down to see all the list instead, make all the list visible one the page.

On the left is how the xml file list that I have, on the right is the way I like the list to be. Please help me!

 

Flash Builder List.pngFlash Builder List.jpg

Viewing all 1802 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>