Tagged Questions

1
vote
3answers
51 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 …
0
votes
2answers
6 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
0answers
7 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 …
0
votes
0answers
31 views

Flex/AS3 DataGrid Columns have wrong values

This is driving me nuts. This script is adding datagrids to various containers in an accordion. In my first level for-each loop the item that fills my "if(component.@component_componentID == …
3
votes
1answer
33 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
18 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
3answers
24 views

AS3 - Dispatch an Event DOWN the display list (instead of up)

Consider this (psuedo-code): var country = new Country(); addChild(country); var state = new State(); country.addChild(state); var city = new City(); state.addChild(city); I can dispatch events …
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
2answers
18 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
2answers
43 views

How can I bend a a display object ?

I want to make collage, Example : http://www.as3.ro/p1%5Fanim4.swf (1.4 mb); I want to bend images using as3.
0
votes
1answer
72 views

Using ExternalInterface.addCallback in AIR

We're building an Ajax AIR app but want to include a Flex component in it to display photos. Currently using Doug McCune's 'coverflow' but also looking at Sebastiaan Holtrop's 'sebCoverflow'. We're …
0
votes
1answer
19 views

Placing cursor into input textfield for user input in AS3

What easiest way to place cursor (focus?) into an textfield input box for receiving user input after an event? Focus Manager classes have always seems very confusing to me.
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
25 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
1answer
14 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 …

1 2 3 4 5 16 next
15 30 50 per page