Creating universal app using flash cs5

Hi,
I'm using Flash CS5 and I wanted to create an universal app (iphone + ipad).
Then I click the "iphone IOS settings"  there is no device menu, so I can't choose the desired devices..
I dont know why the device menu has disappeared?
I saw on several video tutorials, that you can simply choose the desired device.
But then I look at my own project and I click the "iphone IOS settings", I cant find any "device" menu by the "general" tab.
Does anybody know how I can resolve that problem?

The iPad support was added later. Get the 11.02 updater here:
http://www.adobe.com/support/flash/downloads.html#flashCS5

Similar Messages

  • Creating app in Flash CS5 issue!

    I've been creating an app in Flash CS5, but already early in the process I encountered a lag issue when I got it on my iPhone4. I've created a simple map, with few colors on it, where it's possible to zoom in/out (pinch) and move the map around using a single finger, when the map is zoomed in.
    When I start piching in/out it lags, and when I move the map it lags as well.
    I have already tried these things:
    - Different fps from 8 to 60
    - Fewer colors
    - Fewer object
    - Converting objects to symbols
    - Deleted unwanted layers
    - Rendered using both CPU and GPU
    - Tried fullscreen view and none fullscreen view
    Anyone who has an idea on how to reduce the lag issue?

    already early in the process I encountered a lag issue when I got it on my iPhone4.
    Surprise, surprise... this is one of the reasons why Apple recommends against using third-party development tools, instead of native ones.
    Quoted from Apple's "Thoughts on Flash":
    +"We know from painful experience that letting a third party layer of software come between the platform and the developer ultimately results in sub-standard apps and hinders the enhancement and progress of the platform."+
    You'd be better off asking in the Adobe developer forums for help with their development software.

  • Creating a component in Flash CS5

    Hi,
    How can I create a component using Flash CS5? I have tried to follow various documents I have found on google and went about it in the following way:
    1. I created an empty FLA.
    2. I created a MovieClip containing some graphics, and named the MovieClip "MyTestComponent" in the Library.
    3. I selected the MovieClip's properties in the Library and selected "Export for Actionscript", and made the MovieClip inherit from fl.core.UIComponent.
    4. I saved the FLA in the directory "C:\Program Files (x86)\Adobe\Adobe Flash CS5\Common\Configuration\Components" and restarted Flash. At this point I would expect that the MyTestComponent component would show up in the Components panel, but it did not.
    5. I tried to publish the FLA as an SWC file and place the SWC file in the same file as above. According to my understanding, both this and the step above should have worked, but it did not.
    So, what am I missing?
    Also, where can I find an up-to-date documentation on how to create components to be used in Flash CS5?

    I managed to get it work at the end...
    First, the components directory was at this location:
    C:\Users\<username>\AppData\Local\Adobe\Flash CS5\en_US\Configuration\Components
    Then, to make a component out of a MovieClip, right click on the MovieClip in the library and select "Component Definition" and check the checkbox "Display in Components Panel". What I did then was to right click on the MovieClip and selected export swc file, and saved it in the directory above. This exported only one Component, which was fine for me. Probably it would be possible to do something similar to save a library of components as a .fla or .scw or so, but I don't know the details.

  • IPad apps using Flash

    Hi - Hoping someone might be able to point me in the right direction. My question is - Can iPad and iPhone apps be created solely with Flash alone (inclusive of tilting and touchscreen features) and submitted to the iTunes store? I have used Flash quite sparsely since Flash 8 so haven't really followed the debate around Flash and Apple devices.
    I'm working on an App for iPad along the lines of a children's interactive book. I'm a trained Illustrator and don't think it would take me long to get up to speed again with Flash, however if Apps absloutely require coding in Apple's SDK then I have the problem of finding or paying someone to make an App from my work (otherwise, I can manage the whole project myself).
    ...and if it is possible to create Apps entirely within Flash - does anyone know of a good starting place for tutorials specifically for this?
    Thanks a lot.

    To just be complete, yes you can complete an app using Flash Pro or Flash Builder plus the proper credentials.
    I prefer Flash Builder as it offers profiling tools that really help keep memory managed. I do not have CS6 but I know CS5.5 does not have a memory profiler. Although with a PITA amount of hacky work you can use instruments in XCode to profile. A great majority of your time developing apps will be finding ways to keep both memory, processor, network traffic and CPU to an absolute optimized minimum.
    You mentioned iOS so the first thing you should do is go pay $99/yr and become an Apple Developer. Otherwise you cannot submit your app or even test on a device without a lot of complicated mayhem. It takes a little time to get set up as a developer so I'd get that process under way. If you're an individual it's easier but if you're a company it involves proving you're a company, faxing, etc.
    After you wade through the iOS provisioning portal (reading all the how-to tabs) you get your app set up in the back end. Any app needs 3 files generated and obtained from files the portal gives you. You add devices, app ids and use those to generate a .mobileprovision file. Typically a person would start at the certificate portion but let me save you a headache. Every new app ID you make is saved in your certificate so you need to make the app ID first. Then you create your own development or distribution certificate for your developer account and download a .cer certificate file. You install that in your computer along with the Apple WWDC developer certificate that's linked on the same page. That lets you create yourself a .p12 file needed to sign an app and since you did this last it will already have the new app ID in it.
    Now you have your .mobileprovision with your device listed in it and .p12 file with password and you're ready to go.
    Just open Flash CS5.5 or CS6, whichever you have, start a new AIR for iOS project. Work in Flash as you normally would but just remember iPhones, iPods and iPads are really just "glorified phones". You can't just animate the way you used to, you have to get used to the idea that running your slick animation on your computer runs great but these devices are EXTREMELY memory and processor deficient. What runs buttery smooth on your computer will bog and run like a train wreck on what will end up feeling like a solar powered calculator.
    Now you're off and running. As long as you're very careful with how much RAM, CPU and GPU you try to use you'll be fine. A book is a good app to start with. Limited animation and you could possibly even use the timeline to do it. Timeline animation ala traditional flash performs considerably worse as compared to code animation. If you haven't used flash since version 8 you've got a whole new language (AS3) and framework (AIR) to learn.
    If you have any specific questions, fire away, but yes you can create the entire iOS app that works like a book using just Flash Pro and having an Apple Developer account.

  • Can we develop apps with Flash CS5

    Hello,
    I have a doubt, can we make iPhone apps with flash CS5?

    yes, you can but you can't use apples app store for your app without violating their tos.

  • IOS in App purchases - Flash CS5.5

    It seems that apple are now stopping the submission of Lite version apps that would normally be submitted in order to tempt the buyer into getting the full version.
    It seems they want developers to use the 'In App Purchase' to unlock functionality of an App which I think is probably a good idea but I'm not sure if any of this is supported using Flash CS5.5/Air for IOS? To be honest I don't even know where to start to impliment such a thing.
    Any idea???
    cheers
    Kev

    My app just got rejected specifically because of
    section 2.9 in Apples App Submission guidelines
    2.9: Apps that are “beta”, “demo”, “trial”, or “test” versions will be rejected
    Basically no  more "LITE."
    they want me to use  in app purchases instead of saying " You will need to purchase the paid version to get this level"
    .. i noticed that many other apps get around this by just putting annoying ads in the FREE version and the full version has no adds.
    Hope this helps

  • Print in A4 size paper through AS3 using Flash CS5

    Hi all,
    Is any idea to print a job in A4 paper size by defult through AS3 using Flash CS5?

    Hi Shakeel,
    I am already having customised page format .
    It works fine when I choose Standard Device type EPLQ550
          But EPLQ550 is probably not supporting Arabic text.   It Gives ########
    Thats why I changed to Standard Device type ARSWIN
        Now Arabic text looks ok..... but Printer is not getting initialised after the first check. it skps.
    Pl suggest
    Thanks
    SK

  • Developing Iphone App using Flash Builder and Flex Air Mobile

    I started developing an Iphone app using the trial version of Flash Builder and was pretty impressed with how easy it was, then i hit problems:
    Trying to submit my app, I was getting invalid binary, using google i tracked this down to a change in the Apple App Store meaning that all apps needed to have native iphone 5 support, which meant updating to Air SDK 3.7
    Updating to AIR SDK 3.7 was a nightmare (mainly as a result of my failure to read the small print)
    Once I got SDK 3.7 to  work with flash builder / flex mobile i though i was there.
    However now i can produce a fast build but everytime i try and produce a standard / production build i get strange errors (air 3.8 does the same).
    My Question is - before i actually buy Flash Builder has anybody actually achieved the following:
         Building an Iphone App using:
         Flash Builder 4.7    (running on OSX)
         Flex Mobile 4.6
         Air 3.7
    If so how ?
    cheers
    Toby

    Thanks for your reply, its nice to know its not just me.
    the error i got when submitting to the App store where due to native support for IPHONE 5 which is now mandatory (from May 1st), looking around the internet the common soloution seemed to be upgrading to Air 3.7.
    The strange erorrs on 3.7 revolve around compiling a standard / production build (fast build works fine)
    the error is always the same (snippet shown below):
    Error occurred while packaging the application:
    Undefined symbols for architecture armv7:
      "__ZN7avmplus8Debugger9debugLineEi", referenced from:
          __ZN7avmplus9MethodEnv9debugExitEPNS_13CallStackNodeE in AOTBuildOutput-4.o
          __ZN7avmplus11BaseExecMgr22debugEnterExitWrapperNEPNS_9MethodEnvEiPj in AOTBuildOutput-4.o
    I have completly failed to work out why, but my gut feeling is its something to do with how the mac is compiling the code in standard build and unable to find a library it needs.
    cheers
    Toby

  • How to publish iPhone Apps with Flash CS5 for beginners

    After many trial/errors and with lots of support from this site, I've decided to start building some tutorials to help people get into the packager. This is the first one and, now I'll work on a usual erros handle tutorial.
    Any comments and/or critics are welcome.
    http://www.chrisid.com/blog/2010/10/how-to-publish-iphone-app-with-flash-cs5-for-beginners /
    cheers,
    Chris.

    It helped me a lot, exept I hav this little problem ..
    I can't select the .p12 file .. it's disabled..

  • Creating eLearning Content Using Flash - Please Help

    I am tasked with creating eLearning training using Flash. I know how to create flash movies, tweens, etc. I am also pretty well versed with Dreamweaver, HTML, etc.
    But how do you create the fixed header and a footer with navigation and the navigation between 30 to 40 "pages" or "movies"? I am assuming there is some automated method to create navigation...
    We want a fixed header, fixed navigation in a footer, movie content in the center, and the ability to automatically move from "page" to page and also allow the student to click Next and Previous buttons to move from page to page.
    I would greatly appreciate a link to a tutorial or any advice on getting started.
    Thanks,
    Jack Loganbill

    Miss_Angela wrote:
    > I am trying to create a flash intro like this one....
    >
    >
    http://www.mark-knopfler-news.co.uk/
    >
    > I am really new to flash and don't know much beyond
    making menus. I have
    > looked at different tutorials, but I don't see anything
    about how to create an
    > intro like this one.
    Check in help under the Tutorial section for "Add motion
    tweens"
    Basically you need to import your images, convert them to
    instances like
    movie clips or graphics symbols then motion tween them to get
    them move
    and use color effect Alpha to get them to fade in.
    Check the help first and tell me how far can you get from
    there, whatever
    problem you face, post back, will help you go ahead with it.
    Best Regards
    Urami
    Beauty is in the eye of the beer holder...
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Packaging adobe air with android app in flash cs5

    Hi,
    I have developed a very simple app in flash cs5 and am ready to upload it to android market. However, users need adobe air to run it. Does anyone know if there is some way to package the app with air? I want to make it as easy as possible for people to run the app. Users will be prompted to download air and I can put this information on the apps page on android market but if there is some way to iclude this in the apk I'd love to know. Can't seem to find information on it on the web.
    Thanks

    Hum, thought so. Usually if there seems to be no answer to something on the web it's not possible!! Thanks.

  • Can you create an app using Adobe DPS, then pass the Folio to a programmer to add interactivity?

    I'd like to know if I can create an app using Adobe DPS, then pass the folio to a programmer to add advanced interactivity that DPS doesn't provide. I would like the programmer to use either XCode or Android SDK because it is a standard, but they can also use C#, JavaScript, and several other coding languages. The folio would serve the purpose of a tight digital comp for the programmer.

    Thanks for your help Bob! I found this article on the Adobe site. Figured I'd share it. http://helpx.adobe.com/digital-publishing-suite/help/import-html-articles.html

  • A strange phenomena using Flash CS5

    I've just found an item that I want Adobe to fix.
    As you know there are three buttons related to the comments on the top of the script window.
    They are .... [/*]   [//]   [(red)X]
    I've found a strange phenomena using Flash CS5.
    Note : In the following article, I'll write <tab> to mean tab.
    Imagine that you typed this script below.
    <tab>var AA:int = 10;
    <tab>/* Commeent: AA is a number for a counter */
    <tab>AA = AA + 1;
    When you clicked [//], the script would change to ...
    //<tab>var AA:int = 10;
    //<tab>/* Commeent: AA is a number for a counter */
    //<tab>AA = AA + 1;
    After that, if you click [(red)X] to remove the // marks, the script changes to ....
    <tab>var AA:int = 10;
    <tab>Commeent: AA is a number for a counter
    <tab>AA = AA + 1;
    Yeah, /*  */ mark has gone!
    So be careful to click [(red)X] button when you sellect a long range of the script.
    Message was edited by: M.Borman

    It sounds to me like the redX button is doing what it is supposed to, remove comment markings.  If you would like Adobe to consider changing how it works, you should report it to Adobe using the link below.  Posting here is just telling the rest of the users in these user-to-user forums.
    Adobe - Wishlist & Bug Report
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • How can I publish a tablet size only app to the android market using Flash CS5.5?

    I've developed an app to run on a tablet and would like to sell it in Googles Android Maket.    I uploaded the .apk file to the android market however, the settings indicate that the app will work on small to large screen sizes.
    Is there anyway I can specify that the app is only suitable for large (tablet) size devices?  I believe there are some tags in the <manifest> section, which I think must be part of the .apk package Flash creates.
    <supports-screens
    android:smallScreens="true"
    android:normalScreens= "true"
    android:largeScreens="true"
    android:xlargeScreens="true"
    android:anyDensity="true" />
    Can I alter these tags manually somewhere or is there some other way to specify the device size?

    If you publish folio as Public/free then it will appear in app library and users can download folio and read folio content. You can test folio in ACV.
    If you publish folio as Public/retail then it will only appear in library once associated in-apppurchase is approved by Apple. You can test folio in developer.ipa.
    Woraround: You can create test app and keep title id as your application account in whch you published your folio and test developer.ipa. If folio is working fine in test app then publish it in LIve app.

  • Android app in Flash CS5 getting menu to pop up using actionscript

    Hi,
    anyone out there know how to get a menu to pop up in Flash CS5 when coding for an android app.
    Basically I have a nice, simple app that when you press the menu  button  on your phone I want a movie clip to pop up at the bottom of the  screen  that then acts as a menu for the app. When you press the menu  button  again the movie clip disappears. There is some code in the  sample files  in flash cs5 but it won't seem to work for me.
    Has anyone gotten this to work successfully for them.
    This is the code that is in the sample file with flash
    options_mc.visible = false;
    function fl_ExitApplication(event:MouseEvent):void
        NativeApplication.nativeApplication.exit(0);
    stage.addEventListener(KeyboardEvent.KEY_UP, fl_OptionsMenuHandler);
    function fl_OptionsMenuHandler(event:KeyboardEvent):void
        if((event.keyCode == 95) || (event.keyCode == Keyboard.MENU))
            if(options_mc.visible == false){
                options_mc.visible = true;
                options_mc.addEventListener(MouseEvent.CLICK, fl_ExitApplication);
            } else if(options_mc.visible == true){
                options_mc.visible = false;
                options_mc.removeEventListener(MouseEvent.CLICK, fl_ExitApplication);
    This code is supposed to make the menu popup and when clicked you exit the app.
    I want someting similar to hppen without the movie clip making the app exit. My movie clip has other little buttons that make different information appear as you click on each one.
    Any advice is much appreciated. have app ready to go apart from this one little error.
    Thanks

    Ok this problem gets even weirder!! The code above kind of works. What I mean by that is in the exact same app the menu might pop up once every so often. Seriously, some times it works after I run the app for about 30 seconds and some times it doesn't work at all.
    Has anyone heard of this before? It's getting very frustrating.
    Thanks

Maybe you are looking for

  • Can't print to HP 1410v connected to Airport Express

    I'm having trouble printing to an HP 1410v connected to an Airport Express. I've updated the Airport Express firmware. I've updated OS X 10.5.7 with all the latest patches. I've downloaded drivers from HP and Apple. When I attempt to add the printer,

  • Issue in passing inputs to concurrent program

    Hi all, I am using ECEPOO(out:purchase order ) to extract approved PO data.The concurrent program asks for output file path as one of its inputs. When I pass the file path to it ,the concurrent program fails saying *'INVALID_DIRECTORY_PATH'*. I dont

  • I need to add bluetooth/wireless capabilities to g5?

    i'm basically computer illiterate - picked up an older powermac g5 w/ 1.8 dual processor - model id powermac 7,2 what do i need to get for wireless and bluetooth - i know i need a card and antenna - dont know which ones will work and i dont want to s

  • QTSS broken on Yosemite

    QuickTime Streaming Server 6.0.3 (QTSS) no longer installs on Yosemite.  Is there any way to fix this? This is the first new OS release that has failed to support QTSS immediately.

  • Script printing in 'Letter' format.

    Hello All, I have a SAP script which had Page format  'DINA4' and was printing a correc output. Due to  a change in requirement we have changed the Page Format to 'LETTER',I now find that when I try printing the invoice the spool contains three pages