1
vote
1answer
20 views
Drawing a hex grid in Flash?
What's the easiest way to draw a hex grid algorithmically? How should I present them in data?
For example, in a square grid, I could just save x-y coordinates..
0
votes
2answers
26 views
AS3: Can’t convert DataEvent.data to XML (throws error, that is not well-formed)
Uploading a file, i want to have an XML response from server.
So, in php, i do:
header("Content-type:text/xml");
echo"<whatever/>"; // any 100% valid XML
in flash, i use …
0
votes
2answers
31 views
Custom bullets in Flash
Is there a way to make a bulleted list in flash with custom bullets? If so, can this be used from within a TextArea in Flex (mx.controls.TextArea) when setting htmlText?
For examp …
2
votes
3answers
73 views
Making a smooth path from an irregular number of x,y points to simulate handwriting
Hi all
I am trying to make a 'brush' tool in AS3 (pure, not Flex) which simulates handwriting, making strokes to be smooth instead of cornered. Then, the trace must be reduced to …
0
votes
1answer
12 views
Cakephp Session lost in Flash player
Just want to know if anyone have the same problem.
The website need to login to perform certain task. We use stock Auth component to do the job.
Everything is fine until it hits …
1
vote
0answers
34 views
Actionscript NetStream.play drops port in relative URLs
Hi, the current page my flash application is running from is http://localhost:3000/. I'm trying to play a video using NetStream.play(relativeURL) by using a relative URL (e.g. "my …
0
votes
2answers
11 views
Opening popups from AS3 using ExternalInterface in Safari
hi,
I'm using this code to open a popup
ExternalInterface.call("function () { window.open('" + url + "','" + title + "','" + options + "'); }");
for JavaScript people: calling …
0
votes
3answers
48 views
how to use the Function type in AS3 (var f:Function) for a method f(s:String)
i have a class that has something like this
public class Foo {
public var f:Function;
public void method(s:String)
{
f.invoke(s);
}
}
so i need to assign to the f a function …
0
votes
1answer
25 views
Grep doesn’t work correctly with .as files
Here's the statement I'm running:
grep -i -H 'ConfigureControls' *.as
Note that I'm forcing file names with the -H flag.
What I get back is:
} } trac} } this.chair …
0
votes
2answers
23 views
Delay before playing embedded mp3 in Actionscript / Flex 3
I am embedding an mp3 into my Flex project for use as a sound effect, but I am finding that every time I play it, there is a delay of about half a second from when I call .play() t …
0
votes
1answer
17 views
DTD flash open source engine?
DTD flash flex action script open source engine?
I need some open source engine for creating some games like Desktop Tower Defense games
Does it exist?)
So… What do I need? I ne …
0
votes
3answers
46 views
Flash AS3 : addChild() does not display imported movieclip.
I fought with the IDE and read around all day enough to learn that in AS3, the exported class name of a lib symbol matters.
I have hello.fla. In it I created a simple textfield wi …
0
votes
1answer
14 views
AS2 to AS3 hitTest Migration
I am stuck in as3 hit test problem. this is the code i wrote in as2. please help me migrate this in to as3
target.hitTest((_x - _width / 2) * (1 / (100 / _root.game._xscale)) + _ …
2
votes
1answer
30 views
My AsyncErrorEvent isn’t working to catch errors for my RTMP video player
Hi again peepz, I have this streaming video player with an asyncErrorHandler function which isn't working correctly.
In Flash player 10 I get no errors, but in Flash player 9 I'll …
0
votes
1answer
41 views
Action Script 3 code design question
I have a simple flex3 project with and mxml file (with some as inside of it) and FMSConnection.as
I have something like this
public class FMSConnection extends NetConnection
{
…

