How do I import a custom mobile app UI in Flash Builder?

Hey everyone.  I'm new to mobile development and just Flash Builder in general.  I created a custom UI using Photoshop and now that Catalyst files aren't supported in FB 4.6, how would I go about creating or importing a UI for my mobile app?  I can't seem to find a difinitive answer on the topic any where so any help would be awesome.
Please n Thank You
--Coreybro

Google flex skinning.
Here's a start:
http://www.adobelightroom.net/devnet/flex/articles/flex4_skinning.html
Does the existing catalyst workflow no longer work?

Similar Messages

  • Newbie Question: Do mobile apps created in flash builder 4.7 need to install Air in order to run?

    Do mobile users using Android/Apple apps created in flash builder 4.7 need to install Air in order to run the apps? Can the apps be ran without Air installation?

    I haven't seen this come up, however you might want to give our latest AIR 3.5 build a try (12/11/2012 - AIR 3.5 Runtime and SDK Update).  If it still occurs, could you please open a new bug report on this over at bugbase.adobe.com?  Please post back with the URL so that others affected can add their comments and votes.

  • Do mobile apps developed with Flash Builder 4.5 rely on a redistributable or virtual machine?

    I'm very new to Flash Builder 4.5 and am still trying to get my head around it.  I'm freelance and my primary code pimp has asked me to justify using FB 4.5 to develop mobile apps rather than something like PhoneGap or native SDKs (Objective C, Java, etc.).
    I'm quite impressed with FB 4.5 and it seems quite plain to me that FB 4.5 tries very hard to provide all the tools necessary to create iOS/Android/Blackberry apps all from a single code base but I'm wondering a few things:
    1) Does this require the use of a redistributable or virtual machine?  I'm wondering both from a performance standpoint but also just to understand better how FB 4.5 provides this magic one-project-for-all-platforms capability.  I'm guessing there must be some kind of virtual machine abstraction in use -- or does FB 4.5 generate a fully native application for each platform without the need for a machine abstraction layer?
    2) Has anyone encountered a situation where any of the target platforms lack features or behave differently?  E.g., "I cannot access some hardware feature like the accelerometer on Android under certain conditions."
    3) Can anyone speak to the relative benefits or penalties that FB 4.5 offers relative to PhoneGap or other HTML 5 solutions?

    Try to avoid using MX components in mobile apps.

  • How do i import my what's app archive

    how do I import my what's app archive to my new phone with new SIM card?

    You need to convert your DVD to mp4 format.
    What you will need;
    A PC with
    1. Enough hard drive space to do the conversion
    2. A DVD drive to read the DVD
    3. Software to do the conversion
    4. Time for the conversion process to happen (I suggest you do NOT use your PC while it is processing)
    If you have #1 & 2, then you will need to get #3.
    I personally use 2 pieces of software to do the conversion. AnyDVD and CloneDVD Mobile. Check them out here; http://www.slysoft.com/en/
    The CloneDVD Movile allows for converting your DVD's to MANY different portable media formats. Just pick the one that you have (there are 2 different formats available for iPods, depending on what generation of iPod you own).
    You can also take a look at this web site for other software (some you can find there are free) and user guides on how to use these types of software; http://www.videohelp.com/
    Why should you not use your PC while doing a conversion? Because it's a labour intensive process for your PC. If you run other programs at the same time, you may affect the quality of your conversion. I use a separate PC that isn't connected to the internet and therefore doesn't require a virus scanner to be running all the time. That way nothing interferes with my conversion.

  • Cloud for Customer Mobile app - Customization Options

    Hello,
    Can anyone please provide more details on the customization options for Cloud for Customer Mobile apps?
    1. Is this a native application (which requires native language coding) or a hybrid/HTML5 based application.
    2. Are customization's made to the browser based Cloud for Customer application for desktops also pushed out to the mobile apps?
    3. I see the mobile app is available for iPhone, Android and iPad devices at this time. The iPad application has offline capabilities. Is this going to be offered to Android and iPhone apps soon?
    Thanks,
    Amandeep

    Angela,
    Can you clarify one thing for me in regards to adaptations made by an administrator.  Example.  If I as administrator create a new tab on the account view and then add some field extensions and publish, I can see those changes on the iPad but not the iPhone via the native app that is downloaded.   It appears that the iPhone app has very limited features as compared to the iPad.
    Can you confirm?
    Thanks,
    Jeff

  • Flex mobile 4.6 app works inside flash builder but not in android emulator

    Originally posted on stackoverflow: http://stackoverflow.com/questions/8663892/flex-mobile-4-6-app-works-inside-flash-builder- but-not-in-android-emulator
    I have a basic flex mobile 4.6 app and it works fully fine in the flash builder built-in emulator using an android device profile like aria...
    It also launches fine in the android emulator but one particular view shows blank (and this view works fine in flash builder).
    Before I get in to many details of the view are there any categorical gotchas that can be causing this?
    I can't seem to get the trace statements from the app to show in 'adb logcat'. It seems I need to compile a debug version of the apk but I don't know how to do this. I use the 'Export Release Build' from the Project menu in flash builder and it doesn't seem to have an option for debug=true.
    The problematic/blank view basically uses the stagewebview and iotashan's oauth library to call linkedin rest apis... A different (and working) view can make restful web service calls in the emulator fine, so it doesn't seem to be an internet permission.
    The source code contained in the problematic/blank view is almost identical to the tutorial found at:http://www.riagora.com/2011/01/air-and-linkedin/
    The differences are: a) The root tag is a View b) I use StageWebView instead of HtmlContainer c) I use my own linkedin key and tokens.
    I would appreciate it if someone can provide me with some pointers on how to troubleshoot this situation. Perhaps someone can tell me how to debug the app while running in the emulator (I think I need the correct adt command arguments for this which matches the 'Export Release Build' menu but adds the debug param?)
    Thanks for your help in advance.
    Comment Added:
    I suspect that this has to do with connections to https:// api.linkedin.com and https:// www.linkedin.com. The only reason I can think of that the same code is not having issues inside of Flex Builder but indeed having issues in the Android emulator is something to do with certificates. Any ideas?

    Thanks er453r,
    I have created a project that clearly reproduces the bug.  Here are the steps:
    1) Create a UrlLoader and point it to https://www.google.com (HTTPS is important because http works but HTTPS does not)
    2) Load it
    3) Run in Flash Builder 4.6/Air 3.1 and then run in Android emulator.  The former works with an http status 200.  The latter gives you an ioerror 2032.  I am assuming what works in Flash Builder is supposed to work in the Android Emulator and what what works in the emulator is supposed to work in a physical device (plus or minus boundary conditions).
    I see a certificate exception in adb logcat but not sure if it's related...
    Here is the self contained View code which works with a TabbedViewNavigatorApplication:
    <?xml version="1.0" encoding="utf-8"?>
    <s:View 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:ns1="*"
                        xmlns:local="*"
                        creationComplete="windowedapplication1_creationCompleteHandler(event) "
                        actionBarVisible="true" tabBarVisible="true">
              <fx:Script>
                        <![CDATA[
                                  import mx.events.FlexEvent;
                                  protected var requestTokenUrl:String = "https://www.google.com";
                                  protected function windowedapplication1_creationCompleteHandler(event:FlexEvent):void
                                            var loader:URLLoader = new URLLoader();
                                            loader.addEventListener(ErrorEvent.ERROR, onError);
                                            loader.addEventListener(AsyncErrorEvent.ASYNC_ERROR, onAsyncError);
                                            loader.addEventListener(SecurityErrorEvent.SECURITY_ERROR, securityErrorHandler);
                                            loader.addEventListener(HTTPStatusEvent.HTTP_RESPONSE_STATUS, httpResponseStatusHandler);
                                            loader.addEventListener(IOErrorEvent.IO_ERROR, ioErrorHandler);
                                            var urlRequest:URLRequest = new URLRequest(requestTokenUrl);
                                            loader.load(urlRequest);
                                  protected function requestTokenHandler(event:Event):void
                                  protected function httpResponse(event:HTTPStatusEvent):void
                                            label.text += event.status;
                                            // TODO Auto-generated method stub
                                  private function completeHandler(event:Event):void {
                                            label.text += event.toString();
                                            trace("completeHandler data: " + event.currentTarget.data);
                                  private function openHandler(event:Event):void {
                                            label.text +=  event.toString();
                                            trace("openHandler: " + event);
                                  private function onError(event:ErrorEvent):void {
                                            label.text +=  event.toString();
                                            trace("onError: " + event.type);
                                  private function onAsyncError(event:AsyncErrorEvent):void {
                                            label.text += event.toString();
                                            trace("onAsyncError: " + event);
                                  private function onNetStatus(event:NetStatusEvent):void {
                                            label.text += event.toString();
                                            trace("onNetStatus: " + event);
                                  private function progressHandler(event:ProgressEvent):void {
                                            label.text += event.toString();
                                            trace("progressHandler loaded:" + event.bytesLoaded + " total: " + event.bytesTotal);
                                  private function securityErrorHandler(event:SecurityErrorEvent):void {
                                            label.text +=  event.toString();
                                            trace("securityErrorHandler: " + event);
                                  private function httpStatusHandler(event:HTTPStatusEvent):void {
                                            label.text += event.toString();
                                            //label.text += event.responseHeaders.toString();
                                            trace("httpStatusHandler: " + event);
                                  private function httpResponseStatusHandler(event:HTTPStatusEvent):void {
                                            label.text +=  event.toString();
                                            trace("httpStatusHandler: " + event);
                                  private function ioErrorHandler(event:IOErrorEvent):void {
                                            label.text +=  event.toString();
                                            label.text += event.text;
                                            trace("ioErrorHandler: " + event);
                        ]]>
              </fx:Script>
              <fx:Declarations>
                        <!-- Place non-visual elements (e.g., services, value objects) here -->
              </fx:Declarations>
              <s:Label id="label" y="185" width="100%" color="#0A0909" horizontalCenter="0" text=""/>
    </s:View>

  • I just really need to know... After desigining my UX, how do I go about adding the image into ADOBE FLASH BUILDER to script on top of it?

    I just really need to know... After desigining my UX, how do I go about adding the image into ADOBE FLASH BUILDER to script on top of it?
    Any and all advice is welcome.

    Do you have different versions of the graphic novel pages, or is there just one version of the page? If there is one version, can you crop into the page without losing anything important?
    I would guess that there is one version, and that cropping into the page will lose something important. If that's the case, here's how I would handle it:
    Make a stage that is 14:9. The size doesn't matter, but 1400x900 could be a good starting point.
    Put down a background texture that fits well with the look of the other images. Make that fill the 1400x900 stage.
    Place your page graphics so that they are within the center 1200x788 area of the stage.
    Set the stage scalemode to "noBorder".
    You now have a layout that will work on all devices, as narrow as iPad, and as wide as iPhone 5. All without any code. On the widest devices you'll see a bit of your background pattern to the left and right of the page graphic. On the narrowest devices you'll see a bit of background pattern above and below the page graphic. But you won't lose sight of anything important.

  • Problem opening pdf file from an app built by Flash Builder 4.5

    problem opening pdf file from an app built by Flash Builder 4.5

    The iPad and iPhone have NEVER supported Flash and never will. In fact, Adobe is no longer distributing Flash builds to mobile devices.
    Time to move on...

  • How to remove Button from Flex Mobile app actionbar with AS3?

    How exactly would i remove a Button from the actionBar "actionContent" in a flex mobile app?
    I tried these:
        this.stage.removeChild(menu_btn);
        this.removeChild(menu_btn);
        stage.removeChild(menu_btn);
        this.stage.removeElement(menu_btn);
        this.removeElement(menu_btn);
        stage.removeElement(menu_btn);
    I'm not having any luck with those. Im guessing where it is located in the actioncontent isn't considered the stage. Any ideas?
        <s:actionContent>
                            <s:CalloutButton id="menu_btn" icon="@Embed('assets/images/menu/menu_btn.png')" visible="false">
                                      <s:VGroup>
                                      <s:Button id="btn_one" label="Button" />
                                      </s:VGroup>
                            </s:CalloutButton>
                  </s:actionContent>
    The actionContent is setup like that, I know like with most mxml stuff I could give it an ID to reference it but im not sure how how to give the action content an id number `<s:actionContent id="testID">` does not work. So how can i access this to remove it? making it invisible isn't cutting it i need to actually remove it.

    Does this do what you are looking for?
    <?xml version="1.0" encoding="utf-8"?>
    <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
            xmlns:s="library://ns.adobe.com/flex/spark" title="HomeView">
        <s:actionContent>
            <s:Button id="excess" label="excess" />
            <s:Button label="remove" click="this.navigator.actionBar.actionGroup.removeElement(excess);" />
        </s:actionContent>
    </s:View>

  • How do I import photos from mobile phone to MAC COMPUTER

    How do I import my photos on my SAMSUNG GALABY ACE 2 PHONE TO MY COMPUTER.
    I HAVE DOWNLOADED SAMSUNG KIES BUT NOTHING HAPPENS...

    Use the pre installed Mac app Image Capture located in your Applications folder instead.

  • How to use OneDrive for Business mobile app with SharePoint 2013 on-premise?

    Hi All,
    I have a SharePoint 2013 (with latest December updates) that host a dedicated personal web site for users.
    The OneDrive portal works fine and users are able to sync their files with the OneDrive client for Windows.
    Now I want to test the OneDrive for Business mobile app on Android, but there is no option to specify the "personal" portal URL.
    It asks only for domain credentials.
    Does I need to configure specific records on my public DNS to allow mobile users to sync their files?
    Thanks

    I can confirm that with iOS you can connect to your SharePoint server through the advanced options.
    But the very strange thing is that the OneDrive version for Windows Phone 8.1 is limited as the Android version.
    This has no sense.
    Why does Microsoft should limit the Business functions on its mobile operating system, and not on iOS?
    Another strange thing is that configuring my Exchange account, Windows Phone 8.1 informed me that it has connected OneDrive for business (but is a fake information).
    See attached image.
    If I open the built-in OneDrive app, it give me the option to add a OneDrive for business account, but is only for Office 365 users (like with the Android version).
    I thing that Microsoft should let at least to Windows Phone users to connect to on-premise SharePoint sites.

  • Flash builder mobile app hangs on Realease Build after air 3.1 (3.2 - 3.8) for IOS devices

    The app stoped working after air 3.1 on IOS devices...Its is a Flex/actionscript mobile project...as of May 1st apple forced us to use newer sdk so i updated to air 3.8 and have tried every version since 3.1...the app only works perfectly in release build from air 3.1...on air 3.8 debug on device works perfectly non-debug run on device crashes with sigbus or sig 11 ...Ive used xcode console and device logs and they have not been helpful...since they reference post compiled native code which i dont have acces to i have tried every fix on the web. Ive been trying to figure this out for days..Does anyone have any insight on this issue.
    Curently Using:
    Flash Builder 4.7
    air 3.8 beta
    Compiler options:
    -locale en_US
    -swf-version=21
    -omit-trace-statements=false
    -keep-as3-metadata+=Inject

    The app stoped working after air 3.1 on IOS devices...Its is a Flex/actionscript mobile project...as of May 1st apple forced us to use newer sdk so i updated to air 3.8 and have tried every version since 3.1...the app only works perfectly in release build from air 3.1...on air 3.8 debug on device works perfectly non-debug run on device crashes with sigbus or sig 11 ...Ive used xcode console and device logs and they have not been helpful...since they reference post compiled native code which i dont have acces to i have tried every fix on the web. Ive been trying to figure this out for days..Does anyone have any insight on this issue.
    Curently Using:
    Flash Builder 4.7
    air 3.8 beta
    Compiler options:
    -locale en_US
    -swf-version=21
    -omit-trace-statements=false
    -keep-as3-metadata+=Inject

  • How do I import SWC files created with Flex info Flash CS4?

    I've created very nice UI component using Flex 3 and I have exported it into a SWC file.
    How can I import it into Flash CS4 to use it there?

    Hmm... if you happen to be familiar with C#, then you may probably know about the problem of P/Invoke (this is a command that lets you access Windows API through C# code, which will apparently prevent it from functioning on other OSs).
    What happens with Flex framework is somewhat similar to this. I.e. it relies to much on the features of Flex compiler and the components of the framework create a lot of cross-dependencies, which makes them barely usable outside the framework.
    So, if you have time and doing this just as a matter of learning, I'd suggest you start an AS project in Flex builder and advance with it compiling it both with Flex and Flash to see if there are any differences (basically, once you see it doesn't compile / doesn't behave as you'd expect in Flash, you'll know you used something that is specific to Flex). These would be mostly meta tags, like [Bindable] for example.
    And, if you need any tutorials on how to code in pure AS, then, well, there are really to many So that you can even choose what's appropriate / goes better with your learning habits.
    If you like video lessons, there're tons of them at gotoandlearn.com, if you prefer reading documentation, here you go: http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/class-summary.html
    if you prefer forums / written tuts, then, kirupa.com, actionscript.org, flashkit.com as well as Adobe forums will provide you with a lot of information.

  • How to read http cookies from adobe desktop Air app using flex/flash builder in AS 3.0 ??

    Im developing Adobe desktop air app where i need to read the session id from the cookie of a http request.
    I have found a property called URLRequest.manageCookies supported by AIR so i Hope there should be a way to read the cookies as well. Im Using Flash Builder 4.5
    Please provide any reference code or guide me for this research;
    searched a lot regarding on this web.
    Most results lead to local shared object or reading cookies fr a webpage using javascript and ExternalInterface.
    I want to read http cookies not Local shared Object and in a desktop AIR application.
    Im using Flash builder 4.5
    Thanks
    Hari

    Sorry, but you are at the wrong forum; this one is only for discussions on the forums themselves. The Air forums are here:
    http://forums.adobe.com/community/air

  • Flash will no longer be supported for mobile devices. Is Flash Builder also going to stop building m

    Flash, specifcally mobile Flash, was effectively sentenced to death a while back. The first inklings came when Abode put out their own non-Flash media tool “Edge,” and then was confirmed when the company dropped 750 employees and halted all development of mobile versions of Flash, ostensibly forever. It’s not until now, however, that we’re seeing Flash really start to crumble. Android, once open to the protocol, will no longer be supporting Adobe Flash with its newest version, Jelly Bean.
    What is the faith of Flash Builder? PC apps only?

    Yes Flash is no longer supported in the browser...   I am a Flash Developer and I think this is a good thing.  I personally believe that Browsers in general on mobile devices will die a slow death.
    Have you tried using them ... no matter what device you choose and how good the browser is, the experience is horrendous.  Flash running in the browser on a smartphone is painful.
    Browsers will be replaced by apps.
    Let me give you an example.
    I was upgrading the OS on my daughters iPod Touch Devices and noticed that their Safari Browser was in a folder called "Junk" along with the compassVoice MemosNews Stand, Stocks, etc. 
    I asked them "Why is your browser in a folder labeled Junk and how do you find anything online? "
    Their response
    "If I need to look anything up I search in the App Store"
    Example: Daughter needs a Dictionary to do her homework...  she wont go to www.dictionary.com   she opens up her app store and downloads a dictionary app.
    I see the app stores as the new Google.
    The beauty of this is that us developers can sadnbox our experience and deliver it in whatever technology we choose to.  We no longer care if Browser A supports Flash or which browser supports which HTML tag.
    I have a 3 yr old son .. and I am convinced he will one day say to me.   " Dad... I cant believe you used to have to type  WWW  dot  bla bla bla    SLASH  bla bla bla SLASH bla bla bla   "

Maybe you are looking for

  • Why can't I see the remaining time anymore in playback?

    I noticed about a week ago that when playing a song in iTunes, it shows the elapsed time but no longer shows the remaining time; instead it just keeps the total time listed. It's more of an annoyance than something terribly important, but is there a

  • DEAD LINKS IN TECHNET FOR OO4O DOWNLOADS

    All links to download OO4O from http://technet.oracle.com/software/tech/windows/ole/content.html are dead. For example, clicking on the link to OO4O817315full.exe takes me to the terms page (�Oracle Technology Network Development and Distribution Lic

  • Error installing on Mac

    I had to do a clean reinstall of the Mac OS to solve some problems. I downloaded a fresh copy of the Photoshop Elements 6 installer to reinstall Elements. However, when trying to reinstall it, at the System Check step of the install process, it pops

  • Items in Finder window will not show alphabetically while in columns view

    I am running a Mac Pro Yosemite 10.10.1 a couple of weeks ago I had some kind of glitch since then it takes a long time to save items having a continuous spinning beach ball. Also in the Finder window items will no longer listed alphabetically while

  • Safari as My Email Browser

    I use Safari as my browser for my Verizon FiOS Internet Email Address and also for AOL and Yahoo. I have problems with all I'm not sure if the problem is Safari, Verizon, AOL Desktop or Yahoo Apps. *Verizon and Yahoo Behavior:* Loads very fast but wh