Adobe Flex 3 with AIR Certification Exam is Now Out !!!

Adobe just released the Adobe Flex 3 with AIR certification
exam (though they have not yet updated their Adobe Flex
certification page).
Here is my blog entry with more details:
My
blog entry on the Adobe Flex 3 with AIR certification exam
Here is the study guide:
Adobe
Flex 3 with AIR Certification Exam Study Guide

When I got Flex 2 certified, I found this software to be
fairly useful. The Flex 3 exam version is not out yet, so you might
consider getting the version for Flex 2, as it still should be
useful:
Attest
I suggest going through these FB help topics and all
sub-topics TWICE, compiling all sample programs.
Flex Programming Elements
User Interfaces
Advanced Flex Programming
Data Access and Interconnectivity
Application Design
Application Development
Application Deployment
Custom Component Development
MXML Custom Components
ActionScript Custom Components
Nonvisual Custom Components
Flex Data Visualization Developer's Guide
Using Flex Builder 3
Developing AIR applications with Flex
Programming ActionScript 3.0

Similar Messages

  • Oracle APEX versus Adobe Flex on AIR

    Hi
    I need advantages and disadvantages Oracle APEX versus Adobe Flex on AIR. I don't know Adobe and need your help. (we fight about our potential customer).
    Project:
    40 users insert own actvities into database. Supervisor analyse this info (reports, charts). Users connect to app via mobile phone EDGE using laptop.
    Regards

    Hello again,
    From the end-user perspective, FLEX applicatoins are more graphic in nature, in that they are truly graphic. APEX (at least through 3.2) generates a standard HTML type of web page. You can do graphics type of code, but Flex creates applications that will only run with Adobe tools. Flex generates an HTML page, but it calls a .swf file and plays that.
    Unless it is critical that you have that fully graphic interface (a .swf file type of image that plays), standard HTML is much better. You can still generate graphs, charts and such; incorporate images in your page and all the things that standard web pages have.
    With APEX, your users will see a standard HTML web-page type of interface, which most users today know how to use and expect.
    Thanks,
    Don.
    REWARDS: Please remember to mark helpful or correct posts on the forum, not just for my answers but for everyone! :)

  • Adobe Flex with RFC

    Hi all,
    Can anybody provide me with any document that involves integration of Adobe Flex with R/3 RFCs. I have tried SAP Integration woth Adobe Flex in form of Web Services, and it is working fine. Please help.
    Regards,
    Gita

    HI,
    U can try this code using Adobe Flex 2. BAPI_FLIGHT_GETLIST is used as example.
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
         <mx:Script>
              <![CDATA[
                   import mx.rpc.events.ResultEvent;
                   import mx.rpc.events.FaultEvent;
                              import mx.controls.Alert;
              public function fault_getAll(event:FaultEvent):void
                        Alert.show(event.fault.faultString);
              public function result_getAll(event:ResultEvent):void
                   Alert.show(dsCol.toString());
              public function Test():void
                   ws.BAPI_FLIGHT_GETLIST.send();
              ]]>
         </mx:Script>
         <mx:XMLListCollection id="dsCol" source="{ws.BAPI_FLIGHT_GETLIST.lastResult.FLIGHT_LIST.item}"/>
         <mx:WebService id="ws" useProxy="false" showBusyCursor="true"
              wsdl="http://XXX.XX.XX.XX:8080/sap/bc/soap/wsdl11?services=BAPI_FLIGHT_GETLIST&style=rpc_enc" >
    Here XXX.XX.XX.XX - is nothing but Ip address and 8080 is port Number.
              <mx:operation name="BAPI_FLIGHT_GETLIST" 
                   resultFormat="e4x" result="result_getAll(event)" fault="fault_getAll(event)" >
                   <mx:request>
                     <AIRLINE>AIR</AIRLINE>
                     <DESTINATION_FROM></DESTINATION_FROM>
                     <DESTINATION_TO></DESTINATION_TO>
                     <MAX_ROWS>10</MAX_ROWS>
                     <DATE_RANGE>
                      <item>
                          <SIGN>I</SIGN>
                          <OPTION>GT</OPTION>
                          <LOW>20000101</LOW>
                          <HIGH></HIGH>
                      </item>
                     </DATE_RANGE>
                     <EXTENSION_IN></EXTENSION_IN>
                     <FLIGHT_LIST></FLIGHT_LIST>
                     <EXTENSION_OUT></EXTENSION_OUT>
                     <RETURN></RETURN>
                   </mx:request>
              </mx:operation>                                   
    </mx:WebService>     
         <mx:Button x="116" y="146" label="Button" click="Test()"/>
         <mx:DataGrid x="52" y="176" width="601" height="135" dataProvider="">
              <mx:columns>
                   <mx:DataGridColumn headerText="AIRLINEID" dataField="AIRLINEID"/>
                   <mx:DataGridColumn headerText="AIRLINE" dataField="AIRLINE"/>
                   <mx:DataGridColumn headerText="CONNECTID" dataField="CONNECTID"/>
                   <mx:DataGridColumn headerText="FLIGHTDATE" dataField="FLIGHTDATE"/>               
              </mx:columns>
         </mx:DataGrid>
    </mx:Application>

  • Integration of Adobe Flex with SAP Web Dynpro ABAP

    I am new to adobe flex development. i am following a tutorial prepared by
    Mr. Karthikeyan Venkatesan (Infosys Technologies Limited) Integration of Adobe Flex with SAP Web Dynpro ABAP-for ABAPers
    He used flex 3 to develop the flex application. i am using flex 4 downloaded from adobe(At a time Build release I used low version only 3.5). I followed all the steps. At a time of Run the data was not came.
    How to fetch the data?
    Please Guide how to proceed.

    Hi Laxmikanth,
    For Adebo Flex help..
    Please go through Thomas tutorial..
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/10989ef6-968c-2b10-50a9-eb34a5267163&overridelayout=true
    and ...
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/307b434f-ff32-2b10-e885-991247270480?quicklink=index&overridelayout=true
    Hope it might helps you
    Thanks,
    Kris.

  • Attest1.5 - a practice exam engine for the Adobe Flex 3 Developer Certification

    http://software.pxldesigns.com/attest/
    Has anyone used Attest 1.5 and passed the ACE for Flex 3?

    I did not use Attest for the Flex 3 exam. The questions in the version for the Flex 2 exam did not cover the breadth of topics covered in the real exam, and some of the questions were not as difficult as the real exam.
    That said, I did find Attest extremely valuable in preparing for the Flex 3 certification exam.
    BTW, I'm currently working on a Flex app to help others prepare for the Flex 3 certification exam. It won't be ready until end of July, but it should have far more questions than Attest. Where Attest offers several "full" mock exams and several "mini" exams, my application will be designed to make persons "over-prepared" for the exam, because the end goal is not just to pass the exam, but to reach a high level of expertise in Flex.
    I have not decided if I will charge for the application, we'll see how it turns out by end-of-July.
    Attest is free, but I expect you will be more than pleased to buy my version, as it will be a different animal entirely.

  • Adobe Flex Mobile + AIR - Custom iOS Build Setting

    I am building some Adobe Flex Mobile application using Flex 4.6.0 + AIR 3.5 only for iOS
    This app involves some iOS Native Extension created also by me.
    The thing is that this ANE uses some third party framework (GD.framework from Good Dynamics Technology). That framework requires GD FIPS linker to be used, and for that, i need to set some custom build settings in a .xcconfig file, with this content:
    FIPS_PACKAGE=$(CURRENT_ARCH).sdk LDPLUSPLUS=/Good Technology/Good.platform/FIPS_module/$FIPS_PACKAGE/bin/gd_fipsld LD=/Good Technology/Good.platform/FIPS_module/$FIPS_PACKAGE/bin/gd_fipsld
    The ANE compiles OK, but then, I add the ANE to the app, I compile the app, but when I launch the app, it crashes because the FIPS linker was not properly got set on my Flex Mobile project.
    So, my question is:
    Is there a way to set the above configuration on my project like somebody would do in a Xcode project?
    Regards!

    I see your key as a reserved key for iOS. I haven't tested it myself but here's the keys you cannot change. Sure enough, MinimumOSVersion is reserved.

  • Purchase Order Dashboard using Adobe Flex and AIR

    Hi ,
      I have written a AIR apps for displaying the Purchase Order using OPen source Flex and AIR making Web Service calls to our SAP R3  6.20 Backend System . If anybody would be interested in taking a look at it and expanding the apps please free to post at those forum with the your email ID . I can send the AIR apps along with the source code .
    Thnks
    V

    I have uploaded the zip file containing my code . If anybody is interested can download from this link .
    http://www.mediafire.com/?8mfesdczsuv
    Vinod

  • Adobe flex with floor plan manage

    Hi,
    Can we be integrate ABAP floor plan manager with adobe flex ?
    Many artical says that ABAP web dynpro can be integrate with adobe flex. However I could not found any document related to floorplan manager with adobe flex.
    Thanks,
    Jennifer.

    Hi Jennifer,
    FPM in its essence consists of WD ABAP coding. Therefore as a general rule, what is possible with WD ABAP is also possible with FPM. You can try this: Create a freestyle UIBB and there inside this integrate your Flex stuff in the way as you would do with freestyle WD ABAP. Then when you're finished you can make use of that UIBB in FPM where ever you would like to.
    Regards,
    Ulrich

  • Adobe Flex with Java webdynpro

    Hello,
    I like to use Adobe flex applications for my webdynpro java projects which then later I can use in portals. I need some learning materials for that. I was looking from google but I haven't found many sources. if you guys can help me out then It would be great.
    Regards,
    NK

    Hi Bala,
    Adobe Flex is not similar to Java Webdynpro. You can get more information from the Adobe Webpage and also a trial version. Adobe Flex is part of Visual Composer Compiler capabilities. At SAP TechEd in Munich was an interessting demo of rendering webdynpro with Flex during the Demo Jam. For more information you can download the Demo Jam Video <a href="http://www.sapteched.com/emea/activities/videos/DemoJam.wmv">here.</a>
    Best Regards,
    Marcel

  • Are there any recent tutorials or information for integrating Adobe Flex with Ruby on Rails 4?

    I've combed and searched extensively and most of the documentation is anywhere from 4 to 7 years old.  A lot of it focuses on outdated gems or libraries.  I've even seen Rails 2.0 as a focus for a lot of this information.
    I would just like to know if anyone has any valid resources for the latest Adobe Flex integrating with a Rails 4.x application.  And, if so, where is this hidden information listed or located?
    Thanks.

    I've combed and searched extensively and most of the documentation is anywhere from 4 to 7 years old.  A lot of it focuses on outdated gems or libraries.  I've even seen Rails 2.0 as a focus for a lot of this information.
    I would just like to know if anyone has any valid resources for the latest Adobe Flex integrating with a Rails 4.x application.  And, if so, where is this hidden information listed or located?
    Thanks.

  • Integrate adobe flex with ABAP WD : set_attribute not working

    Hi All ,
    I am using NetWeaver 7.0 Enhancement Package . In my flex bulder I have created a bindable variable "newVar" of type string and in my ABAP WD , I have used the same name in the "Name" of  the GAC property and bind the value property with a context attribute
    In my .SWF  mime object imported in my WD ABAP application , I have a input field . Now I want  this field to be defaulted with some value .For this , I am using the set_attribute method in WD DOINIT of my ABAP WD application , but I am not able to set the field with some value .
    Can any one  please reply me ASAP , where am I missing ?
    regards,
    amit

    yes Thomas thnx for your reply  , I am able to transfer values back to the WDA from Flex , binding names are same . I had also verified in the
    IRS_Scripts.as under the flex builder and had given the same name in my WDA ..
    is there any standard document regarding this .. so that I can match my steps , I had searched on SDN forum but not able to find any so far , any blog or some other help regarding this
    regards,
    amit

  • Adobe Flex with xml creates cache problems....Need help

    Hi,
    I have created a qoute calculator in flex and the data's are pulled from an xml file, but when I upload these to server and when new xml file with new data is uploaded the application is showing with same old data.
    Every time I have to change the xml and have to run the application one again to get new updated data.Following way I am connecting the xml file.
    I have read in many places that by giving random time function will clear this cache so I tried and even that also not working for me.
    Please, looking for an urgent help .
    ..................Code.................................
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" creationComplete=" initComponent()"  layout="absolute" width="640" height="516" backgroundColor="#FFFFFF"  >
    private function initComponent():void
                     var url:String = "data.xml?blabla="+new Date().milliseconds+";";
                    var d:Date = new Date();
                   xmlURL = url + "?" + Math.random();
                   items.source=xmlURL;
    <mx:XML id="items" source="data.xml" />
    <mx:HTTPService id="xmlDataList" url="{xmlURL}" />   

    try adding a datadump to your HTTPService; POST some irrelevant data, this will force the service to run without caching

  • Regarding Adobe Flex ACE certification exam

    Hi,
    Iam planning to take Adobe Flex ACE certification exam in 2 weeks . Iam currentlydeveloping web based application in social Retail 2.0 in Flex 3.0
    But I have no practical knowledge in Adobe AIR.  I planning to read theory alone regarding AIR modules. Is it possible to get thru the flex certification if i dont have practical knowledge in AIR ?

    Hi,
    Have you tried out the Attest 1.5 AIR app? It's a sample exam engine for the Flex 3/AIR Certification that can help you prepare for your certification.
    The types of questions shown for the AIR APIs etc should be fairly representative of the types of questions and content you will need to know for the actual exam. At the end of your exams, the questions you got wrong will have feedback and links to open up documentation to help you understand why you got a question wrong. We are currently adding more questions/exams to it as well as some UI tweaks, so you should be seeing a 2.0 version coming soon !! It's FREE for developers, and you can install it here: http://software.pxldesigns.com/attest/
    Hope it helps ~ please feel free to provide feedback to Dave or myself either at PXL Design's site or mine, thanks!
    Holly Schinsky

  • Using Flex with Microsoft Project

    I am absolutely brand new to FLEX. What I saw on the Adobe
    site was a data chart that could be drilled down to expose
    additional layers of "contriburory detail" for the master graph.
    What I am wondering is if it is possible to do something
    similar using Micrsoft Project Data as the basis. MS Project will
    allow users to save the file as XML. So, all the data should be
    available in a form understandable to FLEX.
    Here's the tricky part (and I can add more detail if needed).
    Project will create a summary line (at some level of indentue) and
    show you a calculated %Complete such as 47%. So, level of indenture
    1 I have the major summary tasks of the project at various status
    of %Complete. I believe FLEX can make some type of bar or pie chart
    out of that for me. What I want to do is click on a "Level1"
    indenture and have it expose the Level2 indure that contributes to
    that 47%. Then drill on one of the Level2's to Level3 .... to Level
    "n".
    This needs to be accomplished in "stand alone" fashion so the
    ultimate user can launch a desktop application and tell the
    application the name of the Microsoft Project XML file. We will not
    be able to use Client/Server ... client side only with the file
    located either locally or at least on a network drive.
    Can this be done? Has anyone looked at a MS Project XML
    schema to see if there is sufficeint information available?
    OK, now the blunt truth. It ain't %Complete that I care
    about. What I care about is BCWS, BCWP, ACWP, %Complete, and a few
    other parameters. These are the "Earned Value Fields". If you do
    not know what they are, don't worry about it just now .... it is
    really all just time phased data.
    Can anyone give me some advice or an opinion? TIA.
    Jim

    Hi,
    Pls check out these links below for this info -
    Adobe Flex with RFC - 
    Binding Data through function module in adobe to display charts
    How to connect to SAP Database from a Adobe flex application?
    Adobe flex and Sap
    Adobe Flex within SAP NetWeaver Developer
    Regards
    Lekha

  • Obfuscator for adobe flex 3

    hi all, i had worked for many months in a project of mine with adobe flex, at this point i have developed a interesting and powerful ria with adobe flex 3 and sql server database, now i want to put it on the web but i want to avoid to someone accessing my app tries to decompiling. my app work with modules which are loaded into the client when need it, so my question is theres somes way to hide this modules ? i think a first security barrier could be obfuscate it, but theres others ? i was googling and there are people saying that many obfuscators for adobe flex dont work and produce compiling errors.
    thanks in advance.

    Hi Marcelo,
    FlexBuilder on Linux was an alpha product which was not licensed under Adobe Flex 3 license.
    Also FlexBuilder on Linux is now a discontinued product and please find more details in this link
    http://labs.adobe.com/technologies/flex/flexbuilder_linux/
    However one can continue using Flex SDK on Linux from command line.
    Thanks,
    Deeptika

Maybe you are looking for

  • How do I activate iMessage on my macbook pro?

    how do I activate iMessage on my macbook pro? I have opearting system: Software  Mac OS X Lion 10.7.4 I cannot find it anywhere

  • HT201343 Apple Tv mirror + Airport Express audio output = How to?

    I want to mirror my MacBook to the Apple Tv but I want to send the audio to the Airport Express. If I ask my Apple Tv to send the output to the Airport, it works just fine. If, after that, I use the iPhone to mirror the screen and watch some video on

  • SQL select a concatination of entries from another table

    I am trying to select a few columns from one table and then add another column that is a concatination or names from another table that referances it as below. Is this possible to do in one select statement? table x1 ID NAME 1 Bob 1 Tom 2 Bill table

  • Upgrade ECC 5.0 to ECC 6.0

    Hi, Currently we have an R3 system running on ECC 5.0, meaning SAP_BASIS has release 640 we also have an CRM system running on (ECC 6.0?) SAP_BASIS 700. Now we want to use SAP Netweaver 2004s on both systems. As I read in previous formus this can not

  • Hp p1005 driver doesn't support duplex

    The driver for my HP LaserJet P1005 (version 1.4.0) doesn't support the manual duplex option that was available under previous version of the OS.  This behavior exhibits in all applications.  Have tried deleting, adding, resetting print system.  Othe