I have an API that inherits flash.display.Sprite .When I try to generate the ASDocs for the API, The ASdoc shows that my class inherits from flash.display.Sprite, but doesnt link or there is no click-
I\'m making a flash quiz which will have a series of questions. Each question will have a button which will read the question out. As well as 4 buttons (probably MC\'s), that the user will click to an
I want the validator for password text input. At least one Upper case letter At least one numeric cha开发者_JAVA技巧racter
Using flex4, I have a list with an item renderer: <mx:List id=\"queueView\" dataProvider=\"{presenter.queue.items}\">
Say I have a movie clip that when loaded I set it\'s .z position to 2000 to make it look far off in the background... How in the world can I set it\'s x and y po开发者_如何学编程ints with any certaint
I\'m developing a flex application and I want to add it a context menu. I got it with this code: var myMenu:ContextMenu = new ContextMenu();
I am openingxml in air application . i need to validate opening xml(Xml need to have specificnode), for this some of them telling there is XSD validation on vb and .net , but i need to know, likewise
When streaming an flv to flash, I am not sure I understand the feedback from the NetStream buffer events listed here.
Is it possible to have a Button object in a column in an Adva开发者_StackOverflow中文版ncedDataGrid object in flex 4? And how would I do this?You can do it in flex 3, so it should be possible in flex
I am writing simple game on flex. In the ga开发者_开发问答me there are 2 objects Board and Stone (both are extended from the Canvas super class)