I have mxml component and want to go through all its children, that I\'ve created in it and not to go deeper. For example I have this view:
My JSON Data file ise data.txt [ { \"sayim\":\"1\", \"x\":\"400\", \"y\":\"5\", \"z\":\"-6\" }, { \"sayim\":\"2\",
I have a List that displays the contents of an SQlite database I have created.However, When I run the function to delete one of the user-selected items from the database, the items is still displayed
I\'m having trouble setting up a Graphic object (a solid filled rectangle) to be masked with an image that gets loaded at runtime. I\'ve managed to get it to work with the following code:
I\'m working on a flash cards application and am using an ArrayCollection of Objects to store each cards individual data.When the user click the \'save\' button, the text from the two textAreas and th
So I want to read http streams using flas开发者_运维知识库h tcp sockets. I do not really need the http header at all - all I need is body which contains flv. so how to read http response body into byt
i am new to flex,i want to disply mxml code as a text on mxml page(i dont want to evalute mxml tag it should be disp开发者_开发技巧lay as text only).something like shown in below link
How can I make an application with the same ratio width/height? I have an application with width = 80开发者_如何学编程0 height = 600. Its width = 1.33*height and when I change the width to 1024 I want
How can i create toast style windows in Flex MXML application like following? http://www.adobe.com/devnet/air/flex/quickstart/articles/creating_toast-style_windows.html
hai i want to draw a line with actionscript . Can anyone give me a hint Here is my code <?xml version=\"1.0\" encoding=\"ut开发者_如何学JAVAf-8\"?>