flash-builder

How can I use relative-paths in Flash Builder's “-load-config=…” compiler argument?

好久不见. 提交于 2019-12-23 04:43:33
问题 Not sure if this is a Windows 8/8.1 issue only, but seems like any "../" relative-paths gets stripped out of the resolved path when Flash Builder attempts to compile a project. Is there a special syntax to include relative paths? Is there one way to set it so it works both on a Mac and Windows system? 回答1: I'm not sure if this was pre-configured by another developer on our team, but seems like this Linked-Resource path is auto-generated PER projects (not created at the Workspace level), so

How to rotate image from cameraUI for iOS in actionscript 3.0

末鹿安然 提交于 2019-12-23 04:42:04
问题 I'm building an App with actionscript 3.0 in my Flash builder. This is a followup question to this question, It works but when I take the picture, the image comes out rotated to the left. how can I check which way the user is holding the phone? and then what code do I use to rotate the image to it's corresponding place? Thanks in advanced! EDIT: I'm using this code to rotate the image, but it seems to only rotate the image being displayed not the image file, any ideas? var mat:Matrix = new

FB Profile says “it is a gc root”, but it seems wrong?

感情迁移 提交于 2019-12-22 17:38:56
问题 People like flash builder profile tool very much.But recently, a problem came to me when I tried to find a memory leak. Here is the simplified sample. package { import flash.display.Sprite; import flash.sampler.pauseSampling; import flash.system.System; import org.robotlegs.base.ContextBase; import org.robotlegs.mvcs.Context; public class MemoryLeak extends Sprite { public function MemoryLeak() { makeAndDrop(); } public function makeAndDrop():void{ var _context : Context = new Context(this);

Flash Builder + Eclipse: disable mouse hover popup?

余生长醉 提交于 2019-12-22 17:07:24
问题 Is there any way to disable the inane popup which appears when the mouse hovers over code? 回答1: In Eclipse you can remove this by going to Window->Preferences->Java->Editor->Hovers and deselecting everything there. I could not find the same in Flash Builder though you can disable some sort of hover through the same method (Window->Preferences->Flash Builder->Editors->Actionscript Code) 来源: https://stackoverflow.com/questions/4891431/flash-builder-eclipse-disable-mouse-hover-popup

Cannot convert apple developer_identity.cer into .p12 format. No certificate matches private key

我们两清 提交于 2019-12-22 05:33:12
问题 i have following problem: i have these files developer_identity.cer Team_Provisioning_Profile_.mobileprovision In order to package adobe flex mobile application for iOS, i need to convert my .cer certificate into .p12 format. Following this tutorial on help.adobe.com i always get this problem when executing last openssl command: "no certificate matches private key error in pkcs12" From what i understand i need somehow to get private key, that was used to create the certificate (do i

How do I attach camera to Spark.components.VideoDisplay

时光总嘲笑我的痴心妄想 提交于 2019-12-21 05:28:09
问题 I'm using Flash Builder and created a spark-application Flex project that will stream video from the local camera. If I use mx.controls.VideoDisplay ; there is no problem since it has attachCamera(camera) method. But Spark's VideoDisplay component does not have that method. I know I can use mx controls inside a Spark app but I want to know: What is the real difference between spark.components.VideoDisplay and mx.controls.VideoDisplay ? How do I attach camera to spark.components.VideoDisplay ?

What does the “@” do?

你说的曾经没有我的故事 提交于 2019-12-21 04:51:33
问题 Sometimes I see in a project im working at, the following: text="@{myVar}" What does that @ do? Edit: text is a property in, for example, a TextArea component. 回答1: The @ symbol is used for two way binding. Traditional binding is only one way. So, you have something like this in ActionScript: [Bindable] public var myValue:String = 'test'; And this in MXML <s:TextInput id="myInput" text="{myValue}" /> myValue is the source, and the text property on the myInput is the destination. When the

Determining linkage dependencies in Flex applications

不羁的心 提交于 2019-12-20 04:55: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? 回答1: Ah, I managed to discover the solution to this

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

烈酒焚心 提交于 2019-12-19 23:27:11
问题 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

Flash Builder 4.5: s:WindowedApplication does not initialize

北慕城南 提交于 2019-12-19 03:56:49
问题 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