Hi when i am trying to give windth and height to a window through navigateUrl method its not opening my codevar js:String = \"window.open(http://[Domain]/Project/pages/sample.jsp,\'win\',\'height=608,
I am working in flex builder 3 with an XMLListCollection and have run into this (should be simple) parsing snag...
First off, sorry for my noob-ness. Believe me when i say ive been rtfm\'ing. Im not lazy, im just dumb (apparently). On the bright side, this could earn someone some easy points here.
Is there some开发者_如何转开发 way to have a tab navigator in flex where each tab width can be controlled explicitly ?
Using org.as3commons.reflect I can look-up the class name, and instantiate a class at runtime.I also have (non-working) code which invokes a method.However, I really want to set a property value. I\'m
I am wondering how will i proceed with the following requirement. I need to create a line chart of business data of the last 8 quarters. It is easy, but the requirement is that, there should not be a
I\'m working on important project using Flex framework and i want to keep my algorithms and code secret. Is it possible to somehow protect swf file from being decompiled? I don\'t want开发者_如何学Go
I want to run some code whenever a DisplayObject is added as a child to a DisplayObjectContainer. Or to put in other words, to catch the addedToStage event of all DisplayObjects, eve开发者_开发技巧n o
is there any way to catch any error within Flex application and send it via let\'s say email or record it somehow (this emailing or recording part is not the problem, just error catching for whole app
An AIR app has default theme compiled in & themes that may be loaded from the external swfs (css-based), that override the default.