I am working on a shared project in Flash Builder 4. Our data is coming through web services. We have put the generated .as files into vss so that we can share them. What I can\'t figure out is how to
Is there any way drawing lines/cur开发者_开发技巧ves in flex/fb4 -like pen tool? Because it is not a practical method drawing with only <s:Line/>\'s. Maybe an external tool which lets you draw a
Is it possible to use Log4Fxwith Flash Builder 4 ? The error I get is Cannot开发者_JS百科 complete the install because one or more required items could not be found.
I have accidentally setup my Flash Builder to change to the Debug Perspective when debugging my applications. This is useful when the application crashes, but not every run.
private function playSound():void { _soundChannel = _soundObj.play(); _soundChannel.addEventListener(Event.SOUND_COMPLETE, nextTrack);
I have a flash builder project that has no mxml file. I\'m wondering if there\'s a way to build a this project using hudson or even ant.
I plan to deploy my Flex Application on the web using MS Azure. Has anyone done this? If yes, can you please provide pointers, reference links etc?
Im still new in Flex and currently working on capturing a flash game into a flv video file. Im using FileReference.save() to write the captured file in the user\'s syst开发者_运维百科em. It is working
Problem: When I set a breakpoint and debug my application, Flash Builder 4 is not displaying static variables within the variables window. I can\'t seem to find a solution in other posts.
How do I a开发者_如何转开发ccess the \"WindowedApplication\" class in Actionscript?You mean the top level application of an AIR App?