How to sart Adobe Air App with arguments, is it possible, 开发者_运维技巧at least with native apps?How do I use command line arguments with my AIR application?
How to get folder开发者_如何学C size in Adobe Air?Should be fairly simple using File.size. Just in case is confusing, folders in AIR are represented using the File class, which extends FileReference,
Is it possible to set a percentage value for the width property of an UIComponent def开发者_Go百科ined in MXML using data binding?
Does anybody know the reason why CSS type selectors cannot be used inside MXML components, and/or a trick to make it work?
I have several mxml components in an app, all of which need the same variable called genericX. I\'ve included that variable in the main mxml and made it public
I have a scenario where I want to dynamically add words of text to a container so that it forms a paragraph of text which is wrapped neatly according to the size of the parent container.Each text elem
I was wondering what happens to the code contained in an <mx:Script> tag. If I define a function tehre, it just becomes a member function of the generated class. But I noticed that it seems OK f
How to put\\save files into your application开发者_开发知识库 directory? (adobe air) (code example, please)It\'s not recomended but it is possible. Construct your File reference like this:
I\'ve created an XML file using the .Save() method of an ADODB recordset in the following manner. dim res
I\'m looking fo开发者_如何学编程r a way to collect the file dependencies from Flex ActionScript and MXML files.I was hoping that mxmlc could spit them out (like gcc\'s -M option), but its option list