I know nothing about Flash Professional, but a friend has given me a .swf that supposedly contains some graphics that he wants imported into a Flex program - which I know a fair bit about.
someone could tell me how I can zoom a Canvas, with transform.matrix, so that the content of the component fits into the parent container (application), either inward or outward
var xml:XML; var urlL:URLLoader =new URLLoader(); var xmlArray:Array = new Array(); var i:uint; urlL.dataFormat = URLLoaderDataFormat.TEXT;
I have a .as开发者_如何转开发 Class which has some tests. Now I am wondering is there any way I can run the tests using command line tools (provided by FLEX SDK)?You can create a FlexUnit ANT Task fo
I am creating an application that takes a user\'s hand signature, inp开发者_如何学编程ut on the Blackberry playbook. When the JPEG is created, I would like to add Exif data such as the date/time to th
Is it possible to convert an selected image into base64 encoded string? Would be nice and easy solutio开发者_StackOverflow社区n for image uploader. :)
I\'m building an AIR app where some functionality depends on renaming the app executable in the filesystem, and detecting whatever name the executable has when it\'s launched. I don\'t need to detect
I\'m using Flash Builder 4 and am in the process of learning. The short and simple explanation is, I want a tab navigator that has tabs that look like this:
I\'m new at actionscript and not sure how to do this. I have a button named btnPlay and an flv video named valerie.flv
Anyone have any articles / tests on the performance of the is operator?I can\'t find anything on Google, it\'s just eating my \"is\" keyword as being too small.