0
votes
0answers
45 views

Photon Cloud in Actionscript Mobile Project get Java compilation Error

I have a mini-game build in Flash Builder 4.7 with adobe air 3.7 on Mac OSX Moutain Lion Using Photon-Flash_v3-2-0-1-Beta_Cloud_SDK.zip http://doc.exitgames.com/photon-cloud/SDKflash/ Compiles ...
2
votes
1answer
301 views

How to run FlashBuilder 4.7 on OSX with Java 1.7

FlashBuilder 4.7 is quite cool and ios integration is now much better, as it auto installs on device and debug over usb. You also now have the ability to either debug against an AIR device simulator ...
1
vote
0answers
848 views

Flash Builder Java Heap Space Error

I've been developing a flash application using Flash Builder 4.7 and all of a sudden it hit me with a "java Heap space" error. I've tried increasing the heap space which has no effect. Eclipse will ...
4
votes
1answer
198 views

How to automate PHP-Flash web application using selenium java

I need to automate a web application which is in PHP with flash. Is it possible to automate the application using selenium java with FlexUISelenium or FlexMonkium. Thanks in advance.
0
votes
0answers
127 views

Debugigng Flex and Java on Adobe Flash Builder and Eclipse

I am new to the flex development world. I have an environment where Flex is the client and Java is on the server. The IDE's I am using for each are Adobe FlashBuilder 4.5 and Eclipse. The problem is ...
0
votes
1answer
571 views

Flex: HTTPService error #2032 every time

I had read this: Flex: HTTP request error #2032 And this: http://www.judahfrangipane.com/blog/2007/02/15/error-2032-stream-error/ Trying to figure out whats going on, and im failing big time so ...
0
votes
1answer
166 views

How to add a Search Bar to a Flash Builder Mobile app for Android?

I am trying to add a Search / Filter feature to my android application. I will provide a screen shot and a copy of the coding so that you may see exactly what I am trying to get at here. I am not sure ...
0
votes
1answer
92 views

Generic error 1084 after changing flex sdk from 4.6 to 3.5

I'm using flex builder 4.0 with sdk 4.6. But just discovered that my earned projects, was build on 3.5 sdk. So, I downloaded the flex sdk 3.5 and added the libraries reference in the flex builder. ...
0
votes
3answers
225 views

Flex blank/white screen after deploy

Just uploaded a .war file to the server.. everthing is ok there.. but by no reason the login page is not loading anything.. i earned this flex+java projects on my new job.. its kind strange to me.. i ...
0
votes
1answer
47 views

can i use the text from a pastie to extract some values

i am a newbie to flash builder! i am trying to create an app for IOS, on my school project. the problem that i faced is: can i select a few items value from a text input field and to implement them in ...
0
votes
3answers
739 views

How to add third-party jar files into my android application jar file?

I have an Adobe AIR application for Android. Using for this AIR 3.0 and Flash Builder 4.6. I need to make MyANEFile.ane - which must include 2 external .jar files: Flurry.jar + Tapjoy.jar. But when I ...
1
vote
1answer
802 views

Get Video from frames in Xuggler

I am trying to encode a list of images into a video using xuggler. I have got an array of buffered images. I am using the following code. public void encodeImage(BufferedImage originalImage, long ...
0
votes
1answer
294 views

how to connect mysql in flash builder 4.5 with java

while i am connecting the dateservice via menu Data> connect to BlazeDS the error showing that RDS server message : connection refused : connect
0
votes
1answer
291 views

Capturing Continuous Frames and merging them as one in java

I am pretty new to image capturing using java. Just started working in java. What i want to ask is i have two flv videos i will like to combine. I searched the internet and many people said about ...
2
votes
2answers
925 views

Eclipse.ini Configure more than 1024MB

I got this JVM.terminated.exit code -1 error while I am setting -Xmx2048m as maximum memory allocation. How can we set -Xmx2048m in eclipse.ini. My application throws out of memory error in ...
0
votes
2answers
699 views

Flash Builder With Java Integration

i am trying to build a desktop application that requires no run time, therefore Flash builder seems to be the only choice. There is a Flash Builder and Java Integration as show here but it seems to ...
0
votes
2answers
309 views

Flash Builder 4.5 + Perforce Eclipse Plugin removes syntax coloring?

i've installed the Perforce Eclipse plugin successfully in Flash Builder 4.5. however, the only problem i've run into is that whenever i open a ActionScript file (either one that is or isn't checked ...
2
votes
2answers
6k views

“Unrecognized Windows Sockets error: 0: JVM_Bind” when trying to debug in Flash Builder 4.5 for PHP

Im trying to debug an app, not server related yet, with the new version of the FB, the one that comes with Zend in it. Thing is, everytime I try to debug, the message error is the same: ...
1
vote
1answer
521 views

Cannot install Web Developer Tools (WTP's JSP editor) on Flash Builder 4.5

Why can't I install Web Developer Tools on Flash Builder 4.5? It always blows up one and the same error: Only one of the following can be installed at once: Structured Source XML Model ...
2
votes
2answers
194 views

Flex 4 Loader having status with Data Service

I have been working on a flex application with java, as i have used Life Cycle Data Service for communication, i wana know, is there any function of flex, where i can see the loading status in ...
0
votes
1answer
235 views

BlazeDS and Flash Builder, Inheritance generation problem

I have a server with some simple java objects running. I want to build the client with Flex and connect to the server data with BlazeDS. The problem is the Flash Builder is not generating the Classes ...
0
votes
1answer
506 views

Can I use a remote object in flex to poll a java class on the server(Blazeds)? I want to return live information into my datagrid

So here is the code I have so far: Flex Code <?xml version="1.0" encoding="utf-8"?> <fx:Declarations> <s:RemoteObject id="getStockPrices" result="result(event)" ...
0
votes
4answers
2k views

ArrayList of custom Java objects over BlazeDS into AS3.0

Right away i just try to explain my problem: Using BlazeDS i got the following Javaclasses: DatabaseService.java: public class Database { private Category helpCat = null; private Category ...
1
vote
1answer
690 views

How do you pass a 2d array from java to flex(using BlazeDs)?

To date I have only managed to pass primitive types and Arrays to flex. I need to know how to pass more complex objects like 2D arrays, or lists? Are these sent in the same manner? and if so how are ...
0
votes
1answer
25 views

Developing pricematch websolution?

I would like to crate a web-solution for price matching, a solution similar to Pricerunner. My question is what tool would be best to use? I would prefer Flex or Flash Builder with java back-end but ...
15
votes
3answers
4k views

How to view shell commands used by eclipse “run configurations”

Given a "run configuration" in Eclipse, I want to print out the associated shell command that would be used to run it. For example: Right now, in Eclipse, if I click "play" it will run: mvn ...