Creating web page now, want mobile app later.  Best practices?

I've been writing actionscript on and off for a long time now, but have always used the Flash IDE.  I'm hoping to build my next project using Flex Builder because I'm more of a code jockey than a designer.  I've got Flex Builder 3.
I'm involved with a modest mobile game project.  We're hoping to build a simple game and it seemed logical to do a quick-and-dirty version of the game in actionscript so the project members and a select audience might be able to evaluate the game dynamics in a browser before we spend a gazillion dollars building the game for iPhone and Android platforms.
It is my sincerest hope that I might develop my code in Actionscript and MXML and use this code to build mobile apps for iPhone, iPad, and Android without having to rewrite everything in Objective C or Java or whatever other language might be in play at the time we get it finished.
Q1: Is this possible?
Q2: Can anyone sketch out for me an overview of the process whereby one exports a Flex project to a mobile app platform?
Q3: Can any seasoned developers tell me the big "gotchas" to watch out for?  For instance, I'd hate to incorporate a component that would not export to one of the mobile platforms.
Any help would be greatly appreciated.

Thanks for your helpful post.  That's encouraging to know that I might be able to get the Flex 4.5 SDK without upgrading my IDE.  I'm a big fan of Eclipse and am considering trying to just use Eclipse with a Flex plugin. I certainly hope I might be able to download the latest eclipse and install a 4.5SDK plugin.  Might as well shoot straight for the latest SDK, right?  It would be great to avoid the $300 investment.
From your post, it sounds as though the Flex 4.5 sdk will be required for one to access the mobile phone features (gps, camera, accelerometer, etc.) which makes sense.  The ability to go actionscript->mobile was only recently announced.  Personally I think this capability is brilliant on Adobe's part.
I'm still wondering about the "best practices" aspect. Obviously the idea of a mouseover does not apply in the context of a touchscreen.  As I recall, the events exposed by Cocoa Touch (or other touch screen APIs/libraries) don't have the same Mouse/Pointer events as the AS3 that I know.  The point of this post (which is working well so far thanks for the input) is to try and make sure that I avoid building an app which uses features unavailable in a mobile context.  I'm starting to wonder if skipping the web page advice is being given because they mobile and web page paradigms are so different.
I still assert that the web page stage would be much easier to bring in testers -- meaning non-technical people who wouldn't know the first thing about installing an app on their phone. I'm talking about an audience of dozens or possibly hundreds and just can't provide them all guidance about getting the app installed.

Similar Messages

  • Aperture 3 - creating web pages

    Hi,
    I processed friends images and want to put them on web pages in order for them later to download. I created a test web page and found that the size of underlying actual processed and exported image (not a thumbnail) is too small for printing... I want them to have bigger images in order to print later...
    I know that during the export one can choose size of thumbnail and web image, but it limited to the web size anyway...
    Is there a setting I can change to make web image bigger?
    Thanks in advance...

    This probably depends on what sort of web page you are using to share the photos.
    If you use MobileMe Gallery, there's are some options which determine whether or not you want to allow downloading and if downloading is permitted, do you want to provide "optimized" size, "actual" size, "masters", etc.
    So it is possible for them to see a web-sized version of the image on the web page, but the download would be significantly larger and suitable for printing.
    Post a few details as to what site or format you are using to share and hopefully users here will jump in with more site-specific suggestions on how to achieve what you want.

  • Where do Aperture created web pages exist on .Mac?

    Where do Aperture created web pages exist on .Mac?
    After creating the web galleries I copy the link and view the page in Safari. Where do I see saved pages on .Mac?
    Thanks for any help.
    Dual 2.0 G5   Mac OS X (10.4.8)   17" PowerBook 1.67

    there's a lot of good info in the link referenced above...A simple answer to your question (IMO) is that the pages get created by Ap (look in your iDisk, a folder named "Sites")...now getting it referenced from "homepage.mac.com" is another (mystery) story. In the past two days, I've tried to get answers from .mac support and by the time they get around to looking into the situation (not being able to reference the pages from homepage), the problem is fixed and it works. I suspect there is some directory linkage built that happens during an overnight maintenance routine or something....but the bottom line for what I'm seeing is:
    1) web pages created outside of homepage (from Ap for example) are not immediately available through that server;
    2) they must be added through some other mechanism, but seem to be available the next day
    3) for someone with basic html knowlege, there is probably a way around this, but I wanted something reasonably easy to do...
    I hope this helps...it IS frustrating.
    cheers,
    david
    MP, PB12   Mac OS X (10.4.8)  

  • How to Password Protect  a Page of Your Mobile App

    I am trying to password protect few pages of my mobile app. I am building the app using Jquery Mobile in Dreamweaver for IOS and Android. What is the best way to password protect a page? I am not looking to create a login page..I just want to create few password protected pages that require just one password. Is there a way to do it in Dreamweaver?
    Thank you

    AFAIK, you cannot password protect one section of a jQuery Mobile page.  It's either all protected or it's not protected. 
    Nancy O.

  • HT1677 Where can you set default in Safari to view as web page instead of Mobile Version?

    Where can you set the default setting in Safari to open page as web page instead of Mobile Version on iPad running iOS6.01?

    And, to make it even more fun, sometimes a website changes how it deals with Safari Mobile. A website that treated it like a desktop browser suddenly starts treating it like a cell phone. Just to mess with you. Or push an app.
    Best of luck.

  • How to publish a web page displaying a JFX app ?

    Hello (again '-_-) !
    I'd like to create a web page displaying a JavaFX application.
    When I launch the html file generated by NetBeans in the dist folder, It works perfectly, but when I put the same files (.html and .jar) on a webserver, the app never starts... I only get the Java image-loading spinner.
    Is there something else to do to plubish a web page displaying a JFX application ?
    Best regards,
    Cereal.

    Ok, so i read the "10 minutes tutorial" and i think that my files are ok :
    DemoFFE_browser.jnlp :
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+" codebase="http://xxx.xxx.xxx.xxx/camera/ffe/" href="DemoFFE_browser.jnlp">
        <information>
            <title>DemoFFE</title>
            <vendor>fjeannet</vendor>
            <homepage href="http://xxx.xxx.xxx.xxx/camera/ffe/"/>
            <description>DemoFFE</description>
            <offline-allowed/>
            <shortcut>
                <desktop/>
            </shortcut>
        </information>
        <resources>
            <j2se version="1.5+"/>
            <extension name="JavaFX Runtime" href="http://dl.javafx.com/javafx-rt.jnlp"/>
            <jar href="DemoFFE.jar" main="true"/>
        </resources>
        <applet-desc name="DemoFFE" main-class="com.sun.javafx.runtime.adapter.Applet" width="176" height="144">
            <param name="MainJavaFXScript" value="demoffe.Main">
        </applet-desc>
    </jnlp>DemoFFE.html :
    <html>
    <head>
    <title>DemoFFE</title>
    </head>
    <body>
    <script src="http://dl.javafx.com/dtfx.js"></script>
    <script>
        javafx(
                  archive: "DemoFFE.jar",
                  draggable: true,
                  width: 176,
                  height: 144,
                  code: "demoffe.Main",
                  name: "DemoFFE"
    </script>
    </body>
    </html>The java console still displays this message
    exception : null.
    java.io.FileNotFoundException: JNLP not available: DemoFFE_browser.jnlp
         at sun.plugin2.applet.JNLP2Manager.loadJarFiles(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Exception : java.io.FileNotFoundException: JNLP not available: DemoFFE_browser.jnlpAll my files (DemoFFE.jar, DemoFFE_browser.jnlp and DemoFFE.html) are in the same directory.
    Does somenoe know where to set the path of DemoFFE_browser.jnlp ?

  • How do I e-mail a web page I want someone else to see?

    sometimes i see a web page I want to send onto someone...how do I do that now that you have changed things?

    First click the Menu button and check if you have the "Email Link" available.
    If not, then click Customise in the Menu, then check for "Email Link" on the left hand side, drag and drop it in the Menu area or near the Menu button, the choice is yours.

  • Why use Dreamweaver for create web pages

    Hi I am new in Dreamweaver and I want to know why use Dreamweaver for create web pages?

    Twitter
    http://twitter.com/altweb
    Blog
    http://alt-web.blogspot.com/
    Site
    http://alt-web.com/

  • How to create web pages in Flash?

    Hi,
    I am trying to create a personal portfolio website using Flash CS4.
    Understand that there are a number of ways to create web pages using Flash.
    One way is to create separate swf files for the web pages and load them when the web page is requested.
    Another way is to put the pages in separate frames in the same swf file or to use scenes and use gotoAndPlay().
    Another possible way is to create separate movie clips for the web pages.
    Wonder if anybody can advice the recommended way of creating the web pages.
    Thanks in advance.
    regards,
    ladybug

    there are pros and cons to each approach.  which is best for your situation depends on your specifics.

  • How to create web page same as Struts tiles in OPA?

    Hi,
    How to create web page containing consistent Header,Fotter,left right pannel which embed OPA screen?

    Web Determinations uses Velocity templates to configure the appearance of a paritcular page. You can configure these tempaltes to get the look and feel that you like.
    For more information search for "Oracle Web Determinations Template Reference Guide" in the Oracle Policy Automation Developer's Guide (http://docs.oracle.com/html/E38272_01/toc.htm)

  • Firefox Mobile Version currently Rolls itself up. you can no longer view the web page re installed mobile version still firefox rolls it self up even in full screen mode

    Firefox Mobile Version currently Rolls itself up. you can no longer view the web page re installed mobile version still firefox rolls it self up even in full screen mode.
    "Firefox mobile and Firefox installed on my PC both do exactly the same thing BTW."

    That is a legitimate Mozilla newsletter. As it says in the email:
    You're receiving this email because you subscribed to receive email newsletters and information from Mozilla. If you do not wish to receive these newsletters, please click the Unsubscribe link below.
    Unsubscribe https://www.mozilla.org/en-US/newsletter/existing/ad9febcf-65ac-41fd-810b-798945f448f3/
    Modify your preferences https://www.mozilla.org/en-US/newsletter/existing/ad9febcf-65ac-41fd-810b-798945f448f3/ "

  • How to make all web pages not use mobile page

    I don't want to see the mobile web page. I want the desktop view. It seems to be grayed out.

    I have that installed but it still shows me the mobile version of the site. The desktop icon is grayed out.

  • How to create web page containing a text(Information)  in webcenter portal

    Hi
    I want to create a web page containing a text (information)and that should be editable at run time.I am trying the same to achieve through oracle composer but unable to get the required result.
    I am using J developer 11g for creation.

    check
    http://download.oracle.com/docs/cd/E12839_01/webcenter.1111/e10147/Topic_2.2.htm
    http://download.oracle.com/docs/cd/E12839_01/webcenter.1111/e10148/jpsdg_page_editor.htm

  • Create web page in webdynpro java

    i want to create a web page in webdynpro java like in .net, how can i make a web page i.e. different from a simple webdynpro java page.

    As ayyapparaj told, you can create J2EE application with NWDS. it is purely eclipse platform.
    Go for Web Module Project where you can have JSP and Servlets, create a Enterprise Application out of Web Module and deploy it.
    nikhil

  • Help asap - creating Web page with templates

    Hi,
    I need help asap, im using BPC Web (my system BPC 75 SP04, MS version and there is not a lot of info on the web).
    How can I create a web page using one of my Excel templates (the ones created for the application, to upload data)...
    I've tried searching the templates inside Web ready Files but doesnt work for me... the only files available that appear are Temp.txt
    I read about reports... but these are supposed to be created via "build a dynamic report"  and i already created all my templates in a certain way. Also, Web ready Book  only works with REPORTS right?
    Thanx in advance.
    Velázquez

    Hi Sorin,
    Thank you so much for the response, just want to clear this out:
    You wrote:
    1. Excel reports can be used just with BPC Excel client.  -  do you mean the "BPC dynamic reports"?
    2. You can not use these reports into Web. - my excel reports?
    Regards
    Velázquez

Maybe you are looking for

  • How can I delete my old OTN Account ?

    Hallo, I create a new OTN Account, because I can't change my e.Mail. How can I delete my old Account ? With kind regards Roanld Breuer

  • ITunes Account Access 12.0.1

    Hello, On my mac, I updated to Yosemite. I could successfully log in to my Apple ID the initial time and then when I click on my profile and select any of the options under my account like "Wish list" or "Redeem" it makes me put in my password again.

  • Does Apple plan to update iWeb?

    I've enjoyed using iWeb 09 for just over a year, but I'm beginning to wonder if this program is going to be around in the future. I'm a small business guy with limited time to spend on making a web site, so if Apple is going to ditch iWeb I think I'd

  • How to get Smartfilter Activation certificate?

    I am not sure if this is a place to ask this question. But after no luck i thought of posting it here to get an answer. I am using Content Engine 565 with ACNS. The CD accompanied with this product contains Smartfilter console and server. The documen

  • Data point sets for the interpolate 1D array vi

    The HELP info for Interpolate 1D Array states that you can input an array of numbers OR POINTS. What format would you input points, or "data point sets" as the help states?