1
vote
1answer
17 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
28 views
PHP/Flash advice
Looking to start a project that would require me to use Flash or Flex (I have not worked with either of these yet, yikes!!!). Flash would be the front end user interface that needs …
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
2answers
24 views
How can i do select multiple rows ( allowMultipleSelection=”true” ) in datagrid using flex ?
I have id(array) used in my application . i want to select number of rows mathching given array but if i used gatagrid selected Index then it will be selected only one row only . i …
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
2answers
30 views
Flash vs. (Ex)Canvas vs. SVG/VML
Hi Guys,
If you were to design a graphics-heavy interactive web application (say a game like Mario Bros.) today, which of the three available technologies would you prefer - Flash …
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
3answers
39 views
2d game engine for race game built to web-page.
I think Flash/Flex is a good aproach for this case.
We need to build some like the following:
http://www.flashracegames.com/play-micro-racers-2.html
Is there some free engines to …
1
vote
1answer
18 views
JQuery AJAX .load - flash chart doesnt load in IE
Hello,
An IE issue has me completely stumped. I have a coldfusion page that uses JQuery's AJAX .load function to load in a new flash file that is generated by coldFusion's cfchart …
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
45 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
13 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)) + _ …
0
votes
3answers
57 views
Flex + PHP: Flash Builder 4 vs. Eclipse
I'm getting started with Flex and initially installed the Adobe environment (Flex Builder 3) and later found out that they're starting to call it Flash Builder 4.
Anyway since I' …

