Tell me again ... Why Flex / AiR ?

Considering the ongoing half-baked mess of Flex components, SQLite with full-text-search that Adobe choked off from the open source version and equally compromised WebKit ... Tell me again ... Why Flex / AiR ... now that HTML5 is shaping up nicely and with enough jQuery UI components ... WHY BOTHER WITH ADOBE and especially if someone is just starting major projects ?

The reason really hasn't changed.  HTML 5 has a different utilization in the different browser platforms (it's up to the browser to decide how to render.)
Flex/AIR uses the Flash runtime to guarantee consitent presentation across multiple platforms.  With the new version of the IDE and Framework available in beta, it also will publish to mobile platforms creating apps that will be consistent user experiences across multiple app OS's.
So you get one development environment to publish your software to a great number of audiences with confidence that their experience is exactly what you designed/developed.
I'm sorry but I don't understand the reference to half baked Flex components.  The new architecture is extending very well and also supports the old framework.  Instead of truly understanding the power of the tool, it appears your sources are a bit weak.  I've done quite a bit of work with Flex and with .NET and they work very well together.
There is an upcoming Flex 360 conference next month in Denver. I highly encourage you to go.I don't see Flash going away anytime soon and it has recently become even more relevent with the mobile ports.
Don't get left behind!

Similar Messages

  • Tell me again why the point system has any value?

    Query builder - OR condition

    Billy  Verreynne  wrote:
    Dude wrote:
    Many participants seem to care only about receiving answers by spreading and urging their question as much as possible without providing any value to the community. These people typically do not even care to give feedback and thereby disrespect anyone who tries to help them in the end. A rather twisted view IMO. Just because someone does not offer you points, or does not provide the type of feedback you would like to your suggestion, does not mean "disrespect". Come on!
    It seems to me that there is this politically correct view that technical forums dealing with technical problems and technical solutions, should be all facebook community like, where we are all friends, slapping one another on the back, telling one another how good and awesome they are. +<shudder>+
    If you want warm fuzzies and political correctness and slaps on the back, I suggest joining Facebook to "connect and share with the people in your life".Perhaps that is what you have been reading between the lines, but that is not what I wrote. To respond and to acknowledge help is a matter of good manners and courtesy in any social environment. Forum participants who do not give feedback and leave their posts orphaned are disrespectful. That's is my opinion.
    About your last statement… I'm not a fan of Facebook and have my account deactivated. I prefer not to drag my life or that of my friends to the public screen. I do not trust Facebook or any other business or government to take care of personal data in everyones best interest. However, the warm fuzzies and political correctness and slaps on the back as you describe seems to happen everywhere, even here.
    Edited by: Dude on Mar 18, 2013 5:59 PM

  • Just purchased a office jet 6500A Plus so that I can print from my iPhone and iPad. I can print form my iPhone but my iPad 2 tells me there is no air printer available.  Why does one device recognize the air printer but the other device does not?

    Just purchased a office jet 6500A Plus so that I can print from my iPhone and iPad. I can print form my iPhone but my iPad 2 tells me there is no air printer available.  Why does one device recognize the air printer but the other device does not?

    I have the 6500A without plus and it is with a LAN cable connected with my Router.
    First make sure you have the latest printer firmware installed.
    Next restart the printer and the Router.
    I had the same. Problem but it went away after rebooting the Router.

  • Interactive medical report with Flex/AIR, XML, U3D and PDF

    Hello,
    I am computer science student and during my master thesis I want to program an interactive medical report which should include some 3D models (U3D) and which should provide the following options:
    Interactive manipulation of the 3D models
    Typing in a structured medical report
    Loading of a XML file with additional information
    Loading of medical image data (jpg images)
    At best, only one pdf file as resulting report
    And: A nice user interface (I like the interface elements of Flex...)
    I think, the best way is a pdf file which includes all the needed data. The problem is that I don't know exactly what software combination fulfills my requirements... I read some things about Adobe Flex and AIR and the U3D format and I suppose, the great interface builder "Flash Builder 4" might be useful to generate a nice user interface. BUT: I was not able to find out, how to include U3D in Flex/AIR.
    Then I found the nice pdf library iText (http://itextpdf.com/examples/index.php?page=chapters) which is able to produce a pdf file from a swf file and to include a U3D-model with an additional JavaScript file for manipulations.
    BUT again: If I have a swf flash file with the nice user interface (generated with the Flash Builder), how can I access the U3D model in the final pdf document? Imagine: I click on a "rotate" button in the swf and then the U3D-Model in the pdf should rotate...
    Ok, as you can see, it is a complex szenario.
    My questions summarized:
    What, in your opinion, is the best technology for my task? Flex? AIR?
    How can I import the U3D-models? Should I use PaperVision, Sandy3D or something else?
    Is there a way to save user inputs directly in the pdf file, or as new pdf file or as xml file?
    What is the best way to produce the user interface? Flashbuilder, or maybe a html container with "normal" html interface elements and then the events communication between JavaScript and ActionScript?
    How can I export all the stuff to one pdf document? Should I use iText?
    Best regards,
    Steven

    Thanks for making my point - perfect is the enemy of good.  We tolerate less capable, less perfect system that are in place now, because of the false expectation that it should be perfect.  Incremental improvements are rejected, because they are not perfect.  Even an imperfect algorithm can find 'Broken' as a common thread in your example, and highlight them for the clinician to evaluate their impact on the current treatment.  This no less likely to miss the connection than a clinician trying to scan through handwritten notes, in the 5 - 10 minutes he/she has to interact with the patient and determine what to do. 
    Because of legal concerns, incremental but imperfect improvements don't get implemented, so nothing ever moves forward.  Imagine if after the Wright Brothers first flight, no improvements were considered acceptable unless they completely eliminated the risk of failure - there wouldn't be any airlines to go bankrupt today!
    For the most part, IT has focused on activities where 'perfect' is achievable.  Accounting in its various forms have been the primary focus of most IT systems.  In that area, the vocabulary is very limited, well defined, and consistent.  A debit is always a debit, and a credit is always a credit.  Medicine is completely different. It is much larger in scope, poorly defined, the vocabularies are mostly non-existent, and where they exist are incomplete and inconsistent.  Despite the huge leaps forward in the last century, there is still more unknown than known about how and why the body works.  This environment makes most individuals trained in IT uncomfortable.  Until we learn how to deal with 'fuzzy', Healthcare IT is going to be limited to the billing and collection functions that it mostly accomplishes today.
    Mark

  • How to include different Character Sets in Flex AIR project

    Hi All,
    Flex, AIR(Desktop) Project.
    PROBLEM Scenario:
    My Application needs a path from Windows registry, So I am launching a .cmd file using Native Process API.
    As a result I get a text file with the path.
    So, everything works fine(reading/writing), but if the path contains different languages like Korean, Chinese then the READING OPERATION IS FAILED only when I install the application. It works fine while debugging.
    (By failing I mean its not getting the characters, its printing some junk values.)
    I am using readMultibyte & writeMultibyte APIs, and I am assiging the character set dynamically as per the OS language. (Which is Enslish in current scenario)
    FINDING:
    I installed Windows with Korean Language on a system, so now if I build the .exe on this machine then it works fine. So, i guess its not able to get the Korean Character set from the English OS, thats why it failed in earlier case.
    Is there any way to include different character sets in a Flex project?
    Regards,
    Mayank

    Some loaded SWFs may not be compatible with Flex.  Try making a simpler SWF (like one that just draws a circle where you click) and see if it can be loaded and interacted with.
    -Alex

  • Flex Air Performance Issue

    Hi,
    I am trying to build a Flex Air application which consist a few flash content (images transition & marquee text) loaded with swfloader. Sometimes it will playback some videos when it trigger some command. However, during my early stage of development, I encounter the performance trouble. Currently, I only have 2 flash swf files loaded into the scene. One is the image transition, and the other one is marquee text. My project scene size is 1280 x 720. I have set all the component to resize it when display in fullscreen mode to have the correct size and position for every component. However, after I try to run the display for a few minutes on my corei7 PC, everything starts to slow down. Especially during the flash image transition (just a basic fade in and out between 2 image), and it use out all my corei7 processor core usage.
    Basically just 2 simple flash component and begin to slow down after a few moment.
    Why is this happen?!!! How can I solve it? Thanks.

    Here is my code:
    <?xml version="1.0" encoding="utf-8"?>
    <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
                                xmlns:s="library://ns.adobe.com/flex/spark"
                                xmlns:mx="library://ns.adobe.com/flex/mx" width="1280" height="720" backgroundColor="#0000FF" showStatusBar="false"
                                applicationComplete="init(event)">
         <fx:Script>
              <![CDATA[
                   import mx.events.FlexEvent;
                            import org.osmf.events.TimeEvent;
                   protected function adjustScreen():void
                        var sWidth:Number = this.width;
                        var sHeight:Number = this.height;
                        // stage height is larger / taller than 16:9
                        if (sHeight/sWidth > 0.5625){
                             backImage.width = sWidth;
                             backImage.height = backImage.width * 0.5625;
                        // stage width is larger / taller than 16:9
                        if (sHeight/sWidth < 0.5625){
                             backImage.height = sHeight;
                             backImage.width = backImage.height / 0.5625;
                        // stage size is 16:9
                        if (sHeight/sWidth == 0.5625){
                             backImage.height = sHeight;
                             backImage.width = sWidth;
                        //MainContent
                        var scaleRatio:Number = backImage.height/720;
                        mainContent.height = 505 * scaleRatio;
                        mainContent.width = 943 * scaleRatio;
                        marqueeText.height = 44 * scaleRatio;
                        marqueeText.width = 943 * scaleRatio;
                        // stage height is larger / taller than 16:9
                        if (sHeight/sWidth > 0.5625){
                             mainContent.x = 29 * scaleRatio
                             mainContent.y = 95 * scaleRatio + (this.height - (this.width * 0.5625))/2;
                             marqueeText.x = 29 * scaleRatio
                             marqueeText.y = 646 * scaleRatio + (this.height - (this.width * 0.5625))/2;
                        // stage width is larger / taller than 16:9
                        if (sHeight/sWidth < 0.5625){
                             mainContent.x = 29 * scaleRatio + (this.width - (this.height / 0.5625))/2;
                             mainContent.y = 95 * scaleRatio
                             marqueeText.x = 29 * scaleRatio + (this.width - (this.height / 0.5625))/2;
                             marqueeText.y = 646 * scaleRatio
                        // stage size is 16:9
                        if (sHeight/sWidth == 0.5625){
                             mainContent.x = 29 * scaleRatio;
                             mainContent.y = 95 * scaleRatio;
                             marqueeText.x = 29 * scaleRatio;
                             marqueeText.y = 646 * scaleRatio;
                   protected function init(event:FlexEvent):void
                        stage.addEventListener(KeyboardEvent.KEY_UP, handleKeyUp);
                        adjustScreen();
                   public function handleKeyUp(event:KeyboardEvent) :void
                        if (event.charCode == 13){ // Enter Pressed
                             stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;
                        if (event.charCode == 27){ // ESC Pressed
                             stage.displayState = StageDisplayState.NORMAL;
                        if (this.currentState == "State1"){
                             if (String.fromCharCode(event.charCode) == "1"){
                                  this.currentState = "video";
                                  videoContent.source = "video/Growth (ENG).mp4";
                             if (String.fromCharCode(event.charCode) == "2"){
                                  this.currentState = "video";
                                  videoContent.source = "video/Stability (ENG).mp4";
                             if (String.fromCharCode(event.charCode) == "3"){
                                  this.currentState = "video";
                                  videoContent.source = "video/Strength (ENG).mp4";
                        adjustScreen();
                   protected function videoContent_completeHandler(event:TimeEvent):void
                        this.currentState = "";
                        adjustScreen();
              ]]>
         </fx:Script>
         <s:states>
              <s:State name="State1"/>
              <s:State name="video"/>
         </s:states>
         <s:transitions>
              <s:Transition>
                   <s:Fade targets="{[mainContent, videoContent]}"/>
              </s:Transition>
         </s:transitions>
         <fx:Declarations>
              <!-- Place non-visual elements (e.g., services, value objects) here -->
         </fx:Declarations>
         <mx:Image id="backImage" source="assets/background.jpg" smoothBitmapContent="true" maintainAspectRatio="true" horizontalCenter="0" verticalCenter="0"/>
         <mx:SWFLoader id="mainContent" source="assets/mainContent.swf" smoothBitmapContent="false" maintainAspectRatio="true" x="29" y="95" includeIn="State1"/>
         <s:VideoDisplay id="videoContent" complete="videoContent_completeHandler(event)" includeIn="video" x="{mainContent.x}" y="{mainContent.y}" width="{mainContent.width}" height="{mainContent.height}"/>
         <mx:SWFLoader id="marqueeText" source="assets/marquee.swf" smoothBitmapContent="true" maintainAspectRatio="true" x="29" y="646" scrollRect="{new Rectangle(0, 0, marqueeText.width, marqueeText.height)}"/>
    </s:WindowedApplication>
    The mainContent.swf is the swf flash which contains 2 image rotations with fade in as the transition effect.
    The marquee.swf is the swf flash with text that move from right to left continuously.

  • Twitter Feed Within A Flex/Air Application

    I am attempting to advance an appilcation I've created so that it incorporates a live twitter feed i.e. when users access the application their own twitter feed is shown within it and is updated live.
    I have no experience in using either twitter itself or how to incorporate twitter feeds into a flex/air application specifically and was wondering if anyone can tell me exactly what I'd need to do to achieve this?
    A further addition my client has requested is the use of live images. The app itself is basically an interactive favourites menu with users clicking on and adding links to sites within the app. Each of these links is represented by an icon which is basically a screenshot of each site. I want to alter this so that these images change live AS the site themselves change so they are constantly up to date. Is this also possible at all and if so can anyone give me advice on how this could be achieved?

    Thanks a lot. I've used another method that simply lets the user enter their twitter name and it loads their live feed. I suppose that way would work too though. Cheers.

  • After I download Itunes, when trying to sync Ipod, message says "needs newer version of mobile support, uninstall Itunes, and reinstall Itunes, and the same process starts all over again. why is that?

    after I download Itunes, when trying to sync Ipod, message says "needs newer version of mobile support, uninstall Itunes, and reinstall Itunes, and the same process starts all over again. why is that?

    Try removing and then reinstalling the Apple software using these instructions.
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    The above containes a link for XP. Also. make sure you install the correct Apple software, It comes in 32 and 64 bit and you need the one that is the same as the computer OS

  • Example working Flex AIR app for Android?

    I'm having trouble getting even the most basic AIR app working on Android. Here is the code:
    <?xml version="1.0" encoding="utf-8"?>
    <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
                            xmlns:s="library://ns.adobe.com/flex/spark"
                            xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:local="*"
                            width="600" height="600">
         <fx:Declarations>
             <!-- Place non-visual elements (e.g., services, value objects) here -->
         </fx:Declarations>
         <mx:Label text="Hello World"/>
    </s:WindowedApplication>
    It works fine running on  Windows in Flash Builder, obviously it's pretty simple. Here are the  commands I use to put it on a Samsung Galaxy Tab with Android 2.2.
    C:\Users\Ryan\Adobe  Flash Builder 4\Test2\bin-release>adt -package -storetype pkcs12  -keystore C:\Users\Ryan\STG-Android.pfx Test2.air Test2-app.xml  Test2.swf
    password:
    C:\Users\Ryan\Adobe Flash Builder 4\Test2\bin-release>adt -package  -target apk -storetype pkcs12 -keystore C:\Users\Ryan\STG-Android.pfx  Test2.apk Test2-app.xml Test2.swf
    password:
    test
    C:\Users\Ryan\Adobe Flash Builder 4\Test2\bin-release>adb install -r Test2.apk
    2286 KB/s (419172 bytes in 0.179s)
             pkg: /data/local/tmp/Test2.apk
    Success
    A Test2 app icon shows up on my Galaxy Tab  under Applications but when I run the app I just see a plain white  screen, I don't see the words "Hello World". Any ideas? Does anyone have  an example Flex AIR app that works on Android and can post the code so I  can try it on my Galaxy Tab? I know AIR is installed correctly on my  Galaxy because I installed an AIR app called South Park Avatar Creator  that I got from the market and it works fine.
    Thanks,
    Ryan
    P.S.  Here is the Test2-app.xml from my non-working project above in case it  helps. This is the default generated with a new Flex app in Flash  Builder 4 using the Flex 4.1.0 AIR 2.5 SDK but I uncommented the andoid  tags and set the visible tag to true.
    <?xml version="1.0" encoding="utf-8" standalone="no"?>
    <application xmlns="http://ns.adobe.com/air/application/2.5">
    <!-- Adobe AIR Application Descriptor File Template.
        Specifies parameters for identifying, installing, and launching AIR applications.
        xmlns - The Adobe AIR namespace: http://ns.adobe.com/air/application/2.5
                 The last segment of the namespace specifies the version
                 of the AIR runtime required for this application to run.
         minimumPatchLevel - The minimum patch level of the AIR runtime required to run
                 the application. Optional.
    -->
        <!-- A universally unique application identifier. Must be unique across all AIR applications.
         Using a reverse DNS-style name as the id is recommended. (Eg. com.example.ExampleApplication.) Required. -->
         <id>Test2</id>
        <!-- Used as the filename for the application. Required. -->
         <filename>Test2</filename>
        <!-- The name that is displayed in the AIR application installer.
         May have multiple values for each language. See samples or xsd schema file. Optional. -->
         <name>Test2</name>
         <!-- A string value of the format  <0-999>.<0-999>.<0-999> that represents application  version which can be used to check for application upgrade.
         Values can also be 1-part or 2-part. It is not necessary to have a 3-part value.
         An updated version of application must have a versionNumber value  higher than the previous version. Required for namespace >= 2.5 .  -->
         <versionNumber>1.0.0</versionNumber>
         <!-- A string value (such as "v1", "2.5", or "Alpha 1") that  represents the version of the application, as it should be shown to  users. Optional. -->
         <!-- <versionLabel></versionLabel> -->
        <!-- Description, displayed in the AIR application installer.
         May have multiple values for each language. See samples or xsd schema file. Optional. -->
         <!-- <description></description> -->
        <!-- Copyright information. Optional -->
         <!-- <copyright></copyright> -->
        <!-- Publisher ID. Used if you're updating an application created prior to 1.5.3 -->
         <!-- <publisherID></publisherID> -->
        <!-- Settings for the application's initial window. Required. -->
         <initialWindow>
             <!-- The main SWF or HTML file of the application. Required. -->
             <!-- Note: In Flash Builder, the SWF reference is set automatically. -->
             <content>[This value will be overwritten by Flash Builder in the output app.xml]</content>
             <!-- The title of the main window. Optional. -->
             <!-- <title></title> -->
            <!-- The type of system chrome to use (either "standard" or "none"). Optional. Default standard. -->
             <!-- <systemChrome></systemChrome> -->
            <!-- Whether the window is transparent. Only applicable when systemChrome is none. Optional. Default false. -->
             <!-- <transparent></transparent> -->
            <!-- Whether the window is initially visible. Optional. Default false. -->
             <visible>true</visible>
            <!-- Whether the user can minimize the window. Optional. Default true. -->
             <!-- <minimizable></minimizable> -->
            <!-- Whether the user can maximize the window. Optional. Default true. -->
             <!-- <maximizable></maximizable> -->
            <!-- Whether the user can resize the window. Optional. Default true. -->
             <!-- <resizable></resizable> -->
            <!-- The window's initial width in pixels. Optional. -->
             <!-- <width></width> -->
            <!-- The window's initial height in pixels. Optional. -->
             <!-- <height></height> -->
            <!-- The window's initial x position. Optional. -->
             <!-- <x></x> -->
            <!-- The window's initial y position. Optional. -->
             <!-- <y></y> -->
            <!-- The window's minimum size, specified as a width/height pair in pixels, such as "400 200". Optional. -->
             <!-- <minSize></minSize> -->
            <!-- The window's initial maximum size, specified as a  width/height pair in pixels, such as "1600 1200". Optional. -->
             <!-- <maxSize></maxSize> -->
         </initialWindow>
        <!-- We recommend omitting the supportedProfiles element, -->
         <!-- which in turn permits your application to be deployed to all -->
         <!-- devices supported by AIR. If you wish to restrict deployment -->
         <!-- (i.e., to only mobile devices) then add this element and list -->
         <!-- only the profiles which your application does support. -->
         <!-- <supportedProfiles>desktop extendedDesktop mobileDevice extendedMobileDevice</supportedProfiles> -->
        <!-- The subpath of the standard default installation location to use. Optional. -->
         <!-- <installFolder></installFolder> -->
        <!-- The subpath of the Programs menu to use. (Ignored on operating systems without a Programs menu.) Optional. -->
         <!-- <programMenuFolder></programMenuFolder> -->
        <!-- The icon the system uses for the application. For at least one resolution,
         specify the path to a PNG file included in the AIR package. Optional. -->
         <!-- <icon>
             <image16x16></image16x16>
             <image32x32></image32x32>
             <image36x36></image36x36>
             <image48x48></image48x48>
             <image72x72></image72x72>
             <image128x128></image128x128>
         </icon> -->
        <!-- Whether the application handles the update when a user double-clicks an update version
         of the AIR file (true), or the default AIR application installer handles the update (false).
         Optional. Default false. -->
         <!-- <customUpdateUI></customUpdateUI> -->
         <!-- Whether the application can be launched when the user clicks a link in a web browser.
         Optional. Default false. -->
         <!-- <allowBrowserInvocation></allowBrowserInvocation> -->
        <!-- Listing of file types for which the application can register. Optional. -->
         <!-- <fileTypes> -->
            <!-- Defines one file type. Optional. -->
             <!-- <fileType> -->
                <!-- The name that the system displays for the registered file type. Required. -->
                 <!-- <name></name> -->
                <!-- The extension to register. Required. -->
                 <!-- <extension></extension> -->
                 <!-- The description of the file type. Optional. -->
                 <!-- <description></description> -->
                 <!-- The MIME content type. -->
                 <!-- <contentType></contentType> -->
                 <!-- The icon to display for the file type. Optional. -->
                 <!-- <icon>
                     <image16x16></image16x16>
                     <image32x32></image32x32>
                     <image48x48></image48x48>
                     <image128x128></image128x128>
                 </icon> -->
             <!-- </fileType> -->
         <!-- </fileTypes> -->
        <!-- Specify Android specific tags that get passed to AndroidManifest.xml file. -->
         <android>
             <manifestAdditions>
             <![CDATA[
                 <manifest android:installLocation="auto">
                     <uses-permission android:name="android.permission.INTERNET"/>
                     <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
                     <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
                     <uses-configuration android:reqFiveWayNav="true"/>
                     <supports-screens android:normalScreens="true"/>
                     <uses-feature android:required="true" android:name="android.hardware.touchscreen.multitouch"/>
                     <application android:enabled="true">
                         <activity android:excludeFromRecents="false">
                             <intent-filter>
                                 <action android:name="android.intent.action.MAIN"/>
                                 <category android:name="android.intent.category.LAUNCHER"/>
                             </intent-filter>
                         </activity>
                     </application>
                 </manifest>
             ]]>
             </manifestAdditions>
         </android>
         <!-- End of the schema for adding the android specific tags in AndroidManifest.xml file -->
    </application>

    <?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" xmlns:local="*"
                            width="600" height="600">
         <fx:Declarations>
             <!-- Place non-visual elements (e.g., services, value objects) here -->
         </fx:Declarations>
         <mx:Label text="Hello World"/>
    </s:Application>

  • Adobe Flex/AIR Photo Booth Software

    Hi,
    I hope everyone is doing well.
    Is it possible to build a Photo Booth software like
    http://www.photoboof.com/
    http://sparkbooth.com/features/
    etc. using Adobe Flex/AIR ?
    I know that we can build desktop applications using Flex/AIR. But I have a very little experience in building desktop applications. Most of the times I had worked on web applications. The Photo Booth software demands to detect digital camera connected to computer/Laptop and then work on the basis of what camera captures. It is like creating a web application that works with media server and
    use computer/laptop webcam. Please guide me how can I start or plan for this software.
    Regards
    Varun

    From What I've found.. it seems 3ivx or Perian could cause this problem. A friend had this issue and deleted 3ivx and it fixed his crashes. Alternatively, some folks are reporting that turning off 32-bit mode (Get Info) for Photobooth has also fixed, although this was already turned off in my friend's case. Or if you have iGlasses installed.

  • Flex Air Apps on Blackberry

    I've had a Flex Air app on Playbook since it Adobe first supported Blackberry.  But, I haven't had a client requirement for deploying to Blackberry in a long time.  What is the status on Adobe's support for Blackberry?  On the Air Dev Center, I see no references to Blackberry anymore???
    Can I still build a cross-platform app for latest Blackberry devices (Blackberry 10, Playbook, etc.) using the standard Flex mobile components and Flash Builder 4.6?
    After a brief search on Blackberry's Air page, it looks like they moved to requiring the QNX components, ANEs and a new pure AS3 SDK only.  If I have to re-write code specific for Blackberry now, then it makes no sense for me to offer that to my clients. (unless they only want BB).
    So, where does Adobe stand now with Flex Mobile in Flash Builder deploying to Blackberry 10 and the Playbook?
    I'd appreciate if you could help bring me back up to speed.
    Thanks,
    Don

    Absolutely, Flex works very well indeed and is fully supported on BlackBerry PlayBook and BB10 devices. The free packaging module for Flash Builder is part of the BB SDK for AIR and is supplied by RIM, not by Adobe.
    With Flex you'll of course be using Adobe UI components, which look less native than the BB-supplied "pure AS3" UI components unless you skin them. But they work just fine.

  • IOS 6.0 simulator error / Flex+AIR 3.5

    I am not able to run a Flex/AIR program on the IOS 6.0 simulator. I searched all forums. I am new to using IOS simulator. Any help is appreciated.
    I am using Flex 4.6 and AIR 3.5, with target swf version 18. A simple Flex app (WindowedApplication with a Label in it) crashes at initialization in IOS simulator.
    <?xml version="1.0"?>
    <s:WindowedApplication
      xmlns:fx="http://ns.adobe.com/mxml/2009"
      xmlns:mx="library://ns.adobe.com/flex/mx"
      xmlns:s="library://ns.adobe.com/flex/spark">
      <s:Label text="Test"/>
    </s:WindowedApplication>
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
      at spark.components::WindowedApplication/initialize()
      at ptest/initialize()
      at mx.managers.systemClasses::ChildManager/childAdded()
      at mx.managers.systemClasses::ChildManager/initializeTopLevelWindow()
      at mx.managers::SystemManager/initializeTopLevelWindow()
      at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::kickOff()  at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::preloader_completeHandler()
      at flash.events::EventDispatcher/dispatchEventFunction()
      at flash.events::EventDispatcher/dispatchEvent()
      at mx.preloaders::Preloader/timerHandler()

    Update: the problem was resolved by changing WindowedApplication to Application.
    Is WindowedApplication not allowed for IOS/mobile ? I couldn't find any doc on this.

  • PDF Not loading anymore on Flex Air Application

    Hi,
    Ever since I updated my Adobe Readed to Version 11, I can't view any PDF on my Flex Air Application anymore. Is there anything i need to do?
    AIR version: 3.6
    OS: Mac OS X
    Flex Builder: 4.6
    Adobe Reader: 11.0.02
    Flex components used: mx:HTML
    Please help.
    Thanks!

    Yes.  This is a well known bug in Air/Google Maps.  A lot of folks reported it on the Google Maps forums and here.  It was reported over a year ago with no action yet.  Major show stopper.
    For this main reason, I switched to the http://developer.mapquest.com AS3 API.  Plus they also recently released a Mobile Flash API that works great.
    I suggest you check it out because I don't anticipate any action on this issue on either side any time soon.
    Good luck!
    Don

  • QTP with flex/air addin hangs during test execution

    While executing the QTP tests (version 11.0) that includes Flex/Air plug in on a Flex/Air application, it simply hangs for no reason.
    Any resolutions to this is appreciated.

    Hey Guys,
    This is strange. But it got resolved, after renaming the Sap.txt file in QC to SAP.txt and adding and deleting this library file multiple times from the application SAPDOC.
    if SAP TAO development team is reading this, guys you need to sort this problem out, coz there was no real reason of failure and then it got resolved on its own.
    Regards
    Avijit

  • I love osx mountain lion my question is why was air play taken out of specific app like quick time and iTunes i dont always want to display my whole computer when i am in airplay mode

    i love osx mountain lion my question is why was air play taken out of specific app like quick time and iTunes i dont always want to display my whole computer when i am in airplay mode

    Funny, my iTunes still has AirPlay capability without AirPlay Mirroring active.

Maybe you are looking for

  • Leopard dock and external display

    recently, i've switched the dock position from bottom to left and i now find that the dock gets positioned to the left edge of the external display when the DVI-VGA adaptor is plugged in and the external display is not mirroring the built-in display.

  • Ovi store payment

    how do register your laser card to pay for apps?

  • OB40 settings superceedes table J_1it0030K_V settings in Miro

    Hi, Please note that during MIRO transaction we have found that wrong service tax GL is getting picked up.We have Business Place wise mappings in table J_1it0030_V and OB40 as well. However the Ob40 GL is getting picked up for any of the business pla

  • Since upgrade to 10.6.7, fans speed up and never slow down

    I have an Intel iMac, 2.8 GHz i7, 8GB RAM Just as the subject line indicates: After upgrading to 10.6.7, when my iMac starts to heat up, the CPU fan RPM will increase but it will not slow down until I reboot - even if I allow ample time for the machi

  • Free sample work

    Hi, I'm looking for sites of good (free) sample work of Captivate tutorials. I'm not interested in simulations so much as just some neat ideas for animations etc. for displaying text. Thanks!