0
votes
0answers
0 views
addEventListener to loader? or loaded swf?
I am loading an external swf file using the following code:
//add close button
var reqButton:URLRequest = new URLRequest(btn_close);
var loader2:Loader = new Loader();
loader2.load(reqButton);
…
-1
votes
1answer
11 views
calling a function in file1.as from file2.as?
How can I call a function in file1.as from file2.as?
0
votes
1answer
6 views
stage Event.ENTER_FRAME vs. CREATION_COMPLETE
I've got an AS3 project that I'm building in FlexBuilder.
In my main class's constructor, I've got this:
stage.addEventListener(Event.ENTER_FRAME, stage_enterFrameHandler);
And then the event …
0
votes
1answer
10 views
Accordion child controls are null until we open the panels
I am using Flex AS3, i have a accordian with two tabs each tab contains some text boxes and i am trying to access these child controls from button event handler which resides outside the accordian, …
0
votes
2answers
12 views
Problems with dimensions of swf when loaded into fla
I am creating a portfolio website for myself and want to embed a swf that is a simple flash game into my main flash file. My problem is that when I use this code to put the swf into my main flash file …
0
votes
1answer
13 views
How do I tell Gaia to cache loaded swf files?
I used Gaia framework to build a self-scrolling slideshow. There are only 4 pages in all, but I have realized to my dismay that each of these pages are requested over and over from the server. If you …
1
vote
3answers
67 views
detect the size of swf. flex/as3
I'm creating a map that has points of interest. (POI) When a user mouses over the POI an info bubble pops onto the screen and it loads an swf. I currently have 3 problems. My 4th problem is that this …
3
votes
1answer
42 views
How do I upsample a wav file using AS3?
Hi. I am trying to upsample an 8000hz, 16-bit wav file to 11025hz in AS3. At this point, I am not concerned about applying the low-pass filters that I know I will eventually need.
I've been …
0
votes
2answers
21 views
Actionscript 3: Array Scope in a Document Class
I have the following function to set up cards in a game. I created one array to hold the kind of cards, and another array to hold the position of the cards.
private function …
0
votes
2answers
23 views
Flash Timeline Sound Not Stopping On Navigate Away
I have a Flash piece that has one main timeline that loads different movie clips and different sections of that main timeline.
On those embedded movie clips within the main timeline are sounds …
0
votes
1answer
13 views
Change a Flash AS3 context menu that is already personalized — can’t find it to change???
Is there any way to change a context menu that already has been personalized. I have an small application that I purchased to learn with and also to save some time.
When I right click the context …
0
votes
1answer
10 views
Event.INIT doesn’t fire through callback function…
I'm having issue to init a menu item inside of CustomEvent. It's weird I can handle any mouseEvents (click, over or out) without any problem. But NOT with Event.INIT or Event.COMPLETE.
For some …
0
votes
1answer
15 views
Force Flex Datagrid to scroll
Is there a way to make the datagrid scroll if it's width exceeds it's parent container (instead of making the parent container scroll?)
I have a datagrid with a fixed column, and of course I want the …
0
votes
1answer
26 views
Trying to create a parallax effect in flash AS3
I am adding "layer" objects to the stage with a depth value.
I have then created my own camera class. When I tell the camera to move to the right what Im actually doing is telling each layer object …
0
votes
0answers
12 views
Application Domain TypeError: Error #1034: Type Coercion failed: error of child domain.
Hello, thanks in advance..
I have a question about a TypeError: Error #1034: Type Coercion failed: error. I'm loading a SWF into my application into a child domain of the parent SWF. I thought this …
