apache-flex
How to convert XmlList to ArrayList
I have this xml file. var xml:XML =<rootNode> 开发者_开发知识库<element name=\"CompositeFont\">[详细]
2023-04-12 04:49 分类:问答Error when calling a function from main in flex
Hi guys i am trying to call a function which is defined in main.mxml public function btnAcceptCall_clickHandler(event:MouseEvent)[详细]
2023-04-12 04:45 分类:问答How to identify if Class reference is an interface?
As in Java I want to know if my reference is declared as Interface. function foo(classRef:Class){ if(cla开发者_运维知识库ssRef.isInterface(){[详细]
2023-04-12 03:03 分类:问答Flex + Air App to Database?
I\'m trying to create the Air app using Flex 4.5. The app interacts with LiveCyle Collaboration Service to support the screen-sharing and webcam chatting in the desktop.[详细]
2023-04-12 02:58 分类:问答Flex file upload to remote server using PHP
I am trying to upload the files to the remote server using PHP with Flex interface. If it\'s not localhost, it shows the security error. I have already put the crossdomain.xml in the tomcat web app ro[详细]
2023-04-12 02:37 分类:问答Why does mxmlc Incremental Compile cause a fault relating to particular embedded asset?
I have a swf which embeds around 40 various png and fxg objects using the embed metatag... eg.: public class OneOfMyEbeddedAssets[详细]
2023-04-12 01:11 分类:问答Organization of services in service layer?
I have a Java server application with a ton of different entities.So far, each entity top开发者_高级运维 level entity has its own CRUD service.By top level, I mean the root of a tree of entities that[详细]
2023-04-12 00:53 分类:问答IE8 - Clicking a link in my Flex app only opens page in a background tab
After moving from Windows XP to Windows 7 noticed this behavior in my Flex application. In IE8 when a user clicks on a link in the SWF file it uses the navigateToUrl api to open a new window pointing[详细]
2023-04-12 00:27 分类:问答Refire a stopped Flex event
I have several event listeners configured to listen for a click event on a control. I don\'t know if this is a correct assumption, but I believe I have one configured to listen \"first\".After the fi[详细]
2023-04-12 00:24 分类:问答Flex 4.5 Mobile Development
I recently started developing mobile applications using Flex 4.5 with开发者_JAVA百科 the help of a book, but was unable to find the API documentation for the same from Adobe.[详细]
2023-04-12 00:19 分类:问答