2
votes
3answers
23 views
Resources for learning Flex using just the open source compiler, not the IDE
I'm interested in learning just enough Flash/Flex to do things that I can't do from HTML and JavaScript alone - play sound files and video, use multiple file upload things, perform …
0
votes
4answers
56 views
How to expose a method in an interface without making it public to all classes
I have a issue where I'm working with a particular interface for quite a lot of things. However, I have a particular method that I want to be available only to a particular group o …
0
votes
2answers
18 views
AS3 - Accessing attributes of a static variable of an object from another object
I have 2 classes, Display holds the currently selected Component:
public class Display
{
public static var selectedComponent:Component;
}
Component has an ID string and the sel …
0
votes
1answer
41 views
Programming game in flash/as3
Hi,
I have a bunch of ideas for different games (for programmers) where you have to write some program to complete the puzzle; The language shouldn't be too complicated and I even …
1
vote
4answers
79 views
3D, AS3, Flex - Convert degrees of rotation to visible height
I need to know what the visible height of a display object will be after I change it's rotationX value.
I have an application that allows users to lay out a floor in 3D space. I w …
0
votes
1answer
13 views
AS3 - swfaddress deep linking when someone pastes a url
I have swfaddress (2.4) working fine on my site - the back button works, I can copy and paste urls and be taken to the correct page, etc.
BUT, if I copy a url, say "http://mysite. …
0
votes
2answers
14 views
Flash: How do I make a POST request from within flash to my processing php page?
I basically have a form inside of Flash that I need to submit to a server-side processing page, which will then return either json or xml telling if it succeeded or not ( json, xml …
0
votes
2answers
30 views
AS3 Basic Parsing JSON question
Hey,
I'm having a problem parsing a JSON file in AS3. Im trying to parse multiple JSON arrays, but don't really know how to get to the next after accessing the first one. My JSON …
1
vote
2answers
46 views
How should I stress test my web application?
I've got a somewhat complex web application, containing Flash and javascript on the client side and PHP functionality server side. The PHP functionality contains system calls (exec …
1
vote
2answers
26 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.
An …
1
vote
1answer
19 views
Flash security error - Twitter API
Hey folks,
I'm trying to hit the Twitter API in my Flash application. It works in the local Flash IDE, but doesn't work when I upload it to my server. I'm getting this error:
E …
0
votes
4answers
28 views
Flash coding problem
Hello
I recieve the information from php script to flash. And flash display it as: Radioart=Mia Frejman - Ett hjärta - Ett Hjärta
The string contain some swedish symbols. How I …
0
votes
1answer
65 views
AS3 Dispatch Event from Class
Hi,
I have a class which makes a url request and stores data from that request. When the data is retrieved, parsed, and stored into an array, I'm sending a dispatch event which I …
0
votes
4answers
67 views
Alternative for SIFR
I wish to know if there is an efficient alternative for SIFR. We are facing performance challenges with SIFR and we wish to replace it. One option is that we just use system fonts. …
1
vote
4answers
39 views
visible property of DisplayObject
For example I have a hierarchy of movie clips. mc1 is a child of mc, and mc2 is a child of mc1.
Turns out that when I set
mc1.visible = false;
mc2.visible stays true.
Is th …

