flash-builder

Data filtering for XML. Flex

谁说胖子不能爱 提交于 2019-12-25 16:49:18
问题 I am trying to filter xml data but right now I there are no data appearing in the list. Am I doing something wrongly? Sorry guys I am still new to this website too. Pardon me If I posted the wrong way. This is the error. TypeError: Error #1034: Type Coercion failed: cannot convert mx.collections::ArrayCollection@51443c1 to XMLList. xmlns:s="library://ns.adobe.com/flex/spark" title="Malls" creationComplete="malls.send()"> <fx:Declarations> <!-- Place non-visual elements (e.g., services, value

Create Windows/Macintosh Projector from Flash Builder 4

孤街浪徒 提交于 2019-12-25 16:24:32
问题 Am I able to publish a Windows/Macintosh projector from Flash Builder 4? I would like a solution that stays within the IDE, rather than having to open FlashPlayer.exe and export the EXE/App. 回答1: You can display your swf in the standalone flash player, and then create the projector from there (file -> create projector). http://download.macromedia.com/pub/flashplayer/updaters/10/flashplayer_10_sa.exe 回答2: Closing this question...doesn't seem possible. I'm sticking with Flash CS5 to publish

Debug JavaScript injection in ActionScript (Flash Builder)

心不动则不痛 提交于 2019-12-25 02:49:09
问题 I'm working on a InDesign CS6 Extension in Adobe Flash Builder 4.6. For some reason my code (which worked fine for a long time) now throws the error null is not an object . The error is located in a javascript injection (last line): public class Script { private static var _instance:Script; [ Embed (source="script.jsx", mimeType="application/octet-stream") ] private var ScriptClass:Class; private var jsxInterface:HostObject; public function Script() { if (Script._instance) { throw new Error(

How do I recompile Flex 4 Framework RSLs?

感情迁移 提交于 2019-12-25 02:47:24
问题 Does anyone know how to recompile Adobe Flex 4 framework RSLs? I'm using the compiler directive -dump-config to get the build config file that the FlashBuilder IDE is using for compiling my application. I then pass that config file into the mxmlc compiler so I can build from the command-line. The results of the command-line build are output to a folder other than bin-debug. bin-debug is a localtrust path, and it will an application will run from there without error. A Flash application in any

Connecting Flex to SQLite

北慕城南 提交于 2019-12-25 01:33:26
问题 In Flash builder, I'm struggling with basics of data retrieval from local database. Using Lita, I created a SQLite database with a single basic (item) table located in a "DAO" folder .It is meant to populate a List. and I have 2 problems: How to embed the database (with all its pre-populated data) without recreating it from scratch as shown in many tutorials ? For the purpose of prototyping, how to link the data retrieved a single MXML file directly in the list without creating many other

flash builder traces

时光总嘲笑我的痴心妄想 提交于 2019-12-24 23:29:59
问题 Flash builder traces out when swfs are loaded and unloaded eg: [SWF] C:\xampp\htdocs\car_explorer\fonts\Arial.swf - 174,937 bytes after decompression and [Unload SWF] C:\xampp\htdocs\car_explorer\assets\spin\EXTERIOR\BASE_12.swf Does anyone know how to disable these types of traces? 回答1: This question has already been asked, check it here: How to suppress only [SWF] traces when debugging Flash applications 来源: https://stackoverflow.com/questions/3564562/flash-builder-traces

Starling library - Sprite dissapeared from stage and I don't know why

匆匆过客 提交于 2019-12-24 21:44:47
问题 The code for the question is here - I am using Flash Builder 4.7, I will also post all the relevant code now: Game.as (might be something wrong here) package { import Classes.AvatarEnemy; //import starling.animation.Juggler; //import starling.core.Starling; import starling.display.Sprite; import flash.geom.Point; import flash.display.Bitmap; import flash.display.BitmapData; import flash.ui.Mouse; import flash.ui.MouseCursorData; public class Game extends Sprite { //private var juggler:Juggler

Is it possible to store an Array into an EncryptedLocalStore item? AIR

橙三吉。 提交于 2019-12-24 20:27:10
问题 I want to save my Array's strucure and load it the next time I open my AIR application. Is there a way to store it to an EncryptedLocalStore item then get it later when I re-open the app? 回答1: EncryptedLocalStore.setItem() method takes a byte array when storing contents. To store an array, just use ByteArray.writeObject() method (as described in http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/utils/ByteArray.html#writeObject()) to convert your Array to a ByteArray -

Flash Builder 4.7 does not open after installing Apache Flex SDK 4.16.0

余生颓废 提交于 2019-12-24 19:04:04
问题 Having installed Apache Flex SDK 4.16.0, I open Flash Builder 4.7 to see this error dialog message: An error has occurred. See the log file at <dir>/.log. The .log in question is 1676 lines long, starts like this: !SESSION 2017-09-20 10:59:34.184 ----------------------------------------------- eclipse.buildId=M20110909-1335 java.version=1.8.0_144 java.vendor=Oracle Corporation BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US Framework arguments: -keyring /Users/<REDACTED>/

Put something on top of the stagewebview with flash builder 4.6

試著忘記壹切 提交于 2019-12-24 15:33:33
问题 I'm using stagewebview > Flash Builder 4.6 I have a stagewebview and I load an url in it. I want to show sometimes a slide panel on top of the stagewebview. I tried it, but the panel is always behind the stagewebview. I know that stagewebview isn't a display object, but does anyone know if there is any way I can do it? Thanks in advance 回答1: I think I have the answer, it's a little trickery but I think it's the only way You need to take a picture of the stagewebview, add the picture to the