Any sample ActionScript mobile project for iOS

Hi,
I am looking for some sample example of ActionScript mobile project for iOS to get started. I am very excited with new flash builder 4.5 tool but looking for some example so that I can quickly try it.
-Greg

Hi Greg,
http://va.lent.in/blog/2011/03/25/air2-6-app-for-ios/ should get you started. Once you familiar with the basics, you can check out the new features. Following links should help:
http://www.adobe.com/devnet/air/articles/ios_features_in_air26.html
http://tv.adobe.com/watch/adc-presents/developing-for-ios-with-air-for-mobile-26/
http://www.adobe.com/devnet/devices/ios.html
Thanks,
Sanika

Similar Messages

  • ANE for one platform on Flex mobile project for iOS and Android

    I'm very new at Flex Mobile Projects and native extension.
    I have a big doubt... If I have an ANE that only works on iOS or Android, can I use it into a project for Android AND iOS?
    I mean, if I want to do something and I've only found and ANE that works for iOS and another ANE that works for Android, can I create only one project and depending on the device use one or another? or should I create two different projects?
    Thanks in advance

    You can set them both up and when you publish just comment out the code that does not apply, this way you still keep it as one project but you can use the ANEs as needed, I had to do this with the iAd ANE only for Apple obviously and AdMob ANE which at the time was Android only.
    Example
    //Android ANE Code
    blah blah blah
    //iOS Code
    code code code
    Now when you publish for iOS comment out the Android related stuff
    //Android ANE Code
    blah blah blah
    //iOS Code
    code code code
    Also dont forget to update your included ANEs when you publish and remove the ones that dont apply and update the XML files as needed. Its possible, but annoying, it would be nice if it was automated or could be flagged somehow so the Flash publisher would auto ignore it.

  • No exiting event detected for an actionscript mobile project

    Would like to launch a dispose() when the program close on Android, but the dispose() never launch....
    I am using an Actionscript Mobile Project, and here is the code:
    NativeApplication.nativeApplication.addEventListener(Event.EXITING, function(e:Event):void{
          dispose();
    The Exiting Event is not listened by the program when it is closing. Is that this event is not supported?
    How can I detect the program is closing then?
    Please help!

    Thanks Shongrunden for your reply.
    Yes, you are right. If I make a new Flex mobile project, I did not see the issue.
    But that did not fully answer my question, my concern is: can an actionscript project use spark components?
    Thanks.

  • Flash Builder Error Compiling Ipad Actionscript Mobile Project.

    I just bought a brand new ipad for testing. I am using flash buider 4.7 to make an actionscript mobile project. I created an app ID, provisioning profile, and certificate. I have done this before in flash professional so it wasn't too bad. However, when I run or debug  even a blank application I get this error in flash builder:
    Error occurred while packaging the application:
    'Launching AppName' has encountered a problem.
    Error occurred while packaging the application.
    Exception in thread "main" java.lang.Error: Unable to find llvm JNI lib in:
    /Applications/Adobe Flash Builder 4.7/eclipse/plugins/com.adobe.flash.compiler_4.7.0.349722/AIRSDK/lib/adt.jar/Darwin
    /Applications/Adobe Flash Builder 4.7/eclipse/plugins/com.adobe.flash.compiler_4.7.0.349722/AIRSDK/lib/aot/lib/x64
    /Applications/Adobe Flash Builder 4.7/eclipse/plugins/com.adobe.flash.compiler_4.7.0.349722/AIRSDK/lib/adt.jar
    /Applications/Adobe Flash Builder 4.7/eclipse/plugins/com.adobe.flash.compiler_4.7.0.349722/AIRSDK/lib
                    at adobe.abc.LLVMEmitter.loadJNI(LLVMEmitter.java:582)
                    at adobe.abc.LLVMEmitter.<clinit>(LLVMEmitter.java:596)
                    at com.adobe.air.ipa.AOTCompiler.generateExtensionsGlue(AOTCompiler.java:419)
                    at com.adobe.air.ipa.AOTCompiler.generateMachineBinaries(AOTCompiler.java:1790)
                    at com.adobe.air.ipa.IPAOutputStream.createIosBinary(IPAOutputStream.java:378)
                    at com.adobe.air.ipa.IPAOutputStream.finalizeSig(IPAOutputStream.java:762)
                    at com.adobe.air.ApplicationPackager.createPackage(ApplicationPackager.java:91)
                    at com.adobe.air.ipa.IPAPackager.createPackage(IPAPackager.java:245)
                    at com.adobe.air.ADT.parseArgsAndGo(ADT.java:571)
                    at com.adobe.air.ADT.run(ADT.java:419)
                    at com.adobe.air.ADT.main(ADT.java:469)
    I have no idea where to even start in trying to figure out what could be the problem. I am pretty sure the itunes developer information is correct. Are there any kinds of drivers or developer modes that I need to set for a new iPad?
    Thanks!

    Thanks Shongrunden for your reply.
    Yes, you are right. If I make a new Flex mobile project, I did not see the issue.
    But that did not fully answer my question, my concern is: can an actionscript project use spark components?
    Thanks.

  • Is there any "Tesseract OCR API" available for "IOS SDK 7.0" ??

    I want to make an application in IOS SDK 7.0 with Xcode 5 that required "Tesseract OCR API". So, Is there any "Tesseract OCR API" available for "IOS SDK 7.0" ? if any, please post the download link.
    Thanks

    I went on with the instructions and it worked properly with whitebackground image with black colored texts and it provide garbage value results with colored images. However when I try to run it on XCode 5.1 it shows "Caanot initialize an object of type 'Tesseract *' with rvalue 'BOOL' in the  "
    (id)initWithDataPath:(NSString *)dataPath
                  language:(NSString *)language
             ocrEngineMode:(NSString *)mode
           configFilenames:(NSArray*)configFilenames
                 variables:(NSDictionary*)variables
    setOnlyNonDebugParams:(BOOL)setOnlyNonDebugParams" method.
    And when I try to modify it then it display many linker errors.

  • StageVideo with Flex Mobile Project on iOS

    In a Flex Mobile project using StageVideo, StageVideoAvailabilityEvent always returns StageVideoAvailability.UNAVAILABLE.
    I've been reading all day and it looks like StageVideo might not be supported with Flex projects, but I can't find a concrete answer.
    I need a definitive answer, using Flash Builder 4.6, AIR 3.1, and Flash Player 11, can StageVideo be used. If so, any help as to how to get this working would be greatly appreciated.
    Thank you in advance.

    After much trial and error, I finally have a definitive answer. The answer is yes, you can use StageVideo in a Flex Mobile project. To be honest I found StageVideo to be completely useless, at least for what I was hoping to use it for.
    The first big problem is that the StageVideo plays underneath all Flash content. Second, at least on iOS, there were no video controls. I suppose you could roll your own, but I didn't take the time to experiemnt with this. I ended up just using StageWebView.
    More information here: http://www.unfetteredthoughts.net/2012/01/12/embedded-h-264-video-on-ios-with-a-flex-mobil e-project/
    I hope that helps anyone else looking for this.

  • Oracle Mobile server for iOS

    Hi,
    After going through documentation for Oracle Mobile server, I could not find support for iOS.
    Does Oracle mobile server support iOS?
    if not is there any plan to do so in the near by future?
    Thanks

    Despite many attempts at trying to get an update on this topic I can't seem to get anyone from Oracle to provide any information. I'm now at a critical stage with a new project and would like to know if the Mobile Client will be available for iOS within the timeframes I am looking at. If not, will likely need to look at alternatives which will mean one or more large Mobile Server licences will not be renewed. Surely someone from Oracle on this forum can chime in and give us an update on where this is at?

  • I am a beginner programmHow do I start developing mobile applications for iOS?

    I want to start building mobile applications for use on my iPhone.  I have little to no experience in software development.  What do I need to do to get started?

    Learning to program and then becoming familiar with xcode and objective-C is a long road to travel.  If you google for xcode tutorials and objective-c tutorials, you might find some.  Also, books is another way become familiar with programming for iOS and OSX.  Go to Amazon and search for xcode 4 and for objective-c and Cocoa programming - look for the books with high ratings.
    For example, one of the links at the right lead to the following helpful post:
    The three best places to start;
    Read through them in the order listed.
    Apple iOS Developer Library / This includes Frank Caggiano's sugjestion of Start Developing iOS Apps Today.
    http://developer.apple.com/library/ios/navigation/#section=Resource%20Types&topi c=Getting%20Started
    Apples, Programming with Objective-C
    http://developer.apple.com/library/ios/#documentation/Cocoa/Conceptual/Programmi ngWithObjectiveC/Introduction/Introduction.html#//apple_ref/doc/uid/TP40011210
    Programming in Objective-C, By Stephen G. Kochan / I read through a tone of books until I found this one.
    http://www.informit.com/store/programming-in-objective-c-9780321887283

  • Any sample portal application available for weblogic 10?

    In Weblogic portal 8.1 installable we have something called portalApp which contains a couple of portal applications like sample portal and tutorial portal which contains lot of sample portlets, portals etc but in weblogic portal 10 I am unable to find any such sample application. Is there any sample application available in weblogic portal 10.0?

    Unfortunately there is no sample portal application for WLP 10.

  • Cannot find iMovie Project for iOS after sending to iTunes 12.0.1

    I made a video on the iMovie iOS app but wanted to finish editing the project on my mac.  Went online and googled how to get the file from the iPhone to my mac.  This is the link I found: iMovie '11: Import an iMovie project from an iOS device. 
    My problem lies in step # 5: Tap Apps at the top of the iTunes window, and then tap iMovie in the Apps pane on the left, below File Sharing.The shared project appears on the right in the iMovie Documents pane. I went into the most updated iTunes I have which is showing as 12.0.1. 
    I cannot locate File Sharing anywhere.  I also cannot find any recent posts or support threads that address this.  I couldn't find any images in a google search that even showed iTunes in the layout I have.  I'm hoping this is a simple issue to fix.
    Thanks in advance.

    I made a video on the iMovie iOS app but wanted to finish editing the project on my mac.  Went online and googled how to get the file from the iPhone to my mac.  This is the link I found: iMovie '11: Import an iMovie project from an iOS device. 
    My problem lies in step # 5: Tap Apps at the top of the iTunes window, and then tap iMovie in the Apps pane on the left, below File Sharing.The shared project appears on the right in the iMovie Documents pane. I went into the most updated iTunes I have which is showing as 12.0.1. 
    I cannot locate File Sharing anywhere.  I also cannot find any recent posts or support threads that address this.  I couldn't find any images in a google search that even showed iTunes in the layout I have.  I'm hoping this is a simple issue to fix.
    Thanks in advance.

  • Any third party streetview app for ios 6?

    Hi everybody!
    Strongly missing the old Google streetview, but apparently it is no longer available in ios6, not even in the Google Maps that got issued to fit ios 6.
    Any suggestion as to a replacement is welcome! Is there any third party program that does this?
    Thanks for any help
    Berlugana

    The trick with the new Google Maps app is to first tap/hold until you get a marker. Then swipe the white band at the bottom of the screen up. This will reveal the street view (if there is one for your location.)
    Not at all intuitive and very difficult to find. But it is what it is.

  • WebI report on SAP Mobile BI for iOS that contains a chart with element linking issue

    Hi gurus. I have the following issue:
    I have element linking based filters on my chart # 1 to filter values on chart # 2.  It worked fine on Ipad. And it worked fine on BI Launch Pad.
    But after some time I check my webi report and it stopped working on IPAD.
    Filters are not shown on the graph.
    However it still works fine on BI LaunchPad
    Have you faced this issue before?
    Using: BI mobile 5.1.12
    Before, example:
    After some time, I opened sap mobile and it is not showing up the filter anymore
    Now: We upgraded to SAP Bi Mobile 6.0.8.12 but issue persists.
    Could you do the test?
    Steps to reproduce:
    Create a simple Webi report with a table.
    Copy that table and paste it to the report.
    Turn the original table into a column chart
    Add element linking from the chart to table. (When user filters on the chart it should change the table as well)
    Test that the element link works in BI LaunchPad.
    Save the report to the Mobile category and test on iPad.
    Open report on iPad
    Tap chart bars. Yellow filters, that are supposed to show up, are not displayed.

    Hi Erika,
    Is this report element linking defined as 'All Objects' or 'Single Object' in Webi.
    I ask this that report element linking on 'All Objects' is not supported yet. This support is expected to come in later releases.
    However, if this is single object then it should be working. Can you verify this on latest app store build and confirm. If still it does not work for you, then please raise a support ticket for the same.
    Regards,
    Ashutosh

  • How can I create a simple chat function in a mobile app for iOS and Android

    I am wondering how can I create a chat function in my mobile app creating in AIR and Flex. The chat should be similar to the one in WhatsApp.
    Do you know some possible solutions?
    Thank you in advance!

    To enable chat messages, you need a server. The kind of server depends on the application. Do you want to create a chat like application like WhatsApp, where the server pushes messages without an active connection? Or do you have some sort of online game, where chat messages can only be transferred when the client is connected already?
    I have an online game where clients are connected to a Java server at all time. From there it is pretty straight forward:
    2 textfields:
    - 1 line textfield for input messages
    - multi-line textfield for chat history. Make sure the textfields autoscrolls to the bottom when the content changes
    on enter or button push, send a socket message to the server.
    the server broadcasts all messages to all clients that are subscribers of the chat group.

  • How to Setup Flash Builder ActionScript only project for iPad?

    Hello!
    Can someone give a short guide on how to setup an ActionScript only prject in flash builder such that it can be compiled using adt and deployed to the iPad?
    i created successfully iphone games using FlashIDE and PFI.
    now I'd like to create an iPad app using Flash Builder (ActionScript only). but I fail to load the compiled IPA to the ipad, keep getting different errormessages thus i think something with my projectsetup is wrong

    Yes, in Terminal you type a single line which is made from the path to the adt application, some parameters, and paths to other documents. Here's the full list of things:
    /Location/to/AdobeAIRSDK_2.6/bin/adt
    -package
    -target ipa-test
    -provisioning-profile /Location/to/Provision.mobileprovision
    -storetype pkcs12
    -keystore /Location/to/Certificates.p12
    -storepass password
    NameOfApp.ipa ApplicationDescriptor-app.xml
    -C /Location/to/swf  NameOfApp.swf
    splashscreens
    icons
    That "-C" line is clever, it does a directory change to the folder you give it, so after the -C /location/to/swf part it will then look in that same folder for other documents, and for where to build the IPA file.

  • Lync 2010 Mobile Client for IOS and Android - Is File Transfer Possible

    I'm seeking confirmation that  File Transfer is possible in a chat session with a Lync Mobile client running on IOS or Android. Can anyone provide further information as none of the client feature lists state it one way or the other?
    Many thanks
    Ivor

    The Mobile Lync client can't share files, see the Client Comparison Table: http://technet.microsoft.com/en-us/library/hh691004.aspx
    (edit) Lync 2010 Mobile client Comparison Table: http://technet.microsoft.com/en-us/library/hh691004(v=ocs.14).aspx
    Please mark posts as answers/helpful if it answers your question.
    Blog
    Lync Validator (BETA) - Used to assist in the validation and documentation of Lync Server 2013.

Maybe you are looking for