Android :: Packaging Flash Builder 4.6 Mobile App As A Desktop App (with Air Runtime)?

Feb 23, 2012

I have this application that is basically the ubiqutous page turning component you can find online, but modified for mobile. It's for kid's storybooks. It's a mobile flex application in FlashBuilder 4.6. When I export release build for my mobile project, I see an option for desktop .air packaging rather than mobile. Works and looks great....but you can't sell a .air file on Mac App Store. I want to bundle the air runtime to create a .app, which hopefully I can get on the app store. However, this option is not available in a mobile project. I've tried figuring it out via commandline...

[Code]...

View 1 Replies


Similar Posts:


Android :: Use A Global ArrayCollection In Flash Builder Mobile Application?

Aug 27, 2011

I am currently developing a mobile application using the latest version of Flash Builder and I need to create a Global ArrayCollection to store information in that is pulled from a local DB. I can pull back the data from the DB fine however I cannot seem to access the Global variable when I try. I have the follng .as file called "Model.as" which is located in a folder called valueObjects and that file contains the following code:

package valueObjects
{
import flash.data.SQLConnection;

[Code]....

Then in a private function I try to access the ids ArrayCollection and populate it however I get the following error:

-1120: Access of undefined property ids.

-Access of undefined property ids

View 2 Replies

Android :: Flash Builder - Loading Assets For Mobile Devices

Oct 18, 2011

I am using flash builder to make an app for android/ios. How would you recommend I use assets such as images and sounds. Should I embed them or use loader? Any benefits to each one. I have a fair amount of assets.

View 2 Replies

Android :: Make Flash Builder's Mobile Debugger Window Bit Smaller?

Dec 14, 2011

The window for Flash Builder's mobile device emulator (in AIR) seems to be a bit too tall for a resolution running 1280x800. Is there a way to make it run smaller? 1280x800 is the highest resolution set-able on the laptop being used to develop for it.

View 2 Replies

Professional :: Packaging Adobe Air With Android App In Flash Cs5

Jun 28, 2011

I have developed a very simple app in flash cs5 and am ready to upload it to android market. However, users need adobe air to run it. Does anyone know if there is some way to package the app with air? I want to make it as easy as possible for people to run the app. Users will be prompted to download air and I can put this information on the apps page on android market but if there is some way to iclude this in the apk I'd love to know. Can't seem to find information on it on the web.

View 2 Replies

Transform Some Desktop Based Flash Games Fro Mobile?

Oct 13, 2007

i want to transform some desktop based flash games fro mobile.is there any tool that transforms for mobile.so that i can do easily.

View 0 Replies

Android :: Flex - Run AIR Desktop App On Android (Galaxy Tab 10.1)?

Dec 6, 2011

I have a problem - How to run AIR (really big desktop application) on my Galaxy Tab 10.1? It's possible convert .air to .apk?

EDIT:

1. I set up a new desktop project (File -> New -> Flex Project)

2. Project name is "simpleTest", Application type is Desktop (runs in Adobe AIR), Flex SDK version 4.6.0 and click to Finish

3. I go to Design mode, then set the width to 500 and height to 250. I add one button by drawing and name it btnOne and make Generate Event Handler

4.Then I go to Project -> Export Release Build (Export as Signed AIR package) -> Next (I apply the certificate) -> Finish

5. I find the project file (...Adobe Flash Builder 4.6simpleTest) and copy simpleTest.air into a new file (simpleTestAPK - which contains my certificate > andCert.p12)

6. I rename "simpleTest.air" to "simpleTest.zip" and from this .zip I unpack just "simpleTest.swf" and "application.xml"

7. I create a "create.txt" containing as follows:

adt -package -target apk-debug -storetype pkcs12 -keystore andCert.p12
myHope.apk application.xml simpleTest.swf

8. I rename "create.txt" to "create.cmd" and launch it (Shift + RMB -> Open cmd here)

9. "myHope.apk" is created

10. I copy this to Galaxy Tab 10.1 (with drag&drop)

11. I launch "myHope.apk" but all I see is blank, white screen, no colors, no buttons, nothing.

View 3 Replies

Flash :: Options For Multiplayer Game Server For Desktop And Mobile

Apr 5, 2011

I am looking to create a multiplayer game for both mobile devices (iPhone, Android, etc) and desktops. I have been looking at creating the game in Flash for desktops and writing the game in native language on the mobile device. Does anyone know of a good multiplayer socket server that work for connecting both the mobile and the desktop applications together.I have looked into SmartFoxServer (had a lot of trouble getting that working for some reason) and red5.

View 1 Replies

Android :: Desktop AIR App Be Run On An Android Device?

Feb 10, 2011

I have an Adobe AIR desktop application, built in Flex Builder 3, that I want to run on an android device, specifically a Samsung Galaxy Tablet. I have put the application on an emulator, going through the steps of installing AIR on the emulator, packaging the application as an APK, and installing the application on the emulator. However, when I click the application, it does not run. Here is my question: is this even possible? Can a desktop application be run on a mobile device with no changes to the code, or does it need to be converted to a mobile application before compiling?

View 1 Replies

Android :: Android - Flex Mobile Project Option?

Mar 12, 2012

I have a problem with Flash builder, I can't find the "Flex mobile project option in the list" How can I install it?

View 1 Replies

Android :: Flex Mobile : Different Filenames For Android/iOS?

Mar 28, 2012

I'm creating an app to deploy for iOS and Android and I'd like to give them slightly different filenames (need to add a space so that name displays on two lines on Android). Is there a way for me to define this in the app.xml without having to change it each time I export?

View 1 Replies

Android :: What Versions Of Android And IOS Is Adobe AIR 3.0 Captive Runtime Compatible With?

Nov 16, 2011

I can't find this information online or in the documentation, does anyone know what versions of Android and iOS the AIR 3.0 captive runtime is compatible with? I'm assuming there is some restriction there, but short of actually compiling a program and trying it on iPhone for example, which I don't have, how can I tell which OS versions are supported?

I know that you can compile an Adobe AIR 2.7(?) application to target say Android 2.2, but what about the captive runtime with AIR 3.0? Also I don't see anywhere to find out the iOS version restriction with AIR, as you have to pay $100 to Apple to even get the SDK which would allow me to make an iOS project in the first place.

View 2 Replies

Flash :: Syncing Mobile App With Web - Builder For PHP?

Aug 17, 2011

Im starting experiment with Flash Builder for PHP mobile projects and I found it facinating. I could connect the app to a local database, but I was wondering how can I update the data of the mobile app from a website?

View 1 Replies

Android :: Accessing Front Camera Of Mobile Using Flash?

Jun 17, 2011

Recently I went thru the code for accessing the camera using flash ActionScript3 and I have tested the code in iMac machine, iPhone and Android.Now based on this, I am developing an application for Android which includes the accessibility of the front camera. Now my Problem is I dont know how to access the front camera? We should use some other code or should we specify which camera should be accessed? First of all, can we access the front camera thru flash?

View 1 Replies

Flash :: Accessing The Mobile Camera Of An Android Tablet?

Jul 6, 2011

A while ago I developed a flash app that takes pictures from the users webcam, I recently bought a android tablet device (flash capable), but the flash app do not find the camera of the tablet, any way I can modify my flash app in order to "see" the tablet's camera?

View 1 Replies

Flash :: Get Into To Flex Mobile Development With Builder?

Jan 3, 2012

I'm a longtime CF developer that is trying to get into to Flex mobile development with Flash Builder but I've become frustrated in trying to output results from a simple database query.

I'm looking to do something along the lines of this...

<cfoutput query="myQ">
<s:Button label="#title#" click="myFunction(#id#)">
</cfoutput>

View 1 Replies

Android :: Flex Hero - Mobile Phone Cannot Connect To Flash Debugger

May 6, 2011

I am building an Android application using Flex Hero. When I run the application I can package it fine on my mobile and run it on the device, however, as soon as I want to run in debug mode on the device, the device gives me a message like: "Can't connect to debugger (192.168.1.12). Enter IP-address or hostname". The device is connected with a USB to the PC and USB debugging is enabled on the device. I have tried to shut down the computer's firewall, but no result.

View 1 Replies

Flash :: Flex - Builder 4.5 Mobile App ... Scroller And Preloaded Images

Oct 26, 2011

I got some Images in my scroller component. while scrolling the scroller sometimes hang for a second... i think the image is loading. is it possible to load the image before the scroller is on the position?!.

View 1 Replies

ActionScript :: Android - What Is The Difference Between Mobile Project And Flex Mobile Project

Jun 5, 2011

I am going to make an Arabic application using Flex builder 4.5. I have two questions that need to be answered What is the difference between ActionScript Mobile Project and Flex Mobile Project. (AS Mobile Project supports iOS and Android but I doubt about it!!)
Is Arabic support available in Flex Mobile Projects or AS Mobile Projects? I know TLF supports Desktop and web apps but does it support mobile platforms?

View 1 Replies

Android :: Flash Builder Burrito Alternatives?

Apr 20, 2011

are there any alternatives for the Flash Builder Burrito IDE for mobile development based on the flash technology?

View 1 Replies

Android :: Can't Export Apk Files In Flash Builder

May 12, 2011

I'm developping a mobile application in Flash builder. So in Flash Builder Burrito , I was using the Flex Hero SDK 4.5.0 but they currently realesed the Flex4.5.0.20967.

I downloaded the zip file [URL]

I extracted it into a map on my C: drive. Then I opened my flash builder burrito. Added him by (Window>Flash Builder>Installed Flex SDK's. I his add and added my location.

This went very well. I changed my code with the new commands.

Next I wanted to test on my android phone but now my problem: I can't make any apk files anymore.

View 2 Replies

Flex :: Flash Builder 4.5.1 Published Android App Does Not Run

Sep 8, 2011

Mobile application runs perfectly in the debug mode - I can test it on the device etc... The problem is with the release build - it simply does not run. When I manually install .apk I don't get any errors messages, simply a green check mark and "Application not installed" message. Any thoughts? Running the latest version of air and Flash Builder 4.5.1

View 1 Replies

Flex :: Flash Builder - Mobile - Replacement For Navigator.pushView In TabbedViewNavigatorApplication?

Nov 9, 2011

I can use:

navigator.pushView
in ViewNavigatorApplication, but can't use it in TabbedViewNavigatorApplication?

Is there a replacement for navigator.pushView in TabbedViewNavigatorApplication?

View 1 Replies

Actionscript 3 :: Runtime Fonts In Flash Builder 4?

Apr 23, 2003

The Actionscript project compiles but all I get on screen is a tiny rotated square with no text in it.Does anyone know why this might be happening? My code is identical to the example above - I have compiled the first class into _Arial.swf.EDIT:Ive also tried this...

package {
import flash.display.Sprite;
import flash.display.Loader;

[code].....

View 1 Replies

Flex :: Loading SWC / SWZ's At Runtime Within A Air 2 Desktop Application?

Sep 23, 2010

Has anyone got any experience will loading SWC / SWZ's at runtime within a Flex 4 / Air 2 desktop application?The very rough idea would be to have a desktop Air app, which is able to "download" additional modules (eg, a SWZ/RSL representing a form) and load these at runtime?

Imagine the App is configured using an XML file obtained over the net. When this has instruction to get a new module (SWZ/RSL), the app will download the module to its App Storage folder, and instanciate it at runtime?The Flex Manual seems to indicate this is possible, but is talking web rather than desktop http:[url]....

View 2 Replies

Android :: Flash Builder 4.5.1 No Output On Device Emulator

Jul 11, 2011

I installed the new version of FB 4.5.1 on a Win 7 x64 machine and tried the HelloWorld application, but I can't see any output on the Google Droid Pro emulator.

View 2 Replies

Android :: Actionscript 3 - Send Video File To Desktop In AIR?

Dec 12, 2011

I'm building a mobile AIR application that connects to my desktop AIR application. In the mobile application, I'm recording video with my Android device with flash.media.CameraUI. This works perfectly, but now I'd like to send this file to my desktop application so I can do stuff with it. I've got a server written in AS3 running on my desktop (the application itself) listening to AMF messages on a certain port. I can send data through sockets, I've already tested it with accelerometer data, so that's not the issue.

What would be the best way to send video to my desktop AIR app? I've tried multiple things already; serializing using registerClassAlias, ByteArrays.

View 2 Replies

Flex :: Build A Desktop Application With Builder?

Jan 18, 2011

I recently got flex builder 3, and it seems to be a really cool IDE.

View 4 Replies

What Runtime Is Flash Builder Using When Running Or Debugging An AIR Application

Oct 10, 2011

I just updated my AIR runtime to 3.0 and noticed that my AIR application doesn't work anymore. So I tried to debug it it with Flash Builder, but when I run it there, everything works just fine. So I uninstalled the AIR runtime completely but noticed that I can execute my AIR app within Flash Builder still just fine. So the AIR runtime used within Flash Builder seems to be a different one than the systemwide installed AIR runtime. How Do I chose within Flash Builder which runtime to use and how do I update this runtime?

View 1 Replies

Flash :: Round Tripping Between Catalyst And Builder For Android Apps

Apr 19, 2011

Is there any way to "round trip" Android projects between Flash Catalyst and Flash Builder? I'm using the latest beta versions (Burrito and Panini). If not, will this be available with CS5.5 when it's released next month?

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved