Ant - How To See How Flash Builder Invokes Adt?

Feb 17, 2012

Environment:

Flash Builder 4.6
AIR SDK 3.1
OS X 10.7.3

I'm debugging a problem that does appear in iOS builds of app that uses my SWC library, compiled with FB, and does not appear in the iOS builds of very similar app done with raw AIR SDK.I suspect that the reason of a problem is a difference in compiler configuration. Now I'm trying to manually (and unsuccessfully) craft the ant's build.xml so it would match whatever I think FB is doing in hope that I would see the same crash at some point. But this is not very effective.Is there a way I can see how FB invokes adt etc. and compare that with my ant config?

View 2 Replies


Similar Posts:


ActionScript 2.0 :: SetTimeout/setInterval Invokes Only Once?

Jun 16, 2009

I'm setting up a Timeout/Interval in a function but the called function gets invoked only once (so mc._alpha = 1 in the end)! I've tried setting the timer variable as toplevel but that didn't help either.

Here's the code:

Code:

function colortrans(mc, newcol) {
_root.attachMovie("box", mcdup, 2);
colorchange = new Color(mc);

[code]....

View 3 Replies

ActionScript 3.0 :: Input Textfield Focus - Get The Dredded Error 1009 When The Code Invokes TypeNames?

Jan 15, 2012

I'm developing a series of learning aids and the final screen requires the user to input some text.I have it working correctly but now need to make it a little more user friendly.At the moment the only way for the user to input the text is to click in each box. There are a total of 6 input text boxes.I would like to direct the user to a particular input text and then have them be able to use the tab key or the enter key or mouse clicks to proceed.As the first step I added the stage.focus = inputStarName1. See code below. As soon as I added the stage.focus = inputStarName1 line I get the dredded error 1009 when the code invokes TypeNames.What do I need to do to get rid of this error?

package
{
import flash.display.*;[code]...........

View 11 Replies

Actionscript 3 :: Make Flash Builder Package Explorer Emulate Flex Builder's Navigator Window?

Apr 21, 2010

Does anyone know if there is a way to make the new Package Explorer window in Flash Builder emulate Flex Builders 'Flex navigator' window?

Bottom line is I don't always need to peer into SWC's, and I don't like having a 'default package' automatically created for me. Not sure why the interface wasn't made simpler, allowing access to more power and complexity only if necessary. I want to focus on the code, not on how to navigate and use the bells and whistles in the coding environment.

View 1 Replies

Flex - Importing Flash Builder 4.5 Project Into Flash Builder 4.5.1?

Jun 27, 2011

I have an AIR project that I was working on Flash Builder 4.5 which now I'm trying to import to my updated Flash Builder 4.5.1 and it is prompting me to fix some paths before the import is completed. I'm kinda clueless what I should put in those fields.

[URL]

The project access a web server to retrieve data using JSON.

View 2 Replies

Flash :: Flex - Migrating A Project From Builder 4.0 To Builder 4.5 Is Producing The Error "The Required Skin State 'disabledWithPrompt' Is Missing"

Nov 28, 2011

I am trying to migrate a project from Flash Builder 4.0 to Flash Builder 4.5. After Flash Builder prompts me to choose my new SDK, I choose 4.5, Then I get the following error:" error "The required skin state 'disabledWithPrompt' is missing".

View 1 Replies

Flex :: Convert Flex Builder 3 Project To Flash Builder 4

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

Media Server :: Building Controls/components In Flash CS5 For Use In Flash Builder?

Jun 1, 2010

I'm a .Net developer who is trying to mend my evil ways and learn the Adobe development cycle--so if this a really obtuse question--please forgive me. I was once a graphic artist and I am very familiar with some Adobe products. I am having trouble understanding the workflow as it pertains to creating custom controls, or even reskinning controls and then using them in Flash builder. I haven't really dug into Catalyst, but I am comfortable in Flash Professional and I would like to believe I could take designs from my employers graphic artists, created in Illustrator, and bring the artwork into Flash professional and create custom components, or more likely skinned components, in Flash and export them for use in Flash Builder.
 
Our goal is to allow designers to create vector graphics skins for controls and applications in Illustrator (or possibly Fireworks) and to be able to apply those skins to controls and custom components in Flash Builder for deployment to the web or the desktop in an Adobe Air application. Ideally the designer would be able to update the designs easily at a later point.
 
Flash allows for skinning to be done fairly easily within the Flash application, but I have had some problems exporting controls or even implimenting them in Flash builder. The only "video" on that workflow used a movie clip from Flash and set it's "isButton" property to true in Flash Builder...so if a designer built a simple button and designed the states in Flash, I would have to convert it to a movieclip?
 
If I start with a Flex ready component from the "AeonGraphical" library, and apply a new skin, how do I successfully import that into Flash Builder?

-    MX skins can be created in Illustrator and Fireworks and imported into Flash Builder however the format is obsolete and the designs rasterizes and are unacceptable even before scaling.
 
-    Illustrator files can be saved in FXG format and dropped into an assets package in Flash Builder. These images can then be easily used in FB; however mapping them to a control requires each state to be a separate image and to be manually wired to the states of a skin. This is method of skinning is feasible but not ideal...Am I missing a step or improperly importing the files?
 
-    Illustrator files can be saved as an FXG file and imported into Catalyst. In catalyst the artwork can be associated with a control type and the states of the control can be edited in using illustrator. The catalyst file (FXP) can then be imported into Flash Builder as a project which will provide a skin for that type of control. Remaining problems include scaling (skin doesn't stretch) and referencing the skin outside the project.
 
So that leaves me with Flash Professional as the seemingly most competent tool for creating & skinning custom controls. Using the very detailed and helpful online documentation on customizing controls (found here) I can create custom skins and have no problems implementing artwork from Illustrator--for an application authored in Flash Professional (not so much for Flash Builder).Catalyst can let you create "one off" costum controls easily, but creating one custom skin for several buttons (for example) is not so intuative and pulling it into Flash builder yeilds mixed results...
 
Flash is in and of itself a rich IDE and could be used to create an event driven application for AIR, but its not really geared to that user triggered, event-driven development model. I have been able to adjust my mindset to create successful prototypes of form based/even driven application that take advantage of Flash's powerful features, but some of my coworkers are having trouble adjusting their Microsoft Mindset (despite exposure to the remarkably "derivitaive" Expression studio) and strongly prefer the Flash builder coding environment.
 
Are there any resources; web pages with examples or step by step walk throughs, or videos which follow a process of taking a design from a grapjics application and using it to create a custom skin--and applying it in Flash Builder? The process is fairly straitforwards in Flash Professional--but my team and I are having less success in Flash Builder.

As a longtime user of Adobe products, I have by nature of that association become the inhouse Adobe Evangelist and not only have I taken the position seriously--I have managed to convince upper management to abandon WPF and Pyxus (for mobile applications) and develop AIR applications which will span platforms and lend elements to mobile AIR applications. They have even initiated a program which will likely result in our delivering Andriod based tablets to our dealer networks preloaded with AIR applications for business.
 
While I know know this is all "do-able" I am working double overtime to become competent enough to make this happen...but the workflow between Flash Builder and Flash is only sparringly covered online and the information lacks details...I have found that browsing the online videos sometimes turns up better results than searching (doing "Google Gymnastics")--for example Flash Downunder series has great stuff that doesn't always show up when searching Google...And we joined Lynda.com, and while they have lots of great stuff, they need to develop more stuff on CS5 specifically...
 
Where can I find information on creating/applying custom skins from Ai to Flash Builder and all points between? (I'll buy any recommended books as well...) Of course we have agressive deadlines and unfortunately there is no experienced Flex/Air developer on our staff (yet)...The "Classroom in a Book" series on Flash and Catalyst have only just started shipping...is that where I should look? Are there any online resources that address both skinning and creating custom components for AIR applications in Flash and/or Catalyst?

View 1 Replies

Flex :: Manually Connecting Flash Player (debug) To Flash Builder?

Sep 22, 2009

Is it at all possible to connect the Flash Player debug version to the debugger in Flex Builder using source code? I'm running an app which has no right click menu, and I therefore can't right click and select connect to debugger.

View 3 Replies

Flex :: Flash Builder 4 - Flash Player Failed To Connect To Debugger

Jan 7, 2011

I just finished my installation of Adobe Flash Builder 4. I've definitely installed the most recent flash player from Adobe's website onto my computer. Also, in the run configurations of flash builder 4, I changed the source path from the .html file to the .swf file that is generated. I don't need to test it in a web browser, I just want to run the swf in flash player.

I only have 1 .as file in my actionscript project and there is no code written in it other than the package, class and main function statements. When I run the .html file, it runs fine, and debugs fine. However, when I switch the source path to the .swf file, it runs fine but doesn't debug!

When I debug it, the progress gets stuck at 57% and it says "Waiting for Adobe Flash Player to connect to debugger..." in the "Progress" tab. After a few minutes a window pops up that says:

"Failed to connect. The session has timed out. Ensure that you have run the application with debugging on and that I have the debugger version of flash player."

What can I do to fix this? I am on an intel Mac running OS 10.6.5.

View 2 Replies

Flex :: Flash Builder 4 Design View Vs Flash Runtime Appearance W/SDK 4.1?

Jan 22, 2011

Flash Builder's design view is worse than 3's (which at least was usable if you ignore some quirks), so WHAT do Flex UI designers (those who don't have paid design teams...) do to design a complex UI? Because Design View (also based on what a lot of people say about it..) gets more useless with every release.See image for some differences in design view vs.Flash. WHAT is causing this? css also posted..("Duration", "hr", "min" are mx Labels, the image size text is an mx Text comp.Project is an "mx only" SDK 4.1 project.) I don't even care that the spinners look different, I just need it to show me correctly sized stuff so I can position things via Canvas, or properly size containers.

mx|Label {
font-weight:bold;
font-size:12;[code].....

View 1 Replies

Flash :: Php - Builder 4 Vs. Eclipse?

Nov 19, 2009

I'm getting started with Flex and initially installed the Adobe environment (Flex Builder 3) and later found out that they're starting to call it Flash Builder 4.

Anyway since I'm very new to this technology and I have to leave Flex Builder 3 anyway, I'm trying to find out if there are any advantages to developing with Adobe's Flash Builder 4 (adobe's commercial IDE) vs.Eclipse (which Adobe seems to also heavily support, they make and support a special plugin for it).

My main language is PHP so my end goal is to integrate Flex with PHP. It sounds like Adobe did a decent job with integration in the Flash Builder 4 release (you can choose a language and choose data services options, etc. which should make that integration smoother), but is that integration only available through their commercial Flash Builder 4 or is it also available through the plugin they release for Eclipse? I'm trying to get some advice from those who used the technology so I can make up my mind whether there's a lot of advantage using Adobe's commercial IDE vs. the very robust open source Eclipse IDE. Other aspects I may not have considered are also welcome.

Note: I use php without a framework, and I keep also hearing Zend from Adobe themselves, which is kind of confusing too. I guess they're using part of the zend for remoting. Does anyone know how zend will affect my flex development environment?

View 4 Replies

From Where To Get Flash Builder Tutorial

Jun 9, 2010

I want to buy Flash Builder Video Tutoria, Can any one tell me from where i can get it ?

View 4 Replies

Flash :: Flex - Does Builder 4 Now Use AIR 2?

Jun 14, 2010

I just got CS5 master suite which includes Flash Builder 4 and Flash CS5 Pro. When I create a new AIR app in CS5 pro it says "AIR 2" but when I create a new AIR project in Flash Builder I do not see anything indicating that it is AIR 2 or 1.5?

Is there a way to tell which AIR runtime it is using?

View 2 Replies

Flash :: Import .FLA Into Builder 4

Aug 2, 2010

Is there a way to import FLA files into Flash Builder 4 such as conversion to SWC?

View 2 Replies

Ant :: Create SWC Using Flash Builder 4?

Nov 5, 2010

I need to embed my graphic assets into a swc.I created a diretrory structure reflecting my packages

com
example
Foo.png

I need to create a swc containing a com.example.Foo class (subclass of DisplayObject)

View 1 Replies

Flex :: Flash Builder On Mac OS

Aug 16, 2011

I am using Flash Builder 4 on my MAC. Flex SDK 4.0. Flash Player 10.1.By executing this code below I only see the trace saying "start". And if I look at the Declaration of the ENTER_FRAME is see the error saying: "Source could not be found for flash.events.Event.Enter_Frame in...."But the playerglobal.swc source is there, and I have tried different SDK versions and FP versions.If this is a Flash Builder problem I can not be the only one having this issue?[code]

View 1 Replies

Flash :: Builder 4.5.1 Keyboard?

Jan 9, 2012

just a quick question - most tablets and devices have a touchscreen keyboard that will allow the user to enter text. we've all seen them a million times.

How do I

a) set the keyboard to a different type (say numeric) b) how do I change the "done" message to something else say in iOS when it's the ENTER key (i've noticed many apps that do that) c) how do I capture the "ondone" event or "onsubmit" event in Flash builder 4.5.1

View 1 Replies

Media Server :: (.asc) Enable Code Hinting And Highlighting In Either Flash Professional Or Flash Builder

Oct 26, 2011

Problem: I would like to enable code hinting and highlighting in either Flash Professional or Flash Builder when developing an Actionscript Communications File (.asc). Steps Taken: Searched Google with limited success, most signs all pointed to [URL] where one may obtain an Eclipse Plugin, but:It was created in 2007 (likely out dated)It has known bugs that haven't been addressedSearched this forum / adobe's web site to find a solution, to no avail.Posted this, now, in an attempt to put this to rest Request: how I can enable FP or FB to give code hints / syntax highlighting

View 9 Replies

Stop Flash Builder 4 Actionscript Project Launching Flash IDE?

Sep 15, 2010

I am trying to create an Actionscript project in Flash Builder 4. However when I debug or run it always runs in the Flash IDE. I want it to run in the standalone flash debugger without the Flash IDE! This is driving me crazy. I'm on Mac if that makes a difference.

View 5 Replies

Flash Pro Or Flash Builder To Make Graphical Web Widgets With Sockets?

Oct 6, 2010

I've contacted Adobe sales and tech support, and realized that I need to talk to someone who actually develops with these tools.I want to develop some simple graphical widgets with the ability to reload themselves via an xml-socket a couple of times a second. Which Adobe tool should I buy-- Flash Builder, or Flash Pro?

View 1 Replies

Flex :: Importing Existing Flash .xfl And .as Files Into Flash Builder 4?

Nov 6, 2010

I got a XFL file, its library files and AS files in a directory.I would like to use Flash Builder 4(FB) for editing AS files, running the compiled SWF and profiling.When I created a New->ActionScript project in FB, I could edit the AS files but didn't know how to link the XFL file and run them.When I created a New->Flash Professional Project, I was prompted for a XFL file, and although the chosen XFL file and the AS files are in a same directory, the AS files are not automatically included in the project. I couldn't find a way to add exiting files in the project either.

View 1 Replies

Actionscript 3 :: Does The Workflow Differ Between Flash Builder And Flash Professional?

Dec 10, 2010

What is the workflow for creating an AIR application in Flash Builder and how does it differ from Flash Professional? I am familiar with Flash Professional, but I'm trying top wrap my head around FB, but I'm coming from a stint in iOS development and Flash Pro is driving me crazy. (I have difficulty with classes mixed with the timeline, but I think that MXML might be a good substitute for the timeline.)(Bonus: What are some good online resources for learning MXML?)

View 2 Replies

Autocomplete :: Flash Builder Code Completion For Flash Libraries?

Feb 3, 2011

Is it possible to get auto completion for flash libraries in flash builder 4.0?

View 2 Replies

ActionScript 3.0 :: Moving As3 Project Written In Flash Into Flash Builder?

Sep 25, 2009

I am having trouble transforming pure as3 projects written in flash into Flash builder projects.

I have a series of simple tutorials covering basic elements of actionscript 3. These were written in flash using the document class.

I would now like to switch over from using Flash to using Flash Builder.

Is there any way to import each of these working as3 files into new FB projects?

When I try to import using either "import > other > existing projects" or "import > Flash Builder Project" or "import > General > File system" I am not able to complete my import because (obviously) I am not importing a valid Eclipse project.

Is there no way to load a directory of AS3 into FB, set one of the classes as the "default application" and have FB build a new project around it?

I could create a new project in FB and then move the assets in manually, but I have over a hundred of these! It would be nice to be able to move from one environment to the other without difficulty.

View 2 Replies

Flash :: Builder 4 Cannot Open Fla Files?

Apr 12, 2010

I cannot open any .fla file with FlashBuilder 4 under Windows:When I click on a .fla file I get the following error: "Windows cannot find 'Flash'. Make sure you typed the name correctly, and try again."

View 3 Replies

Flash :: Deference Between CS5 And Builder 4 And Flex CS5?

Jun 28, 2010

Can someone explaine the deference between Flash CS5 and Flash Builder 4 and Flex CS5?

View 1 Replies

ActionScript 3.0 :: Set StrictMode On/off In Flash Builder?

Aug 10, 2010

I'm just finding about Flash Professional.. What about Flash Builder?

View 1 Replies

Flash :: Builder Access CS5 Components?

Sep 26, 2010

I have a project in flash cs5 with some buttons and textInputs. Ive linked my project up with Flash Builder and now want to access my textInput from within my Flash Builder source. i gave the textInput instance name of "txt1" in Flash CS5 but when i try to reffrence it in my Flash Builder project there is no option to set it as type TextInput. I can only set it to type MovieClip and when i do that and publish it tells me cannot convert from fl.controls.TextInput to MovieClip.

View 1 Replies

XML :: Data Not Being Exposed In Flash Builder

Feb 26, 2010

When I run the flex application, I'm expecting to see 25 records from users table of my database in a list component, and all I see is 25 of this: [object User]. I tried to follow this tutorial: [URL] but as he is using ColdFusion, I am using an HTTP service type. Basically, what I did:

1) Connect to data service (Http)
2) Entered a url of xml data, method GET, operation of getAllItems
3) search as name string as data type for the parameters of this operation
4) users as service name (services.users as service package)
5) test operation (authentication required) and clicked test, which showed the xml data
6) Configure return type, selected User as root (not users), and clicked it for "is Array?" option
7) Then selected the list component, checked "New Service Call", and for bind_to_field I checked "id" (not sure exactly what bind to field does)

The following is the relevant stuff that was generated:
protected function list_creationCompleteHandler(event:FlexEvent):void {
getAllItemsResult.token = users.getAllItems(/*Enter value(s) for */ search);
} <fx:Declarations>
<s:CallResponder id="getAllItemsResult" />
[Code] .....

I do notice an error message that says "access of undefined property search". But again this was generated code so I have no idea where it was supposed to be defined. My main concern is that it's not showing records from the database (via the xml) but rather just showing:
[object User]

View 1 Replies







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