0
votes
2answers
20 views
Actionscript physics engine which supports particles attracting eachother
I'm looking for a physics engine for Actionscript which supports particles attracting eachother. Like in this example.
So not just objects being attracted by the floor like in most engines (eg. APE …
0
votes
1answer
20 views
Can I use the flash.net.NetConnection over https
Is it possible to use the flash.net.NetConnection object to connect to my Flash remoting enabled web application over HTTPS within Tomcat or any other servlet container?
I am using the SpiceFactory …
1
vote
2answers
20 views
Facebook, Flash and maintaining state
So here's the situation: I have a Flash application I'm deploying to facebook as a canvas app. There are various states within this app - different "pages", sort of.
I want to be able to share this …
0
votes
1answer
14 views
Dealing with multiple GUIs in Flash/Actionscript 3
I'm trying to figure out the best way to deal with writing multiple GUI windows using Flash Components. I thought the best way to handle this was to use a layer for each window that I want, and simply …
1
vote
6answers
93 views
Greensock library, which is the best option, TweenLite, TweenNano, TweenMax, TimelineMax?
Hi all,
i am new in flash development, i heard that Greensock lib is the best one. But when am trying to download its really confusing. there are a lot of names like
* TweenNano
* TweenLite
* …
0
votes
1answer
27 views
Sending HTTP request with multiple parameters having same name
I need to send a HTTP request (and get XML response) from Flash that looks similar to following:
http://example.com/somepath?data=1&data=2&data=3
I.e. having several parameters that share …
0
votes
2answers
16 views
What headers does a SWF file send when requesting data from a URL
When requesting data with:
<param value="data-file=http://url-to-my/json.script" name="flashvars">
via an SWF file, what request type would "http://url-to-my/json.script" receive. It doesn't …
0
votes
1answer
25 views
applying a ColorTransform stops MovieClip from playing
I have a MovieClip that consists of multiple layers, one of those layers is an animated background Shape. let's call this MyMovieClip with the background shape have the instance name "mcBackground";
…
0
votes
1answer
44 views
Flash Combo Box… set the text field to selected value?
Hey everyone.. I'm really new to flash. I have a combo box and I am using the 'selectedIndex' property to give it a default value (a value that is at the first(0) index). Setting this property in my …
0
votes
3answers
40 views
Creating a repeatable, random looking distribution of objects in Flash
I'm trying to scatter movie clips around the stage using Actionscript 3 in a way that looks as though they were randomly placed there, like photographs spread out on a table top.
I tried using a …
-1
votes
0answers
12 views
replace flash media server’s code with red5’code
my asc's code is :
application.onAppStart = function()
{
application.users_so = SharedObject.get("users_so", false);
application.clearStreams("/");
application.speaker="condidate";
…
1
vote
2answers
26 views
How to escape single quotes in Flash?
I have a user supplied text and I need to prepend all backslashes and single quotes with a backslash. How to do that?
1
vote
2answers
38 views
Can Flash action script read and write local file system?
I think it can only access the network but not local file system, but from internet some people said it can in the newest version, can anybody confirm? It can reach arbitrarily file or just a specific …
1
vote
1answer
13 views
Requesting pages and reading results with Flash
I have a Flash object hosted on foo.com. When I run it, I want it to send a HTTP request to foo.com, and retrieve the results along with HTTP headers.
How would one achieve this with Flash? (AS 3)
6
votes
5answers
79 views
Most useful ActionScript libraries
What are some useful plug-ins, packages or source-code for ActionScript?
Please include ActionScript version, name, link and description.

