i\'m trying to create a expanding Form with a smooth transition effect, here the code: <s:TitleWindow xmlns:fx=\"http://ns.adobe.com/mxml/2009\"
I\'m using the build in Flex Dataservice to connect to a BlazeDS server. Flex is using the *.fml file within the model folder for the connection details, within that file you can find the following:
I need to dynamically color a grayscal开发者_如何学编程e gradient bitmap with ActionScript 3.0. Gradient goes form white to black, the darkest color has to be 0xFF0000, lightest 0xFFFFFF. Tried palett
Eventdispatching here we are again... I\'m trying to dispatch a custom event from an custom ItemRenderer inside a Datagroup with no success.
Hey, I have a php document dynamicly generating the following: peerID=e224d6cac76ef3181d4804858d82ebeee7e67ad7bdd7b02f3857a700b0ec7fbc
I\'m currently using flex sdk 4.5 (but it\'s the same with 4.1) and I have the following problem: I bind the current state of an ItemRenderer to an external object. This object is injected to the mxm
I am able to pull JSON data from PHP into my Flex application just fine with the following bit of code:
I\'ve been fooling with various ways to zoom objects inside my Flex app and I would love to hear if there\'s a universally considered best practice. Think slider that lets you zoom in开发者_开发百科/o
I\'m writing a Flex application using Flash Builder 4 and I\'m having a bit of trouble with an AS3 object. Essentially, it is a BorderContainer, with a few buttons and images, and programming logic th
I remember launching a JFrame from within a JApplet. I was wondering if I could do the same. The requirement is like this