Away3D in Flash iPhone apps

Will iPhone support away3D flash games???
Will the performance be similar to native iPhone 3D games?
By the way, will iPhone flash apps bhave the same performance as native iPhone apps?

The answers to your three questions are fairly short:
Will iPhone support away3D flash games???
Yes, you can play away3D on the iPhone.
Will the performance be similar to native iPhone 3D games?
No it won't, because the native 3D is OpenGL which is much more faster then using the iPhone CPU to render you 3D.
By the way, will iPhone flash apps bhave the same performance as native iPhone apps?
Yes you are able to provided you have optimized your application thoroughly.
Mike Chambers has a slide show called: Creating High performance iPhone application with Actionscript 3
Which can be found here.

Similar Messages

  • External XML files in Flash iPhone apps

    Hi everyone. I know that apple has loosened up on what is and isn't allowed on the app store these days, such as flash. I was thinking of writing an app that would call upon a web based xml file to call up pictures to display in the iPhone.
    I know Apple doesn't allow apps that call upon external scripts but it's not an executable script, its a list of images and where they are stored. Does anybody have any input on whether Apple may have a problem with this?
    Cheers

    don't know.
    I'm not sure of the differences between actionscript in flash and javascript in the browser but you could call for an XML file to be sent as json data from the script if accessing external XML files directly is not allowed.
    Problem is that XML can contain anything you want it too... it could contain a script itself.

  • Working with facebook and Twitter oauth API with adobe flash iphone package

    Hi Guys any body tried to do some facebook stuff or twitter using with this package for iphone. any thought, findings or help. please share here.
    i am trying both with way to use facebook as3 librabry for web and desktop (but now success)and also now going to try to add some web view like thing to ask user to login and authenticate application then make all calls using php web services for rest of functionality.
    Would like input from developers interested in facebook, twitter intergration in flash iphone app.
    Regards
    waris

    hi any body try this library for twitter
    http://code.google.com/p/oauth-as3/source/checkout
    please share your example code if you can. i am trying this if succeeded will share my findings here. thanks

  • Flash/iPhone Capabilities

    I was curious if anyone knows if Flash iphone apps can access the users iTunes library on the phone.  Is this possible?  I know it is with Objective C, but can Flash do the same?
    Thanks.

    I was curious if anyone knows if Flash iphone apps can access the users iTunes library on the phone.  Is this possible?  I know it is with Objective C, but can Flash do the same?
    Thanks.

  • I tried using the Voice Memos iPhone app and ended up with a red banner on top of the screen that flashes "recording 00.00" but I can't locate what I thought I was recording.  can you help me?

    I tried using the Voice Memos iPhone app and ended up with a red banner on top of the screen that flashes "recording 00.00" but I can't locate what I thought I was recording.  can you help me?
    jacknil

    I found an answer to this on another page (I was having the same problem) This worked for me:
    Double-click the Home button.
    Swipe left or right until you have located the app you wish to close.
    Swipe the app up to close it.
    more here: https://discussions.apple.com/thread/5596831

  • Push notifications in flash based iphone apps

    Will there be support for push notifications in flash based iphone apps???
    And will be support to play music while in flash apps?

    Same here. On all 3 of my ios devices. Someone should really contact apple about this, and link this thread.
    Same problem mentioned here:
    https://discussions.apple.com/message/23392451?ac_cid=tw123456#23392451

  • 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..

  • Help to get my iPhone App to iTunes Connect Flash Packager

    help to get my iPhone App to iTunes Connect Flash Packager
    i have problem
    only with Flash Packager  i have problem
    form  Xcode working fine no problem
    Application Loader show me this
    Application failed codesign verification. The signature was invalid or it was not signed with an apple submission certificate
    MacBookPro
    Flash CS5.5

    Did you create the correct mobile provisioning profile and distribution certificate?
    http://help.adobe.com/en_US/as3/iphone/index.html
    Go there, expand "Compiling and debugging iPhone applications" and then "Compiling  an iPhone application installer (IPA) file".
    Make sure you are creating the *distribution* files and not development if you trying to submit this to the app store.

  • Iphone app and Flash Builder 4.5

    Hi
    I'm using Flash Builder 4.5 to develop an iPhone app where the users can make certain comments which are to be stored in a database.  These comments should then be available to all the users of the app and in turn they can add additional comments.  My question is do I need to have a SQL database running on my server to which the comments are stored or is there another way to store user input and make it available to all the users of the app?
    Any guidance would be appreciated.
    Thanks,

    Hi all,
    Exact same problem for me as well. Can someone please help ?
    Thank you !

  • Convert flash to iPhone app

    Hi, does anyone know if there soon will be able to convert an flash to an iphone app? I want to convert this boat designing flash aplication: http://www.skagerboat.no/?page_id=187
    thanks
    Arve

    http://labs.adobe.com/technologies/flashcs5/appsfor_iphone/

  • Using box2d flash as3 engine for iphone apps

    Hi
    have any body tried box2d flash as3 libraries working with flsh cs5 iphone apps.? when i compile app it give many errors, using flash player 9 give one error b2fixture undefined type error. any body developing physics base games as3 for iphone please share any good as3 physics base game engine.
    Thanks

    If you are targeting all iDevices I strongly suggest to forget about the Box2D. There is absolutely no way you can get (almost) any kind of physics simulation running smoothly with 1st and 2nd generation iDevices with current version of Packager for iPhone.
    And it really is graphics that is the problem more than anything else. Forget about caching Sprites or MovieClips. Actually don't use MovieClips and Sprites at all, it's just too slow. Instead start extending Bitmap class with your own animation system (swapping BitmapData) and mouse handling (hitTestPoint), there's plenty of examples.
    And then if you write really really optimized code you can get one fluently moving and animated sprite object running on your iPhone or iPhone 3G (with out doing anything else than just moving and animating that one object). More than one (animated and/or moving) object causes serious performance problems. You don't notice this as linear slowing in FPS (which would still be kind of ok), but it's more like skipping frames every now and then. This looks and feels really disturbing and makes designing of games pretty hard...Using GPU mode doesn't make any difference.
    But to answer the question, I'm pretty convinced that you can get (simple) Box2D simulation running smoothly on iPhone if you:
    1. Target only 3rd generation iDevices and above
    2. Use only Bitmaps as graphics
    3. Do rotations with pre-rendered frames (or don't use rotation at all)
    4. Optimize Box2D and your code thoroughly
    Just for **** and giggles I think I try to get some kind of physics simulation running on 3G too...
    By the way, comparing performance of 1st generation iPhone to HTC Desire (I happen to own both too) is like comparing C-64 to my shiny new Phenom II X6 rig. If you just look at the specs:
    HTC Desire:
    1 GH ARM v7
    AMD Z430 GPU
    576 Mb DRAM
    iPhone 3G:
    ARM 1176JZ(F)-S (underclocked to 412 MHz)
    PowerVR MBX Lite 3D
    128 Mb DRAM

  • Make iphone app file from adobe flash cs3.0

    hi all,
      I have abode pro 5.5 and I have made an Iphone app. my project haves 2 files with exten .fla and .swf so, how can I make iphone file? what can I do? what is the publish?

    https://developer.apple.com/devcenter/ios/index.action

  • IPhone apps made with Flash currently on the App Store?

    If you've successfully published an app made with Flash to the App Store, could you please post the App Store link?
    ...I'll buy it! I just want to see what's been done, and look at performance. I'm working on my first Flash based app now.

    mWine - mobile sommelier app, uses extremelylarge array and case functionality.  I'm about to upload the update, which will allow much quicker selection via an autocomplete field.  http://itunes.com/apps/mwine
    mi-toons - Based on my caricatures of famous political figures (9 total) it allows a user to select their facial expression, background, and the text for their speech bubble to make their own political cartoons (which are then saved to device). Currently changes these features via clicking right and left on the screen, the next update will base it on swipes.  http://itunes.apple.com/us/app/mi-toons/id362060207?mt=8
    Upcoming: Future Kings #1 - First issue of my comic book (writer/artist/designer) about what happens when the world's only superhero dies and people use science to try to replicate his powers.  You can preview it in action here: http://coalminds.com/blog/2010/10/18/future-kings-preview-of-ipad-app/

  • Flash drive app for an iPad

    Does anyone know if there is a flash drive app for the iPad? 

    So the site requires flash player? Sounds different than what you first asked.
    There are some options, other than Safari, not sure if it will work....
    Skyfire and Puffin are alt. browsers
    5 Flash Player Alternatives
    http://www.techshout.com/features/2011/01/flash-player-for-ipad-apps/
    Top 4 browsers supports flash player on iPad and iPhone
    http://mashtips.com/flash-player-ios/

Maybe you are looking for

  • MacBook Pro crashes after upgrade to 10.8 Mountain Lion

    Upgraded MBP to 10.8 when it first came out but it crashes all the time. I have since reinstalled OS X many times to cure various problems of CD drive not working, USB ports disconnecting drives, etc. but the crashing hasn't stopped. I finally took t

  • System Error while sending the IDOC to Broker

    Dear Gurus , Due to system eroor - tRFC are failed . To reprocess failed tRFC I am using RSARFCEX and scheduling the program as job with the frequency of every 5 min. It does delete the entry from SM58 and shows like it has been processed . But when

  • Regarding Reporting solution

    Hi, I am creation reports .But it is taking more time to display reports and data is more in my system. Is there any reporting tool in Oracle So, It gives performance while reports display? Thanks in advance.

  • Problem with hierarchy

    Hi, I am running a query which time dependent hierarchies in it. The two hierarchies have two different time ranges. But when I ran a query which set a key date and choosed one of two hierarchies. The error happened. Error message "abort Hierarchy ha

  • How to get the wi fi working again on the mac mini os 10.9?

    Hello, I"ve had the computer for a year and this is the first problem I"ve had with the wi fi.  I used another device in my house and my comcast wifi works fine.  I ran network diagnositics and it said its fine but no web pages or web apps will load.