4
votes
3answers
126 views
ActionScript 3 Workflow using SWCs with linked external classes
I'm working on a very graphic-heavy application which uses content from a bunch of different FLAs. I'm a coder, though, so I want to do all my coding in Flash Builder, however I want to allow my …
2
votes
2answers
71 views
AS3 JSON parsing
I have a bit of a dilemma. I have a JSON object that has a format I'm unfamiliar with (starts with an array [] instead of an object{}) and was wondering how I might parse it in AS3. The object looks …
2
votes
1answer
62 views
how to avoid flickering when changing the source of an mx:Image in flex
Hi,
in my mxml file I have images declared like this:
<mx:Image x="0" y="0" source="assets/bigpicture.png" id="picture1"/>
and at some event I do:
picture1.source = …
2
votes
3answers
151 views
C#: What is the value added by commanding?
When looking into MVC frameworks for flex, as3, silverlight, and wpf... a common concept of ICommand / commanding keeps appearing... Can anyone explain the advantage of using ICommand / Execute() ?
…
1
vote
1answer
26 views
Falling object in Box2D should rotate due to centre of mass?
I'm trying to simulate a falling balloon in Box2DAS3. What is important is that balloon falls the such that the bottom part were you blow it up rotates towards the bottom if it's knock sideways or is …
1
vote
1answer
32 views
Why can’t I access dynamic text within a CS4 compiled SWC?
I have a movieclip created in CS4. I export that into my Flex Project's /lib and then try to access the text. All the textfields have ids, embedded text, and show up in intellisense. But when i run …
1
vote
2answers
38 views
actionscript 3 - how to hide default cursor in chrome?
is there a way to hide default cursor[flash]when it's opened
using chrome?
i can hide it using ordinary way when it's opened using firefox/IE
but somehow it doesn't work when it's opened using google …
1
vote
3answers
37 views
AS3: Accessing custom class public functions from a MovieClip on a timeline
Hi,
I've got a AS3 program with a Main.as custom class.
In this class I load an instance of a 'menu' movieclip which has simpleButton instances inside... How do I access the Main class public …
1
vote
6answers
105 views
Does anyone know any cool text editing program for easy code translation?
Does anyone know any cool text editing program for easy code translation?
I have some code like
public var distance:Number;
public var blurX:Number;
public var blurY:Number;
I need to transform …
1
vote
3answers
169 views
Embedding Fonts in AS3 - Dynamic Text Field disappears
This is hopefully a new problem or just me missing something obvious. Please help! I'm embedding a font into my AS3 application. I'm doing everything by-the-book and it half-works.
In my main class,
…
1
vote
1answer
57 views
Flash AS3: ReferenceError: Error #1056: Cannot create property …
Hi,
I am writing something in Flash/ AS3, and I came across this problem:
ReferenceError: Error #1056: Cannot create property txtInput on package.name.DocumentClasss
Basically I have a document …
1
vote
1answer
46 views
Acoustic Echo Cancellation (AEC) with Flash AS3?
Acoustic Echo Cancellation (AEC) with Flash AS3?
What do I need?
Open Source Libs/wrappers.
Tutorials and blog articles on How to do it.
1
vote
3answers
36 views
basic as3 json question
i'm trying to parse json in as3 that has multiple arrays like this:
{
"a1": [
{
"a": 1,
"b": "2",
"c": 3
},
{
"a": …
1
vote
1answer
23 views
Flash AS3 Full Screen not working on a tablet PC.
I have a Flash (AS3, CS3) piece that has a button that will make the piece go full screen.
stage.displayState=StageDisplayState.FULL_SCREEN;
This works great in all of the computers that I have …
1
vote
2answers
59 views
Why can’t Flash CS3 find the MovieClip base class even after classpath is set (AS3)?
Tearing my hair out.
I created an as3 class - blah.Foo, which extends MovieClip.
it is not in a package, cos Flash CS3 complained about nested packages, so it's a 'bare' class.
And yes it's nested in …
