SQLite in Flash, not Flex. For Android/iOS.

Help please people,
I can't figure out how to use an SQLite database within Flash Professional.
There are plenty of tutorials on how to in Flex, but not so much in Flash.
Could someone explain how or point me in the right direction?
Thanks, Charles.

Hey,
Thank for the reply. I'll start by saying I have Googled the legs of this subject but everyone seems to want to set this up in Flex, not Flash. Then again, I clearly haven't Googled enough.
RE: Targeting AIR, thanks will bear this in mind.
With SQL lite, is the database created on a fly?
I don't suppose you know of any books that go through this process?
Charles

Similar Messages

  • Flash vs flex for android development

    I've seen some videos using Flash and others using catalyst/Builder. I'm not sure which to start learning, I'm very interested though. I'm comfortable with flash (and have new 5.5 creative) but feel like builder/catalyst will eventually be more powerful.
    what are the advantages and disadvantages of them (is there somewhere I can read up on this if it's too long of an answer?)
    are there any good websites or books that really dig into the actual code from beginner to advanced? I don't even know where to look, the documentation is just very overwhelming. how would you advise even beginning? I don't want to get into bad habbits. i.e. learn in Flash then find out that I am limited by the program, or learn bad coding practices.

    I suggest checking out the Flash Platform page on Adobe.com for additional information.  Flash Professional, Flash Builder, and Flash Catalyst are targeted towards individual workflows for building rich Internet applications.  If you want to build data-driven or e-commerce applications and leverage the Flex framework, I suggest checking out Flash Builder.
    http://www.adobe.com/flashplatform/

  • Does adobe reader for android/ios support digital signature?

    does adobe reader for android/ios support digital signature?

    when to support digital signature in adobe reader for android/ios?

  • Not starting - for Android - as supplied with Acer Aspire One D255

    ''locking as a duplicate - https://support.mozilla.com/en-US/questions/886204''
    Download'''bold text''' Not starting - for Android - as supplied with Acer Aspire One D255

    Many thanks for a reply. It's good to get some feedback at least. I must admit I won't be too concerned if it's not compatible as I've since migrated to more useful tablet devices. This thing was always a bit of a mistake, especially with the annoyingly useless android bolt on. But as I use it for the occasional larger screen benefit and printer link, it would be good to have the benefit of latest MS. It still raises the question of why Acer at least can't provide a definitive list. After all there must be many other idiots like me that bought one? Thanks again
    [subject line edited to reflect new topic]

  • D/L Not starting - for Android - as supplied with Acer Aspire One D255

    D/L Not starting - for Android - as supplied with Acer Aspire One D255

    Of course within a couple of hours of this post I figured it out.
    I went to /etc/conf.d/gpm and added "-2" for two button mouse.
    GPM_ARGS="-2 -m /sys/devices/platform/i8042/serio2/input/input8""
    Now I can paste by simultaneously clicking the left/right buttons.
    rs

  • BlazeDS and Flash(not Flex or Air)

    Will BlazeDS work with Flash (not Flex or Air)?
    If so, are there any examples of this out on the web?
    Thanks,
    James

    Responded to this in the Configuration and Getting Started forum so am just reposting what I wrote there. . .
    Hi. I'm not sure anyone has done messaging between a Flash app and BlazeDS. I found some postings where people had gotten Flash apps to do web service calls using the rpc.swc from the Flex sdk. Not sure if these calls were going through BlazeDS as a proxy or directly to the target web service but I imagine that if they got the non-proxy case to work, the BlazeDS proxy case would work as well.
    The rpc.swc also contains the client side BlazeDS messaging code so based on what I have read it seems like a Flash app should be able to use rpc.swc to talk to BlazeDS to do messaging remote object calls etc. but not sure how hard it would be to get this working.
    This blog posting might help you.
    http://labs.qi-ideas.com/2007/12/25/using-flex-compiled-code-within-flash
    -Alex

  • Will BlazeDS work with Flash (not Flex or AIR)?

    Does anyone know if Blaze can work with Flash(not flex or AIR)?
    If so, how? Any examples?
    Thanks,
    James

    Hallo Russell,<br /><br />I'm a beginner with Flex and Flash, and I already succeeded calling the remote object with Flex. But my company requires me to use Flash (AS3).<br /><br />So, could you please give me an example of ActionScript code to call a RemoteObject in BlazeDs? The url? and call string?<br /><br />I also use Spring behind.<br /><br />I tried to use the url: "http://localhost:8080/myAppName"<br />and then the call string is "myService.getList"<br /><br />myService is the destination in the service-config.xml<br />getList is the method from the remote object which is a Java class.<br /><br />Here is the snippet from remoting-config<br />  <destination id="clasificationService"><br />    <properties><br />      <factory>spring</factory><br />      <source>clasificationManager</source><br />    </properties><br />  </destination><br /><br />and Here is the snippet from services-config:<br /><br />    <!-- Spring factory registration --><br />    <factories><br />        <factory id="spring" class="com.airbus.cm.cd.controller.SpringFactory" /><br />    </factories><br />    <channels><br />        <channel-definition id="channel-amf" class="mx.messaging.channels.AMFChannel"><br />            <endpoint url="http://{server.name}:{server.port}/{context.root}/messagebroker/amf"<br />                class="flex.messaging.endpoints.AMFEndpoint" /><br />            <properties><br />                <polling-enabled>false</polling-enabled><br />            </properties><br />        </channel-definition><br />        <br />        <channel-definition id="my-secure-amf" class="mx.messaging.channels.SecureAMFChannel"><br />            <endpoint url="https://{server.name}:{server.port}/{context.root}/messagebroker/amfsecure" class="flex.messaging.endpoints.SecureAMFEndpoint"/><br />            <properties><br />                <add-no-cache-headers>false</add-no-cache-headers><br />            </properties><br />        </channel-definition><br /><br />        <channel-definition id="my-polling-amf" class="mx.messaging.channels.AMFChannel"><br />            <endpoint url="http://{server.name}:{server.port}/{context.root}/messagebroker/amfpolling" class="flex.messaging.endpoints.AMFEndpoint"/><br />            <properties><br />                <polling-enabled>true</polling-enabled><br />                <polling-interval-seconds>4</polling-interval-seconds><br />            </properties><br />        </channel-definition><br /><br />    </channels><br /><br />Best regards,<br />Raymond.

  • Create a Multiplayer game for Android/iOS using flash?

    Hi guys,
    We're creating a flash - turn based game for iphone and android using flash builider (flex) and actionscript 3. We've built the game and have a working Ai and are now trying to figure out how we can provide multiplayer support on iOS and Android.
    As far as Im aware there are the following options:
    - Serversocket (although apparently this doesnt work with mobiles.
    - p2p with native air plugin (although I understand that this requires a database as well as the build of a front end connect to players)
    - apparently there is a new way with html - whereby two players can exchange data over a website without the need for a server.
    - Third party package like appwarp?
    This is driving me crazy as I understand the principle - i.e. send data from one mobile to a database - database fires message to opposing player - updates state of game on both mobile and on the server.
    All we want is a turn based game that sends a simple string of code with the moves between two devices. Is there any way of doing this for mobile (Android and ios) using flash and actionscript 3, or flash builder - without using a database?
    Can anyone recommend a straight forward way to do this? 
    If not - Im actually thinking of taking the finished game to a company and asking them to host the servers and port the game to android and ios for a cut of the royalties. Any thoughts on this?
    Thanks for you help on advance,
    T.

    Hi Aaron,
    Thanks for you kind response.
    Do you know how to use air 3.8 to create multiplayer for iOS android? It's frustrating, it's a basic turn based game so all we really need is to send 1 line of code containing a move between two devices which then changes the graphics. I've done something like this before using a MySQL server.
    I have a MySQL service on my hosting package for my domain, not sure whether I could use this?
    As far as I'm aware theres now an option in HTML 5 to do thus kind of thing without a server and swap data directly through a web address.
    Do you know roughly how much a small server costs to run?
    We're basically trying to get this on ios, android and desktop mac and pc. We also want to launch it through steam nd allow people to play each other via the steam network. Do you know or know anyone that knows about this kind of stuff?
    Thanks again, for your email. Where are you based?
    Tom.

  • Develop Apps for Android & iOS with Flash Pro CS6 ?

    I just want to start create Apps and Games for Android.
    1. Is able to me to build an Application or Games with Flash Pro CS6 and Publish it to Android phone? also same with iOS?
    2. Whats different in developing Apps with Flash Pro and Flash Builder?
    Thankyou

    1 yes and yes.
    2. flash pro is more suitable for animators (and therefore game creators) whereas flash builder is more suitable for developers (coders): http://forums.adobe.com/thread/791165

  • Video Conferencing in Air 3 for Android/IOS

    Hi,
    We are in the process of creating a Video Conferencing application for Android and IOS devices, the app would be published on Android and IOS market.  I have some quires related to using Air 3.0 for the development:
    For Android devices Front facing camera is supported only in Air 3.0, but can we assume Air 3.0 would be officially available by end of this year?
    Would this feature available for all Android 2.2 and above devices?
    Can we use Flash Media Server/any other streaming server for video conferencing?
    I have read in some of the post that Apple store do not allow video streaming with RTMP, is this true? Is there any work-around to use streaming video from within Air app for IOS?
    Thanks in advance!
    Sangram

    I used milkmangames ANE. (50$), because i didnt want to fork the code for each os.
    http://www.milkmangames.com/blog/tools/
    It was "easy" to set up (quotes: as easy as something complicate can be).
    Consumables, or One-time-purchases worked out of the box, but restore, subscriptions and auto subscriptions (like newspapers) had bugs like hell and were unusable.
    Also check out here for some free stuff (wich propably works as well as the comercial, "supported" stuff, stupid-me)...
    https://github.com/freshplanet/ANE-In-App-Purchase
    More ANEs:
    http://sleepydesign.blogspot.de/2012/07/ane-free-air-native-extensions.html

  • Google Maps for Flash in AIR for Android: ~2 minutes to start up

    I have a "Hello World" style AIR for Android app using Flash Builder 4 Burrito/Flex Hero.
    When debugging on device (stock HTC Desire) using Flex version v1.20 of Google Maps for Flash (map_flex_1_20.swc), it takes 1 minute and 50 seconds for the app to startup to display a simple map:Map3D on the home screen. The same app without the map:Map3D object starts in just a few seconds.
    There are no startup delays using the simulator.
    Anyone know what might be causing the severe startup delay when running on device?
    Thanks,
    Stephen

    Hi - yes no problem: I've uploaded a sample app here: http://crackedfrog.com/files/AndroidAIRMap.zip.
    You'll need to add a valid Google Maps API key and corresponding URL back into the maps:Map3D object:
    <maps:Map3D left="0" right="0" top="0" bottom="0"
      xmlns:maps="com.google.maps.*" id="map"
      url=""
      key=""
      sensor="false"/>
    This shows the same behaviour as described above - around 2 minutes to start up when debugging on the device.
    Appreciate any help.
    Thanks,
    Stephen

  • Flash CS5 extensions for android unavailable from adobe?? anyone know solution

    Hello, I'm totally new to developing apps for android and am just getting started in flash CS5. According to most tutorials that I can find on the web I need to install an extension from adobe.
    see this tutorial
    Creative Sweet TV - Publish to Android 2.2 from Adobe Flash CS5 | Adobe TV
    However, when I go to adobe's site they say that the extension isn't available anymore and will be integrated with their new version of Flash!!!!
    Adobe Flash Professional CS5 Extension for Adobe AIR 2.5 - Adobe Labs
    I just bought a new Mac to run CS5 and can't believe that now it looks like I'll have to upgrade my software, at more expense, in order to do something that was possible only a short time ago!!
    Does anyone have any information on this problem?

    Hi All,
    Why don't Adobe leave the extension up there until they roll out the new version of FP?
    To Adobe,
    That's no good!
    Adobe (and your awesome staff), on a whole I think you do a great job and obviously most of us love your tools.
    I don't post on these forums much, but I've been a member since 2002 (and certianly read a lot of posts).
    The software hasn't been out in Oz for 12 months yet, so how do you expect people to start leveraging the new features and expand if you make it cost prohibitive and have to upgrade to the next full version (well before it's release), by subsequently taking down the value added components that the customer base obviously want / need / and appreciate.  (my assumption is that when you say 'release' you are talking about full release and not simply an online update).
    In helenthegreat_2011  case you have obviously alienated a recent customer that was after functionality you advertise, by promoting the diversity and flexibility of you tools, and reading recent posts it doesn't seem isolated.
    I expect new developers would have at least 6 months lead time before a new version rolls out (the common 18 months version gap) and that's potentially 6 months of existing Adobe customers developing with that platform in mind, (and cementing a stronger client base using your tools to develop for Android).
    So essentially the devs that have the extension currently are the only ones that are able to use FP to develop Android apps, and Adobe have locked the rest of the customer base out, mandating that they will need to purchase the next version of FP to be able to do this.  .
    Can Adobe please clarify what your customers are supposed to do in the mean time / or do you have an alternative for us?
    What was the reason it was taken down?  Was it unstable, or was it up to simply test, gauged interest, and try to profit maximise by pushing the functionality to a new release.
    To quote your page "The extension for Flash Pro CS5 to deploy applications to the Android platform will no longer be available. This feature is being rolled into the next release for Adobe Flash Professional. Please check http://www.adobe.com for latest news and information about the availability of the next version of our Creative Suite products."
    And that's all it says (http://labs.adobe.com/technologies/flashpro_extensionforair/) Could we please either have the extension back, or at least a bit more of an explanation other than "Pay out a few more thousand dollars and you can have the functionality - but you'll have to wait until we release it first."
    Here's the rub...
    Personally, 4 months ago I spent just under $4,000 (AU$) to purchase CS5 Master Collection.
    I wont be waiting until Adobe release FP CS6 to be able to develop for Android devices, I'll be investing the time to find alternate development environments (such as Unity3D http://unity3d.com/unity/publishing/android) and ditching the plans of using Fash for Android dev.
    If you're going to arbitrarily take down the tools that extend the functionality of your product, then at least spend the time taking down all the Adobe articles, tutorials, videos, etc on your site that promote it as an availble functionality.
    Unless we're missing something or there is an aloternative, on the face of it, I think it's poor form Adobe.
    Regards
    Chris

  • Flash or Flex on Android Flash 10.1

    Hi
    I've a question regarding the performance of the video playback of the Flash Player 10.1 on the Android 2.2 with regards to the H.264: Is the performance the same with the use of Flash or Flex? Is there a difference in performance of the resulting application if I use the Flex SDK instead of Flash?
    Thx
    Stefan

    I dont think there is a lot of difference in the performance on using flash or flex sdk,since both convert teh video player to similar swfs that pay on same flash player

  • Release notes - Spotify for Android

    Hello everyone.
    From now on you'll be able to find the latest release notes for Android right here. Subscribe to this topic and you'll be updated as soon as there's a new version.
     

    We just released an update, folks.
    What's new in this version (0.5.12.52):
    - New: When you first install the app, Spotify will store your data in the most efficient location on your phone/device.
    - New: From within settings, you can clear all temporary data and downloaded tracks stored on your device.
    - Fixed: Spotify would occasionally get stuck in Offline mode
    - Fixed: The app will no longer crash due to a lack of memory.
    - Fixed: Radio won’t crash when loading artists.
    You can discuss this update here.

  • Trinidad faces and JSF faces not optimized for android web-browser.

    We are developing Mobile based application using Oracle ADF Mobile (Jdev R1). Trinidad Faces and JSF faces are rendering optimized on all smart phones (i.e. iPhone, Blackberry and windows) except Android (linuxwebkit) web browser. On Android web-browser page rendering as render in desktop browser.
    any idea please?
    thanks
    yousuf

    Hi,
    copying the answer I provided on the Stack Overflow forum to the same question:
    Apparently you are correct and the ADF Mobile developer guide for 11g R1 doesn't mention Android as a target platform: http://docs.oracle.com/cd/E23943_01/web.1111/e10140/toc.htm
    However, JDeveloper 11g R2 does : http://docs.oracle.com/cd/E26098_01/web.1112/e16178/toc.htm
    Just search for "Android" and you see what I mean. As you mention the base technology is Apache MyFaces Trinidad and the version of Trinidad thus determines the support for mobile devices.
    Apparently JDeveloper 11g R2 uses the Trinidad libraries (JSF 2) that support the Android platform while JDeveloper 11g R1 does not.
    Given that Trinidad 1.2 supports Android (though it might not have been tested as mentioned here: http://myfaces.apache.org/trinidad/devguide/mobile.html) you should be able to create your own skin for Android as documented here: http://myfaces.apache.org/trinidad/devguide/mobileSkinning.html
    The RequestContext object in Trinidad returns the calling agent and you may want to check first if this returns Android. If it does then creating and applying a skin is easy to do.
    Frank

Maybe you are looking for

  • All flash components work when published except one....

    I have a website built in Dreamweaver CS4 that uses a flash header, photo gallery and video. Everything works great except for the video on the home page. From what I can tell it works fine in Firefex but not IE8 or IE8 in compatability mode. IE keep

  • Depreciation Run Error "Not all the documents in the last posting run were

    Hi, When I tried to run depreciation, I found the error message as below. "Not all the documents in the last posting run were posted" How do I solve the problem? Please advise me.. Thank you for your help.. Jake

  • Publication using "one database fetch for all recepients" is a failure

    Hi, I have created a Publication in *CMC* with Crystal Reports as Source Document. When I schedule it with option " One database fetch per recipient" it is a Success. But while using the option "One database fetch for all recipients" it is a Failure.

  • Photosmart 7525 will not print in color, except from the printer.

    This printer refuses to print in color from my computer.  Since I bought it to print photos, this is distressing.  I followed all suggestions posted for this problem.  (I had tried them all before.)  It WILL print a copy in color from the printer its

  • SVM: migrating to a new disk device

    Hello, We have a 70GB LUN from one SAN disk array on a Solaris 10 server. This LUN has been configured into SVM using a single disk device and then carved up into soft partitions. We will need to migrate this LUN to a new disk array. Since SVM only s