<fx:Script> <![CDATA[ protected function button1_clickHandler(event:MouseEvent):void { if (cbAlwaysOnTop.selected) {// <<<<<< I get the error #1009 here
I have this small project HERE. Right now it barely does anything but make the character move. I move the character by using <s:Move>. Now as you can see on the link to my project page, it move
Having downloaded Flashbuilder 4.5 it seems there are very few spark mobile controls available at the moment - no datepicker , not even a comb开发者_如何学Cobox. Is there a third party resource for su
I encouter a matter when i add <servlet> <servlet-name>RDSDispatchServlet</servlet-name>
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\'m trying to practice making a simple video phone app so I\'m trying to make a program to send a video and recieve a video using Cirrus from Adobe. I\'m having trouble recieving the stream though. H
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 have the following code: var myRequest:URLRequest = new URLRequest(\"http://localhost/example.com/scripts/get_peerID.php?peerID=\" + myID.text);
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