Actionscript 3 :: Flex 4 Release Changes To Application Are Not Showing Up

May 10, 2010

I just took over a clients flex project and I can't get the app to reflect even a simple trace statement. Before I took over, the project was last successfully built using the Flash Builder Beta 2 environment/sdk. I have the latest release version of Flash Builder 4.

Upon importing the project into FB4, I got a ton of errors. Most of them mostly because of the changes made to the sdk from beta2 to release.

Some of the things I corrected:

- mx namespace from [URL]

- video player skinning: a lot of the state names for the video player component had been changed, more required states had been added. also there were other video related component and property names that had to be updated.

But I fixed all that and the application was finally able to compile (although with some warnings mostly of the duplicate variable type)

The only thing now is that whatever change I make to the project doesn't get reflected in the build (debug or release). I changed existing traces, added additional traces. Nothing shows up. I even removed the applicationComplete property in the main.mxml. Everything still ran like nothing changed.

Also I can't seem to debug the app. Whenever I try to debug.. flash builder says..
"Swf Application doesn't contain the required debugging information ... "

View 3 Replies


Similar Posts:


Actionscript 3 :: Showing Service Pack Version Of Current System In Flex Application

Nov 1, 2010

I am able to port much of my application from Flex 35 to Flex 4.0

Next is to show my current system Operating system name (XP Pro, Vista, Linux..etc) along with the service pack level of my system on which my application is running.

I am able to show uo OS name "Windows XP" using "Capabalities.os" in Flex4.0. but not "Professional" or "Pro" exactly. But I could not find an API for showing up the service pack level.

I have to display the content in a label. I tried with Capabilities.cpuArchitecture and System.vmversion, but it shows up some other system data.

I want to show up Service pack version.

View 1 Replies

Flash - Release Application Domain From Main SWF?

Oct 22, 2011

i like to know that there is way to remove all data after unload swf .Calling Loader.unloadAndStop(); remove content and loaded bytes , but loaded classes stays in application domain .If i load it to separated new ApplicationDomain , gc is going to collect them after unload and remove all references ?

View 1 Replies

Actionscript 3 - Disadvantages To Release Flash Application Which Was Compiled In Debug Mode?

Sep 30, 2011

I want to release my flash application not in release mode but in debug mode to see result of trace() after releasing the app.

I don't care that debug mode makes processing speed little slow.Except for processing speed, are there disadvantages to release flash application which was compiled in debug mode?Is it possible that the app throws exception or Flash Players of the app's users crash due to debug mode?

View 2 Replies

ActionScript 3.0 :: Application That Is Showing A Memory Leak

Jul 10, 2009

Iam trying to debug someone elses AS3 application that is showing a memory leak. The application is built with PureMVC.I have managed to locate the place where the memory leak seems to start. There is a button that causes the application to launch a slideshow. This draws a new graph every 8 seconds or so by creating a Timer. In the Timer handle function the code uses sendNotifaction() to set off series of events which basically boil down to getting information from a server and drawing a new graph.Now if I comment out the sendNotification() the memory leak stops, but if I leave the senNotification() in but comment out the code that subsribes to it the memory usage starts to build up.So my question is can simply firing off a sendNotification() every 8 secs in PureMVC cause a memory leak, even if not other code runs from this?

View 1 Replies

ActionScript 2.0 :: Revisited Underline Text - When Add The On (release) To The Movie It Doesn't Advance The Timeline On (release)

Dec 6, 2005

Underlined Text On (rollOver) Is there an action script to do on (rollover) underline text? It would be on a button that would also, on (release) gotoAndPlay a frame. I know you can have a movie with AS like this:

[Code]....

But when I add the on (release) to the movie it doesnt advance the timeline on (release). And when I change the file to a button instead of a movie clip it doesnt do the underline on (rollOver).

View 1 Replies

Flash :: AIR 3.1 Mobile Project: Adl.exe Not Showing Loaded Application

Mar 24, 2012

Copied:

bin
runtimes
airApp-app.xml
airApp.swf

Calling:
G:adlinadl.exe -nodebug G:adlairApp-app.xml

Nothing on the screen, nothing in the console. I do, however, see adl.exe hanging in the processes and eating up memory - i assumed its the loaded, but invisible application.

Update:Created a blank Flex 4.5 (Air 3.1) project that changes the background - and it worked out fine. Tried to use this config (tweaked the filename) - and it doesn't work. Seems the problem only applies to mobile projects.

View 2 Replies

Flex :: Make Testing Process Automatic Flex Release?

Mar 31, 2011

I posted the same question but I think it was not so clear. Now I am rephrasing my question with real problem.I have a flex application. It is basically a web application. On it I have a player that play avi files and some buttons and tabs along side.The application also have recording button that records that direct stream from an IP cam and store that stream on the media (USB). How can I automate function testing of such application. Like I have confusion that when I press the recording button but can I be sure that recording starts? I have tried RIATest and flexUnit 4.

View 2 Replies

Actionscript 3 :: Adobe Flex3: Make A Part Of Application Visible On Showing Modal Popup

Oct 6, 2011

For example: Say the application has two VBox with vertical layout. There is a Button in first VBox and when clicked, there is a custom modal popup being shown. By default the whole background of the application remains blur, but I want the second VBox to be visible. Is this possible? If yes how can i accomplish this?

View 2 Replies

ActionScript 3.0 :: Emulate Release And Release Outside?

Feb 11, 2009

I'm working on a small application that uses some throw physics to fling items around the stage. Everything is working as it should, apart from when I test it on my touch screen, the throw physics don't work. I've tried all sorts of things, in in those tests noticed that AS2 release and release outside do work on the screen perfectly, whereas mouse up and mouse out do not!

So, is there a way to emulate the AS2 mouse events in AS3, as I have to stick with AS3 this time.

View 3 Replies

Flex :: Getting Error When Trying To Release Project

Jul 22, 2011

When you try to release the project, Flex gives me the following: Flash Builder program failed to publish the source code of the Project:
Unable to find the application file "betaProject4.mxml".
Could not find the application file "betaProject4.mxml".
Currently in a project of this file is not found, removed all of the bin-release, but something did not work.

View 1 Replies

ActionScript 3.0 :: Flex Scrollbar Doesn't Release

Sep 24, 2009

this problem affects my Flex 3 app when it is being viewed using Firefox for Mac. If the user drags the scrollbar then releases the mouse OUTSIDE THE BROWSER, the scrollbar doesn't get released and continues to scroll the content once the user rolls the mouse back over the Flex content. [URL]

View 1 Replies

Flex :: Unable To Export As EXE In Release Build

Nov 28, 2010

On Windows XP 32bits, I find it strange that the FB4 Export Release Build doesn't have the option to export as EXE in contrast to the one I have in W7 64bit?

View 1 Replies

Php :: Running File With The Release Of Flex Project?

Feb 23, 2011

Problem:I call a PHP file using an HTTPService. I set the result of this HTTPService to a function which populates a testTextArea with whatever the PHP file has returned (echoed). This work fine when I run the application from flash builder i.e. I get strings in the testTextArea, echoed by my PHP file. But this does not work fine when I make the Release of the project and the testTextArea gets populated by the whole code of PHP file.

[Code]...

View 2 Replies

Flex :: Mxmlc Attributes For Release Build

Apr 7, 2011

Which mxmlc attributes do I need to replicate the behaviour of Flash Builder 4's Export Release Build?debug=false and optimize=true seems obvious, but doesn't reduce the swf's file size as FB4's Export Release Build does.

View 1 Replies

Release - Flex Build Use Local Files?

May 26, 2011

I have a very stupid problem. I'm using Flash Builder (Flex) 4. My application displays a video using VideoDisplay component and some images. The video filename is always named video.mp4 and the images are inside a folder called "real/". The video file and the real folder are in the SAME location of the .swf built.

The video source in the code is set like this: videoDisplay.source = 'video.mp4';

and the images, loaded dynamically, are like:

img.source = 'real/' + imageFilename;

[Code]...

View 1 Replies

Flex :: Adobe AIR Application To Receive Back Events From Native Windows Application?

Oct 8, 2010

I'm trying to develop a simple mxml Flex application to start Skype from the AIR/Flashplayer runtime. Is it possible to get back events from a native Windows application? In the simple example of Skype, the OS returns control to the Flex app when Skype exits. But what about native applications which have their own event model and wants to communicate with the Flex event model. For example, a Face detection system which shows "Hello" on a Flex app when the camera detects a face. Can this be done in the current Flex framework?

View 1 Replies

Actionscript 3 :: Resizing Container On Resize Of Application Window In Adobe Flex/AIR Application?

Mar 4, 2011

I am working on an Adobe AIR Application. The size on Application window is 800X600 and is contains border container and border container contains many controls. What I want is to if user re-sizes the application then that container should also be re-sized according to scale. i.e If user maximizes or minimizes the window then that border container should also be maximized or minimized respectively.

View 3 Replies

Flex :: Come Back In Main Application On Click Of Logout Button Which Is In Application's Component?

Aug 4, 2011

How I will be back in Login Page after click of logout which is in application's component.

Project.mxml

<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx" width="100%" height="100%"

[Code]....

View 2 Replies

Flex :: Delete Application Storage Directory Instance / Data When Uninstalling Any Air Application?

Dec 22, 2011

how can i delete storage directory instances or folder while uninstalling any air application. In my application when i first time run my application, application copy some data from application directory to application storage directory. now i want to delete all data and application directory folder also while uninstalling application.

I am doing that because when i launch any update then application is accessing old data which conflict with my application new features.

View 1 Replies

Actionscript 3 :: Flex Bin-debug Line Spacing Different From Bin-release?

Apr 16, 2010

when I export a bin-release of my application, all my text fields have a different line spacing from that of the bin-debug version. How is this even possible?

Has anyone else come across something like this before?

View 1 Replies

Flex :: Can't Export Release Build / Compile For Adobe AIR 1.0?

May 19, 2010

I opened up an old project in Flex Builder 3 which runs on Adobe AIR 1.0. I believe it was originally written in Flex Builder 2. When I try to run the Adobe Air application, nothing happens. When I try to export a release build, I get this error: If I change the main-app.xml file to use the 1.5 version of the namespace, it builds fine. Unfortunately, the clients environment runs on 1.0. Ideas?

View 2 Replies

Xml :: Flex - Flashbuilder 4 Won't Copy An Xml File In Release Build?

Jul 20, 2010

I have my own conf.xml file (src/conf/conf.xml) consists some properties (alphas, colors,etc). When i try to export release build, I see list of files which not includes that file.Why? When i run my application at debug it file places in "bin-debug" folder.

View 1 Replies

Flex :: Missing 'Export Release Build' Button

May 12, 2011

So I was working normally, and accidentally hit the profiling button after that, I later decided to export my current.air.URL...Why would the export button disappear all the sudden? I cannot find it at all. It seems rather interesting not being able to export a .air and provide an installer.

View 1 Replies

Flex :: Embed Image - Release Build Not Working?

Sep 6, 2011

I've a flex application which has actionscript file, images. When i run this in adobe flash builder, everything works. When i export it as a release build and run in other file, swf does not show images and interactivity of flex components is also lost.Is there a specific way to embed images?Here is image code,

View 1 Replies

Flex :: Gui - Switch Between Different Applications(mxml File With Application As The Root Tag) In A Big Application?

May 16, 2010

I'm new to flex. Now I'm writing an flex application. I plan to split my application into some MXML files(Application as the root tag). How can I switch from one mxml to another?BTW, what is the best practice for design large flex application? Just one MXML Application and many MXML component or many MXML Application?

View 1 Replies

Actionscript 3 :: Using External Xml Data In A Flex Application Without Compiling The Source Into The Application?

Jul 15, 2011

I want to read xml data to a mxml application from a xml file on my filesystem. The example I found was for AIR,link2, link3. But I want to target the Flash Player runtime. If I use the the tag, I can do it; however the xml compiles into my swf. How can I retain the xml file in my release build?

View 2 Replies

Flex :: SystemManager.addEventListener Of Sub Application Is Not Working In Main Application?

Mar 31, 2011

i used systemManager.addEventListener in sub application...... it is working well....but when i load sub application into main application through swfloader it doesnot working..

View 1 Replies

Ios :: Embed Adobe Air / Flex Application Inside A Standard Application

Aug 29, 2011

I have a native (Obj-C, standard Xcode project) application and I'd like to integrate a partners iOS application (or specifically, it's functionality) into it as just another view in my application. The problem is that their application is a Flex/Air app. I really don't understand the Adobe compilation process on how it gets from a bunch of flex code down to an IPA. I don't see intermediate projects, shared objects, etc on the disk to produce that IPA. It looks like it doesn't rely on the Apple tool chain... as I understand it, you can produce the IPA on Windows as well. Is there any way to build that Flex app in such a way that I can import it into Xcode so I can link against it and use it as a library from within my application? While I specifically used iOS as an example since that is the most important platform, we'll want to apply this solution to our respective Android and Blackberry 6 apps as well.

View 1 Replies

Actionscript :: Flex Project Swf Is Not Working After Export The Release Build?

Aug 15, 2010

I tried to built a project with AS3 only in Flex. When I run the project in flex, everything looks fine,but when I export the release build, the images that are supposed to be added are gone.

[Code]...

View 1 Replies







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