Actionscript 3 :: Convert Adobe Flash Builder Game To Air?
Mar 26, 2012
I already made a game with flash builder 4, and I want to provide an easy download for people that would rather play offline. Thing is, i use a folder whole structure to dynamically load content per level. Folder structure looks like this, not that it matters that much:[code]How should I go to distribute this? Should I just resort to make a zip file for the flash game and assume people know how to extract and open the swf? Is there any other way to port easily as an executable? Perhaps Adobe Air (not sure if this works though)?
View 1 Replies
Similar Posts:
Dec 28, 2011
I want to create a simple game (Adobe Air) based on 2 players using ActionScript 3.Let's assume I want to create online chess game.So that I can play with my friend at work, at home, from anywhere via internet.Should I use flash server? Or something similar for this purpose, or there is simpler way to connect 2 players and make fully functional interaction between them?
View 2 Replies
Oct 6, 2009
I just upgraded to Flash Builder 4 (beta 2) from Flex Builder 3 which I have been using since it came out. Problem: All the projects that were in my workspace from Flex Builder 3 did not carry over into Flash Builder 4 (e.g. in the "Flex Navigator" view if FB3). Flash Builder 4 now uses the .FXP format to manage projects, but Flex Builder 3 did not. Is there an easy way to get all my projects back into Flash Builder 4?
View 2 Replies
Dec 8, 2010
I would like to use my localhost database and some PHP in my Flex projects (using Flash Builder 4). I've searched on the web for some good tutorials, but couldn't find one. The only decent I found was this one, but I ran into a problem when trying to install ZendFrameWork.
Does anyone knows a good place to start learning using PHP into Adobe Flas Builder 4?
View 4 Replies
Sep 5, 2011
i've been making an app for android in java, but i'm curious about convering to actionscript so that i could use flash builder to port my app onto BB and iOS too.is this possible through some sort of automater? how hard would it be? my app is pretty simplistic in the grand scheme of apps
View 1 Replies
Dec 10, 2011
My function is returning XML, so i do: return xml.blah.blah.blah
It tells me it can't convert XMLList to XML
so i'm guessing xml.blah.blah.blah is a XMLList.
How can i do this (convert XMLList to XML)? the simpliest way possible?
SOLVED: See Cadin's answer.
View 2 Replies
Sep 7, 2011
I recently came to know about the adobe flash builder with flex in latest release it supports to achieve the benefits of flash for iOS apps.As i am looking for a calendar based app,before taking the Adobe flash builder as a solution, i would like to be clear on the following queries.
What limitation is there of the ipa file generated from FB 4.5 as opposed to a core COCOA touch based solution What are the performance differences between the FlashBuilder app and natively built iPhone app. Is there any limitation of building a HTML5 based app given the calendar functionality apart from look and Feel.
View 1 Replies
Sep 28, 2011
I have list populated with different data from PHP and when pressed it opens a URL, but when I return to the list from the browser, it has the selection I made to go to browser still selected. So how do I reset the selection? By the way, its a flex mobile app.
View 1 Replies
Dec 6, 2011
if I can create a SWF in Flex WITHOUT using Flash Builder ?
View 4 Replies
Jun 24, 2011
I am developing an application for andriod and iphone in the Adobe Flash Builder,how can i make a button that when is pressed the phone(doesnt matter which phone) forwards the number to the phones dialer or makes it VOIP call
View 1 Replies
Jan 7, 2010
I want to load an swf into a flex 4 application in order to use its classes.
[Code]...
I receive the error: Error: addChild() is not available in this class. Instead, use addElement() or modify the skin, if you have one. at
[Code]...
View 4 Replies
Jan 17, 2011
I am using Flash builder 4 to both build and manage (via cvs) projects. In recent days my designer has been having trouble committing to CVS, leaving a project blocked. I have troubleshooted troubleshot tested CVS and it is working fine (others can commit and retrieve without a hitch).
in an effort to start from scratch - I have removed the flash builder application (dragging it to the trash, its a Mac) as well as using the uninstaller (which does not work as well as I would have thought), but on reinstall - all preferences are still there - CVS connection and all.
is there a file or set of files I can delete to reset all of the prefs for Flash Builder (built on eclipse if that helps)?
View 1 Replies
Mar 23, 2011
We are trying to create a label maker. We have most of the functionally done but can't figure out how let a user upload a file.
View 0 Replies
Dec 1, 2010
some good resource for getting started with Graphics API in adobe flash builder
View 3 Replies
May 19, 2010
How do i decrypt an aes encryted column when using flash/flex to display the table data? adobe flex connected using php connection class to mysql
for php, we would use aes_decrypt() however i am not sure how i can get flex to do this.
View 1 Replies
May 24, 2011
I have created Columnchart in Adobe Flash Builder.
Now I want to control that column chart with Slider. I want to change the column chart according to value of the slider.
View 1 Replies
Nov 7, 2010
In a Flex Project, whenever there's an error, I fill in the error data into a hidden TextInput then show the control to the user. I want to make it so that after showing the TextInput, it will automatically hide itself after some time with a fade effect.
View 1 Replies
Dec 8, 2011
I wrote an app using adobe flash builder that makes an http data service call to a website.
When I build and launch the app it loads in my browser (the address in the broswer is C:Userspath omyapp.html) and works perfectly. However, when I upload the app to my website or even launch it from outside the project build directory, the HTTP service call fails with the popup
Security error accessing url
Destination: DefaultHTTP
Of course I googled this error and realized it may have something to do with a 'crossdomain.xml' in my web root directory. I tried this and it continued to fail.
Below was my crossite domain file
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="www.my_domain_for_http_service.com" />
</cross-domain-policy>
I'm using the free trial version of Adobe flash builder, but I do not see anything indicating that this has to do with the error.
Data from http service call is in xml format.
View 1 Replies
Aug 31, 2011
But I have some Flash games built in AS3. And I want to import it to Flash Builder 4.5 to create Andorid, iOS version of these games.
Is it possible to import this games to Flash Builder and just run something like "compile for Android"?
View 1 Replies
Apr 26, 2010
Basically the objective is to click on certain targets, which upon doing so would destroy the target and garner you points. I've written a macro to help me until the point where its impossible to even see the target more than a mere flicker, (maybe even less than that, i cant see it with my eyes). But its possible because i believe others have done so. (Maybe on slower comps?)
Anyway the question is, how would it be possible to slow down the flash game?
I've thought of a couple of ways that could work but i'm not sure how to implement them.
1. Slow down the cpu speed? (smth like that? how?)
2. As the game progress the time the targets appear and stay up is reduced. Maybe theres a variable controlling all of this, isit possible to modify the address of this variable? freeze it or smth?
View 2 Replies
May 15, 2010
I am looking for a easy way to convert Autocad polygons to swf files. Is there a converter for that? Or is there an intermediatory format that can be used to convert from polygons to the adobe flash swfs. Each polygon would be a swf file.
View 2 Replies
Nov 30, 2011
I am currently trying to run a flash game on Android and iOS using Adobe Air.While Air works nicely to run the app on Android, I experiment troubles with iOS. I am actually able to generate a .ipa package and install it to an iPhone (via iTunes). However, when I launch the application from the iPhone, nothing happens (black screen).
I then generated a debug .ipa which connects to a FDB debugger running on my computer, and the debugger shows the given fault when the app is launched:
#error 1107 the abc data is corrupt attempt to read out of bounds
Searching the internet didn't helped much. The issue is known [URL] but this does not help in my case. Someone had the same error and fixed it by removing some 3D tween animation from his flash app [URL], but I doesn't use tween.
Notes: I tried on iPhone 3G and 4S and the result is the same. The game is coded via haXe, which generates the .swf file. This main swf file uses other swf and xml files, which are present in the .ipa generated by Air.
View 5 Replies
May 12, 2010
Well, the title said everything, I saw some very nice effects using After Effects, but I want to apply those to a Flash game.. will it be useful?, or After Effects only works on cut scenes, animations, etc?
View 1 Replies
Jun 1, 2011
I'm building an Adobe AIR application (2d platformer adventure game), utilizing the Flash Builder 4 IDE, which will be packaged on a CD for installation. I've embed the majority of the game assets into a static class to keep it simple and organized. This way I can reuse assets and swap them without much digging.
Example:
[Embed(source = "../data/gfx/spritesheets/boyHero.png")] public static var boyHero:Class;
In the early days of the projects, everything went to plan. However as the project has grown to be over 28MB, I've started to run into Out Of Memory errors. These occur when I add new assets, refactor for a while, or add new classes. Once I get this error, I can restart FB and then work for another 15-20 minutes. I've modified my .ini file bump up Flash Builder 4's memory allocation. It's currently set at:
-Xms512m
-Xmx1024m
While I'm at it, here are the specs/plug-ins that I've got installed:
Flash Builder v 4.0 (build 272416)
JNA Library 3.2.7
subclipse plugin 1.6.17
subversion client adapter 1.6.12
subversion JavaHL Native Lib 1.6.15
SVNKit lib 1.3.5.7406
Mac OSx v 10.6.7
2.53 GHz Intel Core 2 Duo
4GB DDR
My Questions:
1) Is the issue with the path that I've chosen for the way I'm handling in-game assets? I am streaming in some assets such as tutorial swfs which are loaded via the SWFLoader. I could go this route for all assets... but, should I? Is this the right way to handle a disk game? (The game runs without a hitch when installed on QA machines...)
2) Provided the embedding of static assets isn't an issue, Is this a FB4 bug? Where should I head for more information?
View 1 Replies
Apr 16, 2010
Adobe Flash Builder: How to make a function to play video starting from one second and ending in another? So I havein MXML simple video player tag. I need some function to play that video from second X to second Y and pause it. How to do such thing?BTW: we asume file is embeded into SWF.
View 1 Replies
May 7, 2011
I am using progressive streaming with VideoDisplay, the HTTP URL provided gets buffered completely even if I have configured it to start playing the video when the buffering reaches 20%, the trace message shows that the playing started(using mozilla /Flashbug+Firebug), but it doesnot show the video till the buffercounter reaches 100% How can I get the video stream to play at the 20% of stream.Code Segment where the check takes place
var loadedPct:uint = Math.round(100 * (event.bytesLoaded / event.bytesTotal));
trace('waiting...');
mainVideoCanvas.addChild(LoadingImage);
VidLoadingLabel2.text = loadedPct.toString();
[code].....
View 1 Replies
Sep 7, 2011
FDT can do it, but half the time it times out and needs to be restarted on renaming some objects. Can Flash Builder do this?
View 1 Replies
Nov 9, 2010
I'm a Flash newbie that wants to make a Flash game. However the only explenation on making a Tower Defence game that I've found is this one[url]...
It however uses a program that's unknown to me while I got Adobe Flash Pro. CS5 (Trial version) after some googling.
View 3 Replies
Feb 23, 2011
I want to develop a web application that when a user is login the game will automatically search for oppents onlinethat are accessing the same website. I want to design a chess game that does not contain any AI programming. What I want is that a simple chess setup that online user can only play.
View 1 Replies
Feb 14, 2012
I've recently tried FlashPunk for game development and it seems to be easy enough to comprehend, however, when me and a friend tested simple apps coded in it on the iPhone, it seems to be acquiring an unnecessarily large amount of memory plus dropping framerates.
Are there any other choices for game development with ActionScript 3 with frameworks that are optimized for mobile gaming?
View 2 Replies