Flash :: Flex - Specify Ouput File Name Builder 4

Sep 28, 2011

This should be easy, but I can't find it. I want my .html and .swf files to be named something differently than the project name. Project name is foo, I want the outputs to be bar.html and bar.swf.

View 1 Replies


Similar Posts:


Flex :: Use A .as3proj File In Flash Builder?

Jun 23, 2011

thing is, I have to do some modifications at my work, but I never used Flashdevelop, only Flash Builder.

However, the project I need to modify was made with Flashdevelop, it comes with a .as3file, no fla file anywhere.

So, what do I need to do in order to use this project in Flash Builder?, just creating a new project and browsing the path file with the src .as files is enough?, or do I need to do something else?

View 1 Replies

Flex :: FLash Builder 4 Debug Application Using The Same Html File?

Dec 8, 2010

I have an html file which I want to use every time I debug my flex application. I don't want an new html file to be generated every time. How can I do this?

View 1 Replies

Flex :: Make A Word File (.doc) From Flash Builder (air Application)?

May 10, 2011

How can I make a word file (.doc) from flash builder (air application)? Is there any library to do that?

View 1 Replies

Flash :: Flex :: Embed A Html File Into An Air Package By Using Builder?

Jun 30, 2011

I have an Air Application which uses mx:HTML to show a html Page. This html page is located in my bin-debug and as long as i start my application out of FB it works fine.

In Project -> Properties -> Flex Build Packaging -> Package Content the test.html is selected

When I build the project by Project-> Export Release Build the HTML file is not included in the Air Package and so cannot be shown.

View 1 Replies

Json :: Flex - Flash Builder Will Not Read Local File?

Jan 11, 2012

So I've tried to build a small utility to view the contents of a JSON file in an easy-to-understand manner (for non-tech people).I have Googled far and wide, high and low, but every example that shows how to consume a JSON file in Flash Builder uses the HTTP service, pointing to a file on the web.Here I am, sitting in front of my MacBook, wondering why I can't make this work. In the documentation I've found (sort of relating to this issue), they always show Windows examples, and they seem to work fine:That doesn't work. I've tried some "resolve to path" syntax, but the HTTP service does not seem to allow for anything but file paths in quotes.

View 1 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 :: 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

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 :: Open And Edit A MXML File In Builder 4?

Mar 7, 2011

How to open an mxml file? Been using Actionscript for a while, but new to Flex.

I've a project that i've been asked to make a quick change to with 3 folders and a mxml file, but have no idea how to open and edit them with Flex!

View 1 Replies

ActionScript 3.0 :: Get A .swf File As Result Of Compilation Of Mxml File In Flash Builder 4 IDE - Not Flash CS5

Jan 13, 2011

I have to work with a .fla file. I would like to rewrite this file in AS3. Is it possible?
I mean, I would get a .swf file as result of compilation of mxml file in Flash Builder 4 IDE, not Flash CS5 (I don't know CS5, I'm a newbie) . Main target is getting a .swf file by compilation of mxml file, not fla file. Could you explain in detail how this code works? For example what's TXT ? Is it a inputText? Where is this variable defined?
Now I 'm linking .fla file ....

[Code]...

View 1 Replies

Flex :: 'Root Folder' Name In Flas Builder 4.5 If Java Web Application Is Deployed In War File?

Nov 13, 2011

I am trying to develop one simple application using Java, Flex and Blazeds. I am using Flash builder 4.5, blazeds 4 and JBoss 6.I have created 'Dynamic Web' application in Eclipse, added blazeds related file in WEB-INF/lib and in WEB-INF/flex folder. I have deployed this web application in JBoss using Eclipse, so this application is getting deployed in war file.Then I tried to create new 'Flex Project' using flash builder 4.5 and I am stuck in 2nd step where we have to configure Root Folder, Root URL and Context Root.As my java web application is deployed in war, there's no folder to which I can set Root Folder.

View 1 Replies

Actionscript 3 :: Importing Mxml File In Action Script Using Flex Builder Plugin In Eclipse?

Aug 14, 2011

I am trying to create a flex app but facing a weird problem I have created a package to keep my mxml file separately and action script file separately. But the problem I am facing is when I am trying to import one of the .mxml component in my actionscript of main file of mxml application then I am not able to do so .can some one help me in importing one mxml file into other mxml file. my flash builder is not recognizing the package in which i have kept my other mxmk file

View 1 Replies

Flex :: Builder - Using Flex Builder With Source Control?

May 25, 2010

When setting up a source control repository for a Flex Builder workspace, what do you consider to be worth checking in? Do you exclude the workspace .metadata folder but keep the .project and other project specific files? Keep both? Throw away both? Is there a guideline you use to decide which is worth holding onto or do you do it out of practical experience?

View 2 Replies

Java :: Use Swc File In Flash Builder Project?

Feb 9, 2011

i have a swc file i have added file to my project using [URL] how can i use this component in my flash builder project.

View 2 Replies

Actionscript 3 :: Open Pdf File Using Flash Builder 4.5?

Jul 19, 2011

How to read and display a pdf file using flash builder 4.5 and as3 for iOS application??

View 2 Replies

Flex :: Working With Data In Flex By James Ward / EmpWeb Example In Flash Builder 4.0 Beta

Jul 31, 2009

From a video on AdobeTV, I tried to play with example empWeb (LiveCycle Data Services).In Flex Builder 3 (FB3) everything works fine. When I tried this on Flash Builder 4.0 Beta (FB4) it doesn't work. When I replaced original xmlns declarations (2009, spark, halo)with declarations from FB3 (2006) it works. Could you explain why?I'm using the default SDKs (Flex 3.2 for FB3 and Flex 4.0 for FB4). I investigated this (please see 3 source code examples). Source #1 works OK in FB3 and FB4, Source #2 gives a FB4 compilation error message: [code]

View 1 Replies

Can Flash Load A Flex Mx:module Created In Flex Builder 4

Feb 16, 2011

I have a Flex module created in Flash Builder 4 as a swf file. I am trying to load and run in within a Flash application. I can get the module loaded but I can not get the flash application to access any module functions. Here is how I load the module in Flash and the error I get. If I change the module to an application type swf then it loads and runs but now I have two applications on top of each other. I would like the loaded module swf to be able to have access the Flash stage object.

ReferenceError: Error #1069: Property application not found on MyModule__mx_core_FlexModuleFactory and there is no default value.
var loader:Loader = new Loader();

[code].....

View 1 Replies

ActionScript 3.0 :: Upload Image File In Adobe Flash Builder 4?

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

Java :: Regex For Eclipse/Flash Builder File Search For Comments?

Jan 5, 2011

In Eclipse (and Flash/Flex Builder) you get the option with Ctrl+Shift+F to do a file search and look for a regular expression. Would be a real handy thing to know.

I want to find the word negate if it appears in a Flex/java comment like the following:

// It was negated because
or
/*

[Code]....

View 2 Replies

Eclipse :: Remove Runnable Attribute From A Source File In Flash Builder?

Jul 20, 2011

I am using Flash Builder 4 and have mistakenly set an abstract class to be the default application class.. It's not too much of an issue as I have set the correct one again, which works fine most of the time, but not when I am editing the incorrect one and hit F11 - it attempts to run the project via this incorrect class. Is there any way to remove the "runnable" attribute from this file so that this doesn't happen?An example of how this looks in the package explorer is below (Application.as is the correct file, AbstractQuickDraggable.as is not):

View 1 Replies

Actionscript :: Flash Builder Network Monitor Not Recording File Uploads?

Jul 31, 2011

I'm uploading an image file with upload() of a FileReference object however the network monitor in Flash Builder doesn't report anything. Is that normal behavior? A google search didn't return anything.

View 1 Replies

Eclipse :: Link Report In Flash Builder 4.5 Does Not Generate Output File

Nov 4, 2011

I can't seem to generate any output when including the "link-report" compiler commands in Flash Builder 4.5. I've tried several different syntaxes that I've seen online:

-linkreport filename.xml
-link-report=filename.xml
-link-report C:fullpathfilename.xml
-link_report filename.xml

But absolutely nothing gets created when I run, build, or debug the project. Other application settings perhaps? The project is relatively young and doesn't have many custom settings so I'm thinking it is maybe application or config related?

View 1 Replies

ActionScript 3.0 :: Attach Flash Builder 4 Project To A FLA File And A Document For Compilation And SWF?

Dec 3, 2010

How can I attach an AS3.0 Flash Builder 4 project to a FLA file and a document for compilation? Currently I have a AS project full of files which I can't build. What should I do?

View 2 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

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 :: 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

Flex :: Use Same Buildscript For Flash Builder 4 And Ant / Mvn?

Apr 30, 2010

I'm setting up a build system for a Flash Builder 4 (Flex 4) based project; and I'm struggling to get a setup that compiles in the IDE the same as it does from the command line on the build server.I come from a C# background; and my expectation is that I'll be able to create a "solution" with a collection of "projects" that I can compile from the IDE, or from the command line on the build server.The best I've managed sofar is 2 separate build "scripts", a custom ant script for the build server, and the default Flash Builder IDE config based on a workspace; but this is making my DRY daemons jump around in fury.

View 1 Replies

Flex :: Flash Builder 4 Settings?

Dec 13, 2010

i'm slowly making my way over to Flash Builder from doing all of my programming in Flash Professional.

it's not an easy transition since things i've taken for granted in Flash Professional are completely different in Flash Builder.

first, FB4 will always automatically convert my function (even pasted functions) to look like this:

[Code]...

View 1 Replies







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