For example, in my flex mobile application I have a portrait and a landscape state. Both with the same components, but they are being laid out using different HGroups and VGroups in each state. If i w
I have a problem when I try to access to a webservice from a mobile application. When I try the address of the webservice on my browser, it works, when I try in my application on the emulator of Flash
I am trying to create my first real world application. It\'s a database driven (via Web Services) application in Flash Builder 4.
I\'m pretty new to Flex, so there\'s probably a good chance I\'m missing something obvious, but in the first example code, everything works as expected. When not editing the cell, it shows a centered
I am trying to make the project build light by removing all the unused (mxml,xml and image ) files. Currently I am manually searching for each image and then removing the unused file. But is there a w
I\'m getting the ambiguous reference error when trying to bind properties. Here\'s the code: MXML <?xml version=\"1.0\" encoding=\"utf-8\"?>
I\'m trying to generate a button with the loop of an array, but I can\'t make the icon style and the stylename work :(
I\'m making a Matching Game in Flex. I want to have images from one array on my left and images from the second array on my right, so that user can drag&drop images from the left onto matching ima
I开发者_如何学编程\'m now using the cairngorm flex framework,and it supports mxml . Is this supported natively by flash or only supported by frameworks?No, MXML is not natively supported in Flash. Th
Despite adding: source=\"myScript.as\" (that basically feeds the main.mxml file) to my TitleWindow compone开发者_JAVA百科nt MXML file (which I instantiate from the main.mxml file) the variables defi