Getting started with air and android

Hi,
I made a game using flash as3 technolgy some time ago, that is deployed in a website. I've been studying the possibility of porting the game to mobile devices (android). Is that possible? Wich level of effort am I going to need? Wich tools from adobe am I going to need?
I think that's all for now... thanks!

That's great! I also bought a book in amazon to help me to get started
Thanks!!
Sent from my iPhone
El 09/04/2011, a les 23:20, Saumitra Bhave <[email protected]> va escriure:
The development process remains almost same. In flash development you create swf and put it in HTML using object or embed tag. In Adobe AIR you create SWF and package it using the ADT tool which comes with AIR SDK.(But, With adobe AIR you get some more APIs which you don’t have in Flash)
While packaging you can tell the adt to package for Android, iOS or any desktop. And provide the required parameters along with the SWF and application xml.
Once you create the apk. You can install it on actual device or android simulator.
For testing purposes you can generate a self signed certificate using java -keytool command.
You can google any of the following things to get started.
1. Android SDK, adb tool, creating Android emulator
2. AIR adt - package command for android
3. java -keytool help
>

Similar Messages

  • Get started with file and font sync

    Get started with file and font sync how do you access the 700 free fonts?

    Have you requested and received an email that you're eligible for File and Font Sync early access?
    If you have, go to creative.adobe.com and download the latest version Creative Cloud desktop after you log in with your Adobe ID.
    Then when installed, you should be able to click on Fonts to browse on the Typekit website.

  • Where do I get started with OAS and JSP ?

    Where do I get started with OAS and JSP ?
    Resources?
    Please point me in the right direction!
    Post and/or email me at [email protected]

    The simplest way is to read OAS4082 Documentation:
    Developer's Guide: JServlet and JSP Applications.

  • Getting started with Java and XML

    Hi,
    Although I am pretty familiar with Java, I am a total newbie with using it to parse XML. I have been reading quite a few tutorials so am getting a good understanding of it and am thinking of using the DOM model for my purposes.
    What I haven't been able to find, however, is how I can actually get started with this. I have tried compiling a few examples and have been getting errors such as:
    xmltest.java package javax.xml.parsers does not exist
    xmltest.java package org.w3c.dom does not existetc etc...
    It looks like these packages don't come with J2SE. Can anyone confirm this? Do I need to download and install the Java Web Services Developer Pack to solve this problem?
    Finally, I know I will need an XML parser but have read that JDK 1.4 has it's own parser (Crimson). Is this adequate for parsing XML files or will I also need a parser such as Xerces?
    Thanks so much for any help!

    Hi DrClap,
    Thanks for the reply. I have JDK 1.4.1_02 installed on my server but the following error keeps coming up when I try to run my example:
    Exception in thread "main" java.lang.NoClassDefFoundError: org/w3c/dom/NodeAre there any further packages I need to download in order to run Java with XML? I have read some people install JAXP and XERCES... are these necessary for parsing an XML document or should J2SE 1.4.1 be sufficient?
    Thanks for your help!
    Jill

  • Getting started with ATG and Eclipse

    Hi,
    I am newbie in ATG web commerce. I am doing some R&D how to integrate ATG with eclipse JBoss and oracle. I searched on Google, there is one very interesting topic about getting started with atg, jboss, oracle :
    http://atgdeveloper.wordpress.com/2009/04/19/getting-started-with-atg-jboss-and-oracle
    It is very helpful to me but there is one problem what are the requirements of eclipse to integrate it with ATG. Is there any ATG plugin, which I can download all the plugin for eclipse and please can anyone help me if there is any ATG configuration documentation available, please share link or document(if there is complete step-by-step documentation available).
    I will greatly thankful to you. Very very thanks in advance.
    Thanks,
    Manveer
    Edited by: msingh on Nov 9, 2011 3:37 AM
    Edited by: msingh on Nov 9, 2011 3:38 AM

    Hi GarethR,
    I have a looked on ATGInstallationGuide.pdf, which url it shows is not working http://www.atg.com/eclipse. I think the url for ATG plugin has been changed now but I didn't found that url on google. Can you please help me to get correct url.
    When I try to use this url using eclipse update manager. It shows me no features available for this site.
    Thanks,
    Manveer

  • Getting started with oracle and jdbc

    i have downloaded ojdbc14.zip from oracle.com
    it's documentation only tells you about the api and the packages and nothing about how to configure it.
    how do i get started? where do i unzip those files and what to do next?
    please help

    "The Old oracle.jdbc.driver Package Will Go Away Soon
    If you still have existing applications that use the
    old oracle.jdbc.driver
    package, now is the time to convert your code."
    And who is so foolish as to use concrete types
    instead of java.sql and javax.sql interfaces or embed
    driver class names in their code? Well, anybody who's more interested in optimal performance than being generic, and willing to put up with the headaches of that, such as providers of high-performance OR mapping tools or someone tuning a very heavily used bit. Or anybody working in a committed Oracle-only shop. It's not a one-size-fits-all world...
    Again, Oracle is evolving the standard. No, the standard is Sun's java.sql interface.Yea, Sun evolved Java, and Oracle is recommending the use of Datasources to keep step with that evolution...
    This still
    works, but Oracle is shifting away from <sid> and
    using <service name> instead. The alternate syntax
    for the URL is:
    String url=jdbc:oracle:thin:@<host>:<port>/<database>
    This has been true for as long as Oracle has had a
    thin, type IV JDBC driver. The URL syntax hasn't
    changed.
    Yes it has and Oracle says it has, here:
    http://download-west.oracle.com/docs/cd/B14117_01/java.101/b10979/urls.htm#BEIJFHHB
    Wherein it is written, in Section 3.2.1 of the Oracle� Database JDBC Developer's Guide and Reference, the sesction on the several supported URL formats for Oracle 10.1
    Notes:
    * Oracle Service IDs are no longer supported at 10g Release 1 (10.1).
    They go on to list three URL styles supported:
    Oracle Net connection descriptor - like an entry in tnsnames.ora (ick!)
    Thin-style service name - the most common, what was quoted above.
    LDAP syntax - for having an LDAP service resolve the database for you
    However, in the old 8.1.7 JDBC documentation, here:
    http://download-east.oracle.com/docs/cd/A87860_01/doc/java.817/a83724/basic1.htm#1006213
    Oracle lists support for:
    Net8 connection descriptor - Net8 is the old name for Oracle Net
    Thin-style sid name - what was quoted in the post to which I first responded.
    Thin-style sid name syntax has a colon between the port and the sid; thin-style service name syntax has a forward slash between the port and the service name. SIDs and service names are not the same thing, although they serve the same purpose in a URL (connecting you to the right instance) and often have the same value. However, a SID for a database is set at DB creation time, is unique to the DB, and cannot be changed easily. Multiple service names can be configured for a database, and they can easily be changed (if you're the DBA). Oracle is providing an additional leval of abstraction by moving to service names, to support additional features and choices. While many installations don't need all that and have in essence ignored the distinction bewteen SID and service name, some multi-database projects can benefit from it.
    >
    StuDerby, I think you should look into this a bit
    more. Your advice is far from optimal, IMO.
    Yeah, I could've taken the time to write a more generic, newbie friendly repsonse; instead, I lifted directly from the Oracle documentation that was cited earlier since newbies seem to have an aversion to reading documentation.

  • Getting started with DW and PhoneGap

    I've checked the videos and the FAQs, and I can't seem to find an answer to this simple(?) question:
    How do you initially create a PhoneGap app within DreamWeaver?
    The videos show things such as how to upload/build/install/etc such an app, but they all start with "here's the app that's ready to build".  They already have assets such as "phonegap.js" as part of the project.

    Try this tutorial:
    Create & package Mobile app with DW, jQuery Mobile & PhoneGap
    http://www.adobe.com/devnet/dreamweaver/articles/dw-phonegap-mobile-app.html
    Nancy O.

  • Getting started with CF10 and Dreamweaver

    I'm trying to get some HS students started on CF10 and Dreamweaver (used together).  Back in the day, Macromedia had an awesome little tutorial that showed how to get everything all set up and program a simple web app.  Can anyone point me to a similar tutorial for CF10 and Dreamweaver.  I've tried to get started but seem to get errors on every step (for example it won't let me use an Access database).  My preference is to use Dreamweaver to write a lot of the code (initially).
    Thanks for any help people can provide,
    Ben

    Here is your answer:
    http://blogs.coldfusion.com/post.cfm/coldfusion-10-64bit-and-msaccess

  • Getting Started with Flex and Java RPC for Free?

    Good Morning,
    Please forgive me if this is the wrong place to post- I'm
    just having trouble wrapping my head around what is and what isn't
    available for free in the Adobe Flex world.
    I've been working on an application for the last few months
    using Open Laszlo (
    http://www.openlaszlo.org/),
    but I've been running into frustrations with their lack of
    up-to-date documentation, and I've found it difficult to bring new
    people into the project, since the set of users who know it is so
    small.
    While I do like that I can compile to DHTML, that's not
    enough to hold me there.
    I've been looking into Adobe Flex, and it seems like a good
    alternative- I'm comfortable paying $500 for the IDE-
    I use Eclipse currently, so having a plugin for it sounds
    ideal. That said, when I look into ways to talk to a Java backend,
    everything points to Flex Data services, which is now part of some
    larger package costing tens of thousands of dollars.
    I don't need advanced messages, or data synchronization, as
    nice as it would be.. All I really need is the ability to call a
    Java method, and get an object back, which I can then work with in
    Flex.
    I see the forum message that asks
    "How
    do I 'do' Flash for free?, but this only talks about RPC very
    broadly. Given that the message is from over a year ago, I thought
    it would be better form to start a new topic, than replying to it.
    Can someone explain to me what components I'd need, both on
    the client side and the server side?
    Is there a set of manuals that explain how to do Flex RPC
    from Java?
    Can Flex compile to any versions of flash earlier than 9?
    (Flash 6/7 is still in wide deployment)
    Do I want to start using Flex 2, or Flex 3? Are the
    components compatible? Will the F3 docs be ready?
    Finally, where can I purchase the Charting components? The
    ability to create charts such as
    this
    overcome a decent price barrier.
    Thank you for any insight you can offer, and direction you
    can provide.

    quote:
    Originally posted by:
    cunparis2day
    On our project they made a proxy in java where they passed in
    the name of the method as a string, and an array of objects for the
    parameters. The proxy then sent the request via RMI and returned
    the result. Kind of a hack but they say it worked (I wasn't here
    when they did it).
    What did the RMI talk to? Are there docs on this?
    quote:
    Another approach, generate the proxy from the java
    interfaces. Or better yet, generate it dynamically with CGLIB.
    quote:
    Finally, I'm investigating using Mule for the integration.
    Let me know what you think about those suggestions.
    We have our own messages, but how would MULE translate them
    to Flex?
    You know quite a bit more about this, can you take a step
    back, and explain?

  • Flash CS3: Getting Started with AIR

    Ok, heres the manual i'm following
    http://livedocs.adobe.com/air/1/devappsflash/help.html?content=FlashHelloWorld_1.html
    1. Start Flash. <-- oke i can figure out how to do that
    :P
    2. In the Welcome Screen, click Flash File (Adobe AIR) to create
    an empty FLA file with Adobe AIR publish settings. <--
    no?..i dont see anything about AIR ?
    soo..what now?..
    apparently this is the way you'do it..according to the manual
    which says:
    Creating an Adobe AIR application in Flash is much like creating
    any other Flash application. The differences are that you begin by
    creating a Flash File (Adobe AIR) from the Welcome screen and
    conclude by creating application and installer settings and
    installing your AIR application. -- great =/
    EDIT: i found i might have to update my version of
    flash.

    AIR Update for Flash CS3 can be downloaded from this link:
    http://www.adobe.com/support/flash/downloads.html

  • Getting started with JDev and 11i

    Good morning everyone. I currently have access to an 11.5.10.2 Apps instance running on ATG RUP6. I am looking to start some BPEL development and have a couple questions regarding the development and server tools necessary for this.
    1. I don't have the Metalink note(s) handy, but what I've read says that for 11i development with JDeveloper, you need certain versions of JDev available from Metalink as a patch. If I recall, they are all various patched versions of JDev 9i. Is it not possible to use the latest 10g version? From what I have seen, there are many many improvements from 9i to 10g, and I would really like to use the best tool available!
    2. Several blog entries and Oracle white papers discuss creating BPEL processes that will work with EBS. For example, this one here: http://www.oracle.com/technology/obe/fusion_middleware/fusion/soa/bpel_ebuz/bpel_ebusiness.htm
    In the few that I have gone over, they all say to download and install JDev, 11i (11.5.10+), and the SOA suite. I do not understand the part about having to install the SOA suite -- why is that necessary? Does 11.5.10 not have the necessary components to start doing BPEL development? This is not such a big deal for someone with a personal computer doing practice development, but at a company, we are talking about having to install and maintain a rather significant component. Is there anyone here who is actively developing BPEL processes for a production environment that can share some details regarding this?
    Thanks for all of your input!
    ryan

    I found the note to my first question: 416708.1. It says that specific versions of JDev are required depending on your ATG tech stack version. For 11i, they are all 9i versions. Specifically, it says "When you create extensions to eBusiness OA Framework pages, you must use the version of JDeveloper shipped by the eBusiness product team.". To amend my question, would this mean that I could use JDev 10g for BPEL development in 11i and stick to the particular JDev 9i only when modifying OAF web pages in 11i? Again, I would like to use the latest dev tools where possible.
    Thanks again.

  • Getting started with JMS and weblogic 10

    Hi,
    Do anyone have the refer doc or tell me do i create a simple Sender client and reciever client tht use JMS Admin object on Web logic server.
    I tried with weblogic example but they run in their directory.
    How do i write separate program in notepad and run from command prompt.?????
    What is the classpath requiered to set??
    what are the jars required and where do i get those jars??
    Plzzz help i m tryibg to learn JMS on weblogic.
    Thanks
    Rohan Lopes

    Hi,
    I tried running my First JMS code, but it seems there is some problem on my ConnectionFactory setup. Here is the exception stacks:
    Exception in thread "Main Thread" javax.naming.NameNotFoundException: Unable to resolve 'QueueConnectionFactorAllwyn'. Resolved '' [Root exception is javax.naming.NameNotFoundException: Unable to resolve 'QueueConnectionFactorAllwyn'. Resolved '']; remaining name 'QueueConnectionFactorAllwyn'
         at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:217)
         at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:338)
         at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:252)
         at weblogic.jndi.internal.ServerNamingNode_1000_WLStub.lookup(Ljava.lang.String;Ljava.util.Hashtable;)Ljava.lang.Object;(Unknown Source)
         at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:379)
         at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:367)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at jms.QueueSend.init(QueueSend.java:53)
         at jms.QueueSend.main(QueueSend.java:94)
    Caused by: javax.naming.NameNotFoundException: Unable to resolve 'QueueConnectionFactorAllwyn'. Resolved ''
         at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1138)
         at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:251)
         at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:171)
         at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:205)
         at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
         at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:224)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:479)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:475)
         at weblogic.rmi.internal.BasicServerRef.access$300(BasicServerRef.java:59)
         at weblogic.rmi.internal.BasicServerRef$BasicExecuteRequest.run(BasicServerRef.java:1016)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    My Code where queues and connection factory is defined is:
    // Defines the JNDI context factory.
    public final static String JNDI_FACTORY="weblogic.jndi.WLInitialContextFactory";
    // Defines the JMS context factory.
    //public final static String JMS_FACTORY="weblogic.examples.jms.QueueConnectionFactory";
    public final static String JMS_FACTORY="QueueConnectionFactorAllwyn";
    // Defines the queue.
    //public final static String QUEUE="weblogic.examples.jms.exampleQueue";
    public final static String QUEUE="exampleQueueAllwyn";

  • Getting started with flex and Eclipse 3.1?

    Hi all,
    Im a java Eclipse RCP developer and I wanted to work on some small apps using flex.
    I have been searching around on the web for instructions on how to get everything set up, but most of them seem to skip a  few steps.
    I am using Eclipse ganymede (3.1), and have downloaded the flex sdk.  Is there a plugin or something for flex that creates the proper perspectives in eclipse?  Or what exactly do I need to do?
    Also, I see that flex uses mxml, if I want to use flex and java as opposed to flex and php or coldfusion (the only examples I saw) is that possible?  I guess Im slightly confused as to what exactly I am writing this app in... java?  Actionscript?  Php? ??
    Basically my goal is this:
    Use eclipse 3.1 (not flex builder)
    Write an RIA that can also use AIR
    Connect to a MySQL database on the backend
    I have very little experience (or need) for J2EE, but maybe I should use it?
    Can anyone point me to a good tutorial that will get me going to achieve my goal?  Or tell me what exactly I need to install, and how to put it together?
    Thank you!

    You need Flex Builder plugin version.
    Trial version here:
    http://www.adobe.com/cfusion/entitlement/index.cfm?e=flexbuilder3

  • Getting started with AIR-AP1141N

    Hello!
    Has anyone a standard config to this?
    I have 2 vlans(inside and outside) on a Cisco asa, the AP is connected to the ASA, I want 2 SSID on the AP(inside and outside).
    Thanks!

    https://supportforums.cisco.com/docs/DOC-14496 for example ?
    The configuration is the same regardless of the AP model.

  • How to disable "getting started with Firefox" web page when starting Foxfire?

    Every time I open Firefox I get the additional web page "getting started with Firefox" and do not know how to disable it. Can you help?

    The page may be set as an additional home page, the following link shows how to check and set your home pages - https://support.mozilla.com/kb/How+to+set+the+home+page

Maybe you are looking for

  • '{' Key not working with Apple Keyboard in Windows & Visual Studio

    Good morning, I've been bugged by this forever now and tried it with Windows XP, Vista and 7 now on my macPro & (the latest version of) Bootcamp: I can type the { and } brackets just fine in most windows apps (e.g. start > run etc), but in visual stu

  • Just loaded new version of FF and now it will not open. Have restarted computer nothing helps. Using 64 b processor.

    Very strange it appears that I am now on FF (I thought I was on Netscape) but it took 10 minutes + to get FF to open. Up until then I could not get it to open even after multiple tries. Looked at Tasks running and FF did not show even after multiple

  • Concerns with overall support quality

    Hello, I am trying to buy CC membership and here are my story and questions to community so far: 1) When using online form, I am able to fill out my order (I am ordering as a company, so VAT number is submitted, country: Latvia) , however after I try

  • IWeb: Using iWeb

    Where do you get iWeb from? How much does it cost? Is it suitable for first time web site creation? Many thanks Graham

  • Pages is agonizingly slow.

    Pages has been slow to open and respond for months, but now I have to force quit and it still doesn't open.  In the past, trying to save a document sent the spinning beachball into overtime, now it doesn't even get to spin. My entire system now seems