Linux :: Flex IDE / Development Env That Works On Ubuntu 64bit?
Oct 28, 2009Is there a good Flex IDE/development env that works on Ubuntu?Where can this be found?
View 5 RepliesIs there a good Flex IDE/development env that works on Ubuntu?Where can this be found?
View 5 RepliesI'm trying to find a way to have a standalone debug player on Ubuntu Lucid 64 bit. It seems that Adobe doesn't distribute such thing, however, it may be possible to rung 32 bit version, or is it?
View 0 RepliesI'm not sure if the problem is as straight forward as the title describes, but it seems to be the only explaination. I'm loading a video at the begining of an application, but I don't want the skip Intro button to appear until the video "READY" event is fired. This works perfectly on the 32bit flash player but won't work on the 64bit flash player. It's not a streaming issue because I tested in both the local environment and via a server. I know the 64 bit player is in beta still, so there will be issues like this. I'm just wondering if anyone has found a work around. Here is my code if it.
[CODE]....
I'm using LoadVars to retrieve some data from a table using php. When I use the app from within my Flash environment I am able to retrieve the info, but once I post the swf to the website nothing happens. I"m posting to the same remote page. I don't think LoadVars is even firing since the trace in my else clause is not firing.
var reserved = new LoadVars();
reserved.load("
http://www.thefatblackpussycat.com/reservations/getReservedTables.php" );
reserved.onLoad = function(success)
[code]....
Are there any workarounds to get the Flex compiler to work with a 64bit JRE? If I use an MXMLC task in an Ant buildfile in Eclipse it works fine but if I try to use MXMLC from the command line (or try the Run... command from FDT in Eclipse) it fails, telling me ...
"Error loading: C:Program FilesJavajrrt-1.6.0jreinjrockitjvm.dll"
(this is with a 64bit JRockit runtime but that shouldn't matter).
I downloaded the Flex 4 SDK from Adobe and extracted the contents to ~/Documents/flex4_sdk.
Now I have the following simple MXML file:
<?xml version="1.0"?>
<!-- usingas/StatementSyntax.mxml -->
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
[Code]....
When I compile it with mxmlc /path/to/file.mxml, I get:
Loading configuration file ~/Documents/flex4_sdk/frameworks/flex-config.xml/path/to/file.mxml (38642 bytes)
However, the resultant SWF file is blank. (Basically just a white canvas.)
When I use mxmlc to compile my mxml file, I get swf file. Now, I want to change the config to make mxmlc compiler generate html file instead, as we can do in Eclipse or Flex Builder.
View 2 RepliesThis is not a programming question but i wanted to know How to install flex plugin for eclipse on ubuntu.Point me to any links for this.Eclipse is already installed.
View 2 RepliesPossible Duplicate:Why Embeded html file doesnt run on ubuntu system wrote code like this to add swf file to html content. it is working good in all browsers(windows,mac) but not in ubuntu browsers why?
View 1 RepliesI'm trying to open an SWF file i created using mxmlc but when i open it in the browser it just shows a white page, and if i embed it into html it shows the grey background ... and when i try to open the html file from localhost (using cherrypy) it just says
Error #2046 and the server shows nothing wrong .. the message appears only in the clientI'm using ubuntu 10.10 and running mxmlc from the terminal.
I'm trying to work on postgresql locally with ubuntu 10.04. I get this error after I configure with./configure --enable-cassert --enable-debug --prefix=$HOME/pgsqlwhen I make && make install I get this error:
make -C parser all
make[3]: Entering directory `/home/james/school/db/pg-stuff/hw1/postgresql-8.4.2/src/backend/parser'
[code].....
I've just installed Flash builder on my machine, which went ahead and installed the debug version of Flash on my machine as well. It appears now that this has broken Flash in my browsers or at least the browsers have no idea where flash is located on my machine. When I open a browser and navigate to a Flash page I get the message,
"Alternate HTML content should be placed here. This content requires the Adobe Flash Player. Get Flash "
This is from Google chrome but FF is also effected.
I'm using the the Adobe ActionScript 3 SDK for Facebook Platform to get all the tagged photos of the current user. Is this possible?
I've tried this:
FacebookDesktop.api("/"+uid+"/photos",getTagedPhotosHandler);
But that only gets me the photos belonging to that user.
Does anybody use bare .SWF files as webpages? I know it's possible; it seems to work fine for me. Why would I embed a SWF inside an HTML page if it's just going to be full screen (I mean the size of the browser's normal viewable page area, not COMPLETELY fullscreen)?
Is there a lack of browser support? Or is this functionality determined by the browser's Flash plugin?
I want to have a web site which switches the web camera of users, makes a video recording and send results to my web server.Is it possible to do that? I think it should be. For example such sites as chatroulette.com starts web camera. Should it be done with the Adobe Flash technologies? Is it hard to do that?
View 1 RepliesIf I load a web page full of other files, e.g. images, my browser doesn't load them all at once.I seem to remember reading that IE will only have at most 3 requests open at a time for a page. The rest will be queued.If I have a flash movie on the page which is continually making image requests, how does this affect the maximum number of downloading files in the browser?
Is this browser limit accurate, and is it generally the same across browsers? Does flash share the requests of the browser? If not, does flash have a limit and what is that limit?
For some background, I do have a flash movie that is continually loading files so there is a queue of Loaders waiting to make requests.My idea was that if there was a different request that I needed to be executed straight away I could make it jump the queue by making a javascript call and allowing the browser to make the request instead.
here some action script code, for capturing images from webcam (from here):
var cam:Camera = Camera.getCamera();
var video:Video = new Video(640,480);
video.attachCamera(cam);
[Code]....
i've googled a bit, and found some information about flex sdk, and it's command-line tool for compiling .as to .swf (./bin/mxmlc), but any information about converting .fla to .swf in linux!
i'll using this as2 in the pause button
on (press) {
if (pause!=true) {
playing=false;
[code]....
i've just added air-sdk to ubuntu, and adl is working, but when im trying to use adt i have this:Failed to load the AIR RuntimeWhat i can do whit this?I need adt to make native installer from .air file to .dbm"adt -package -target native my-app-name.dbm my-app-name.air "
View 1 RepliesThis error has been faced by many people, as seen via internet, but none of the solutions given worked for me.
Problem:I have a flex application which I am trying to run on a Linux machine. On Ubuntu, it works fine but on Fedora following error arises when a login button is clicked.
text="Error #2032: Stream Error. URL: http://192.168.1.115/flexApp/utils/db_mgmt.php"].
Details:Login button actually sends username and password entered by a user to a server deployed on same machine via HTTPService. That HTTPService actually sends data to db_mgmt.php on the server which takes care of authorization of the user by querying mysql database deployed on same machine.
[Code]...
I'm running ant to compile a Flex application, and the build keeps failing when running it on a windows command line. Other people in my team can successfully run the very same build under mac and linux. This is the error shown in the command prompt:
[Code]...
All tokens are set in corresponding build.properties and filter .properties files (and, as I said before, it compiles perfectly under mac and linux). The windows version is 7 Ultimate, FLEX_HOME is set as an environment variable to the Flex SDK 3.5 (the 3.5.0.12683 build that comes with Adobe Flash Builder Burrito). ${compiler.fork} is set to false, to avoid an issue with the SDK and the source files being in different logic drives.
Does anyone know if Flash Pro 8 will function in Windows 7 64bit. Ive done some digging and so far no one seems to know.
View 1 RepliesI've been given a Flash tutorial to post to the corporate website that is an .exe file with an embedded Flash player. Users will be on IE, so I guess they would get the run/save prompt. I don't like this and I know it generally isn't done, but I need to know if it is OK to just do it. When I try to explain the security issues with executable files, eyes glaze. Is it possible that the users' system admins would be able to block the run prompt and make the user save the file? Could they block that too? The user community is hopeless, so having the embedded Flash player could be a good thing.
View 1 RepliesHTTPService will not load any page or service that uses a GoDaddy SSL To reproduce:use URLLoader to load (or any website that uses godaddy ssl certificates)from a swf or air app on Windows7 64bitFaultEvent StreamError 2032GoDaddy SSL Certificates work on32bit and 64bit OSXand 32bit windows7 and windows XP
View 1 Replieswill my CS3 Flash authoring work on 64bit win7?
View 1 RepliesMaybe that's more of a Linux question than an Adobe Air one, but there you go: I have an AIR 2 app that does auto-update in the background, with no need for user interaction. It uses Air's own ApplicationUpdater framework (the one that doesn't require a UI) - all goes well until the package gets downloaded and needs to be installed - at that point, the Air Installer prompts for SUDO password and won't proceed without some user interaction.
View 2 RepliesI am setting up a FlexBuilder build under Hudson/Jenkins on a Linux system. I want to execute our unit tests, but do it without using the standard GUI-based test runner.
View 1 RepliesI have a mobile application that I want to try and reorganize so that it's easier to read and update and follows better practice.I want to implement an MVC pattern, but I'm getting a little tripped up on getting there. I'm just hoping for some help with rebuilding the architecture. Here's the outline of my application:
Level1) MainView has a column of 5 buttons that when clicked lead to View1, View2, View3, View4 or View5.
Level2) Each of these views is the same: a list, but each is populated with different data. Selecting an item brings the user to another set of views SubView1 - 20. that each are again populated with a list.
Level3) However, any selection made on a List in a SubView leads to a view that is always the same for all selection paths - but is populated with different data. Basically a button, another list, a text input and a textarea.
From what I gather, I should be able to use a lot less files and achieve something of the same result:The model being a single class for data? The controller being a class or that controls the business logic, and a view that calls the controller?
I am really new at this forum thing and am quite an amateur when it comes to computers, I am taking some classes, so please be patient with my ignorance when it comes to computers You Tube, Ehow, or any kids web sights(for my kids),ie:PBS; continuously freezes. I just recently bought a Samsung RV511. When I first started using it adobe worked just fine but only for about a month and now I don't remember changing anything. The only advice I have gotten was that I should back up and restore my computer. I have not done this because I am not sure exactly what it will affect. I have backed up my computer to a external hard drive but that is as far as I have gotten.
View 4 RepliesI have created a flex project on flash builder 4. In the MXML I have
xmlns:mx="library://ns.adobe.com/flex/mx" creationComplete="init();"
And to check if it runs
[Code]...