flash-builder

Determining linkage dependencies in Flex applications

寵の児 提交于 2019-12-02 05:06:25
I have a large Flex project with two Applications in it. A lot of code is shared between these Applications. However, the smaller of the Applications does not require much of the code that the larger one does. I'm trying to ensure that code that isn't required by the smaller application isn't getting compiled into it. Is there an easy way for me to determine which files within my project are being compiled into a particular Application? Ah, I managed to discover the solution to this shortly after posting. The Flex compiler supports a -link-report flag that produces an XML file which describes

How to install Flash Builder 4 or a Flash Builder plugin on Eclipse in Ubuntu 10.04?

不想你离开。 提交于 2019-12-02 04:15:13
I want to install Flash Builder 4 or a Flash Builder plugin on Eclipse in Ubuntu. There are two methods I know to achieve it. 1. Use fb4linux. 2. Use wine and follow these steps http://diariolinux.com/2009/06/22/how-to-install-flash-builder-on-linux/ Second method gave me errors while installing. First method is good and installs fine, however it doesn't have design mode. They say it isn't supported in linux. Is there a work around or some other plugin to enable it ? Thanks. fb4linux is a hack of the Flash Builder plugin. It won't have most of the useful features as its in breach of the

Error SDK component at air/android/device/runtime.apk is out of date

喜欢而已 提交于 2019-12-02 00:26:04
I'm getting the following error when packaging AIR application. Error occurred while packaging the application: SDK component at air/android/device/Runtime.apk is out of date. This occurs on the last step when creating a release build. I'm not sure what the issue is but it only happens sometimes but if I wait or if I try again it works. Maybe Flash Builder refreshes on a cycle and I'm running it too often or if I wait too long between moving through the steps it's expiring? I'll post back when I know more. UPDATE If you create a release build and then you go get a cup of coffee and then come

JPEG encoder super slow, how to Optimize it?

无人久伴 提交于 2019-12-01 21:06:13
I'm building an App with actionscript 3.0 in my Flash builder. This is a followup question this question . I need to upload the bytearray to my server, but the function i use to convert the bitmapdata to a ByteArray is super slow, So slow it freezes up my mobile device. my code is as follows: var jpgenc:JPEGEncoder = new JPEGEncoder(50); trace('encode'); //encode the bitmapdata object and keep the encoded ByteArray var imgByteArray:ByteArray = jpgenc.encode(bitmap); temp2 = File.applicationStorageDirectory.resolvePath("snapshot.jpg"); var fs:FileStream = new FileStream(); trace('fs'); try{ /

Is Flash or Flex better to build a user interactive ordering “wizard” website?

余生颓废 提交于 2019-12-01 19:01:49
i want to see if these "build a . . ." flash sites (to support a user customized ordering process) are done using regular flash or Flex? Site 1 Site 2 Site 3 Site 4 All of these "walk a user" through a customized ordering process and capture all of their selection and showing them all of their customizations (and ultimately bring them to a final ordering screen). What's going on under the hood on these sites and are built in flash or flex? Is the person creating a separate image for every combination that you could possibly select or is something else happening here? I still can't figure out

Flash Builder - How to build or include an SWC

大城市里の小女人 提交于 2019-12-01 08:33:34
问题 I'm trying to recreate a modernized version of this tutorial here - but I'm having problems building and referencing a SWC file for inclusion in my Flash Builder project. Whenever I try to reference the SWC, Flash says it's "not a compile time constant" - can anyone help me with the process of building a SWC (mainly, naming it so that Flash Builder can reference it) - and then, in Flash Builder, creating that reference to the SWC? Thanks 回答1: You can build a swc from Flash Builder by creating

Flash Builder 4.5: s:WindowedApplication does not initialize

可紊 提交于 2019-11-30 22:59:18
There is a really similar question here , but the provided answer does not work for me. This is what I'm doing: Create a Flex (airTest) project and chose Desktop as application type using 4.5 SKD. Add a Button to the main application and change the background color. Compile the project. I don't see anything. I have to kill adl from the Task Manager. If I go and edit the airTest-app.xml and change the visible from the default to true, when i compile i get to see the chrome with the correct background color set. If I change the WindowedApplication tag from <s:WindowedApplication to <mx

Could not resolve <s:Sequence> to a component implementation after adding AIR 3.6

和自甴很熟 提交于 2019-11-30 20:59:43
Since changing to the AIR 3.6 I'm getting many errors such as: Could not resolve <s:Sequence> to a component implementation. If I switch to the built in Flex SDK 4.6.0 it works fine. I'm using Flash Builder 4.6. UPDATE I think that this is because there is a new compiler for ActionScript and that new compiler is included with the SDK and that is causing problems for Flex projects. I read this on the AIR SDK download page (which I did not notice before): Note : Flex users will need to download the original AIR SDK without the new compiler. Source I was using the AIR SDK 3.6 with Compiler. I had

Importing Flash project into Flash Builder

谁说我不能喝 提交于 2019-11-30 20:28:57
I am on a mac and I have a preexisting Flash project. (i.e usual fla, src, lib) folders. Now, I want to start writing the code using Flash Builder 4. How do I import all those files so I can now develop in Flash Builder 4? Thank you, Tee Found it. Just need to do File > New > Flex Project to define a project for the folder containing your app. Thanks, Tee Flash Builder cannot open fla files. If your code is pure actionscript, you can create new project and remake it there. You can use Flash Builder 4 to open and run Flex Builder 3 projects. The 3.5 SDK comes as part of the Flash Builder 4

can i use design mode in fb 4.6 if I add apache flex sdk 4.9.1 as my compiler?

故事扮演 提交于 2019-11-30 19:16:12
I am running Flash Builder 4.6 and just added Apache flex sdk 4.9.1 (build 1447119) to my mac book pro running Moutain Lion and when i tried to do a quick 'hello world' and add a few elements to the stage using design mode i got following error: The design mode is disabled as the project uses an incompatible version of the flex sdk My question is if i go beyond the default sdk that shipped with fb 4.6 do I therefore loose the ability to use design mode and have to do everything in source mode? Also, if i am using windows the error is quite similar when i mouseover on Design tab Design mode not