I have some code generated by Flash Catalyst, and I need it to be resizable & rotatable. At the moment, I have no idea how to get this to happen.
I\'m using the VideoPlayer component in flex 4 to display a clip. I have about 3 or 4 notes that I want to appear at specific points of the video, sort of like caption but not quite. I\'m trying to fi
I\'ve got a rather simple question about loading in an xml file at runtime in a SWF. I\'ve found a couple different methods to load in the xml.
I\'m trying to put an image, generated from some text, in a RichEditableText. Since it\'s a styled text, I thought about putting it another RichEditableText, style it, then print it to a Bitmap to use
I\'m looking for the best way to get a flex 4 image object to resize and horizontally center whenever its parent container (a custom component based on group) resizes.I cannot set horizontalCenter=\"0
How can you find out if a Flex Component (in my case the tree) is scrollable? I tried it like this if (_listOwner.height < _listOwner.measuredHeight) {
I have a an swf, called \'controls\' that I created with flash cs4. I upload the controls.swf to my web server. I create an application in flex and it loads the external swf controls into itself. So f
I\'m just starting to learn flex and AS3 I\'m trying to get information into a datagrid that originates from a mathmatical formula. For example if I have 100 and I subtract 5 from it and continue to
I have an app built in flex 3.2, and would like to start using some spark compo开发者_开发问答nents within that same app. Are there any pitfalls to look out for.
I have a weird issue. I can get Event.COMPLETE to fire when I set image.source = byteArray; BUT When I manipulate the byteArray - convert it to Bitmap and use image.source or image.load to load i