Does anyone know of any good solutions (Eclipse plugins presumably) for using Eclipse to develop in ActionScript 3?
There are a number of solutions for developing with ActionScript 2, leveraging MTASC, Swfmill and other open source tools, but I'm specifically looking for AS3 support.
It's simple enough to use Eclipse as an editor, and ...
Currently I'm working on a platform type game. I have a for loop in place to check weather or not the players feet are touching the ground. I had this;
for (i=0; i<5; i++) { //There are 5 floors
if (this.feet.hitTest(_root["g"+i])) {
_root.mc.groundTouch = true; //triggers the mc falling
}
}
This works fine only if one...
Hello,
I'm looking for a way to increase the click size so when I click, it would effectively count as a click on anything that is in a 100px by 100px radius around the click.
Any help would be great, I couldn't find anything online for this.
Thanks a lot!
...
Hi Guys
Just wondering if anyone know a good flex tutorial website besides Adobe. Appreciate the helps.
...
How can I load the same image in to multiple mc's without have to load for each one.
...
In FlashBuilder4, what's the shortcut key to repeat last run, to repeat last debug, to repeat last profilling
I have been clicking the debug dropdown menu for a couple of hundred times, really fed up with that.
...
Dear Sirs,
The issue arises when the user selects a range on the linechart that cuts off datapoints. When this happens, I would like the chart to tell the user somehow that there are data points three, just outside the range, perhaps by drawing a straight line across the top or bottom of the graph. How can I get Flex to do this for me...
How can I post a tweet directly to twitter without needing to use a server-side proxy script (ie, tweetr)? Can a twitter API call be made directly from a swf?
...
Can anyone point me in the direction of skinning a video player volumebar? I want a mute button on the left side and then an HSlider to the right that is always open (no popups).
I've managed to change the skin to use a custom track button and a custom thumb button and it mostly looks how I want.
I can't seem to figure out how to mak...
I'm currently looking into developing Facebook applications and was planning on using Flash as the basis of my application, I have test built some simple PHP Facebook applications and I know enough about action-script 3 to start me on my way, but the API for Facebook development in AS looks far more tedious than the PHP one.
my question...
I've upgraded a FlexBuilder3 project to FlashBuilder4, and I am seeing many compilation errors regarding unsupported tag attributes:
The style 'backgroundDisabledColor' is only supported by type 'mx.controls.TextInput' with the theme(s) 'halo'
Here is the offending mxml element:
<mx:TextInput x="245" y="86" id="code1" maxChars="15" c...
Steve Jobs just posted this article on why Apple rejects Flash...
http://www.apple.com/hotnews/thoughts-on-flash/
I agree that javascript and css can be used to replicate some of Flash's animation, though Flash does all sorts of scaling and tweening that is incredibly powerful, and I'm not sure that there's anything comparable in javasc...
Hey,
I'm trying to create a Flex DataGrid where the firstname and lastname are shown under each other, but in the DataGridColumn
Ideally I would want to do something like
<mx:columns>
<mx:DataGridColumn headerText="Column 2" dataField="time"/>
<mx:DataGridColumn headerText="Column 2" dataField="firstname,lastname" itemRenderer=...
Hi,
I've coded this small snippet to show what I'm not understanding:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="init()">
<mx:Script>
public function init():void {
txtName.text = this.loaderInfo.toString();
}
</mx:Script>
...
The SWF files generated by our application are a basic template that reference external resources (images, and textual data) that actionscript uses to fuel the display. Thus the SWF is responsible for the creative layout of the screen the flash player. It is the results of this actions script, images, and textual data that need to be c...
How do I know how many lines are overflowed in the text field?
...
I have a big set of fla's that use an ActionScript 3.0 class that uses the Embed Flex SDK feature.
(Like this; [Embed(source="pngasset.png")] )
My Flash CS3 IDE knows where my Flex SDK path is. And my global actionscript library path contains;
$(FlexSDK)/frameworks/libs/flex.swc;
However when I recompile an older Fla. I get a dialog ...
Hi all,
I have been given the task of adding a scoring system to various flash games. This simply involves taking input, adding functionality such as pausing and replaying and then outputting the score, time left etc. at the end.
I've so far successfully edited two games. Both these games used the "actions" code on frames. The latest g...
Need auto scroll when new message arrives.
...
For example : Having four columns in advance datagrid like company,contact_person,product and date. In this, first i want to sort by product followed by company and followed by date. how can i do it in Advance datagrid.
Anybody knows please reply me asap. Advance thanks to u.
...