A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: How to use Flash CS 5 to build iphone application?

  1. #1
    Member
    Join Date
    Jun 2009
    Posts
    63

    Question How to use Flash CS 5 to build iphone application?

    How to use Flash CS 5 to build iphone application?

    Is there any online step by step tutorial?

    And, can the application be run on iphone simulator?

  2. #2
    Senior Member
    Join Date
    Jul 2004
    Posts
    264
    CS5 isnt actually out yet -- But if you read the

    You can see the following little bits of advice:

    Only ActionScript 3 will work - no AS1 or AS2 code

    Existing ActionScript 3 Flash code should work on the iphone so long as you havent used any APIs or functionality not available.

    In fullscreen mode, the screen size is 320 x 480 (480 x 320 in landscape mode). With the status bar showing, the screen size is 320 x 460 (300 x 480 in landscape mode).

    You wont be able to use the iPhone's microphone and camera, but you will be able to use MultiTouch, Screen Orientation, Saving images to Photo Library, Accelerometer, Geo-location, Cut / Copy / Paste.

    I wont paste any more info, so you can read these:

    http://labs.adobe.com/wiki/index.php...ons_for_iPhone
    http://www.adobe.com/devnet/logged_i...od_iphone.html

    And a really good one is this:

    http://forums.adobe.com/community/la...appsfor_iphone

    Good luck matey -- it looks like if you have an idea for an iphone game - you "could" atleast get started with the basics in AS3, then get add the MultiTouch etc after. it would give you a bit of a head start. You just have to really optermise the code - like you do when working with flash for other mobiles.

  3. #3
    Senior Member
    Join Date
    Mar 2003
    Location
    Canada
    Posts
    166
    will game saves be allowed? like saving variables and stuff?

  4. #4

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center