I am using the as3crypto library to get the AES algorithm working on a small project that i am doing. This is how i get the crypto function :
I\'ve used p开发者_运维技巧rogrammaticSkin to customize an element i use. I would only like to use it on certain occasions. (on some instances - yes and on others no, or use other skin) is it possible
I was wondering what the difference between data and listData in itemRenderers in flex. I have worked with data in all of my itemRenderers.
I am using Flex 3. Here is my code: <?xml version=\"1.0\" encoding=\"utf-8\"?> <mx:VBox xmlns:mx=\"http://www.adobe.com/2006/mxml\">
Is anyone able to shortly explain the meaning of the different Flex size properties in a comprehensible way?
I am simply wanting to stop a user entering carriage returns in a TextArea. I have been experimenting with the \'restrict\' property in the TextArea but cant seem to work it out.
I\'m new to flash . I have called this flash code in Flex using SWF loader .I got the following Error. Here I\'ve attached flash coding for header_text_fla Kindly do the needful.
Is there a direct way to get the item index of the data inside an itemRenderer? I need to display the item number against each item. I am currently doing a workaround and won开发者_如何学编程\'t allow
I am posting a sample item renderer for TileList I am using. I broke it down to a a very basic renderer.
Firstly I feel this question is not a duplicate for : Easiest implementation of onReleaseOutside in AS3?