Flash CS4 Professional is a tool for creating Flash Applications. It is part of the Adobe Creative Suite 4.
Questions tagged [flash-cs4]
662 questions
0
votes
1 answer
Generate Flash games from augmented reality marker
I would like to ask, is it possible to generate a flash games from AR marker?

user1555760
- 11
- 1
- 4
0
votes
1 answer
Creating dynamic objects for quiz questions Flash CS4, AS3
I'm making a flash quiz which will have a series of questions. Each question will have a button which will read the question out. As well as 4 buttons (probably MC's), that the user will click to answer. Each question is a different sound clip and a…

whamo
- 97
- 1
- 10
0
votes
2 answers
What happens first, MovieClip.onLoad() or Event.ENTER_FRAME?
I'm making a small game in Flash as a school project, and I was wondering what would trigger first when a movie clip is placed-- the onLoad function, or the ENTER_FRAME event.
Any help would be greatly appreciated.
EDIT: I removed onLoad, because it…

Codr
- 21
- 5
0
votes
2 answers
Flash Animation
I want to create a construction page for one of the site with a glass filling with water.... now the concept is the site is going to be launched next year.... So I need the glass to be filled by next yr... with the countdown timer... is there any…

kwek-kwek
- 1,343
- 3
- 19
- 34
0
votes
1 answer
Adobe Flash AS3: Getting the data of selected item in a list that has a MouseEvent
i have a list of songs and if I double click an Item, it will play the song. I do it like this. aList is the instance name of the list.
aList.addEventListener(MouseEvent.DOUBLE_CLICK, changeSong);
function changeSong(e:MouseEvent) {
....
…

Katherine
- 573
- 4
- 17
- 43
0
votes
1 answer
Flash AS3 CS4 Project Organisation
I have a large .fla file with all my movieclips (and associated classes) for an entire site in the library.
The whole thing is getting unmanageable - compiling very slowly - and not getting any smaller so I would like to know the simplest way to…

Martin
- 3
- 1
0
votes
1 answer
Display in full screen squares
In Flash AS3, i created 25 squares with an event (when you click in one of the square it displays in full screen) it works on the square on the middle (it's normal because it's in the middle) but for the other it exceeds the screen... how can i…

Dev'Hamz
- 478
- 4
- 9
0
votes
1 answer
AS3 - Removing the object after being hit by another object
I am creating a simple game that when the object hit the coin, then the score will increment and the coin will be gone.....
I have this code, the food1 is the one that will be gone after being hit, and the scoreOutput is the instance name of the…

Katherine
- 573
- 4
- 17
- 43
0
votes
1 answer
Is it possible to change symbol images when a keyboard event happened?
I know that it is possible in actionscript 3.0, but I cant figure what method to use for it. like when i press the left arrow key, then the object on the flash will change image from circle to square. Something like that... I tried to google this…

Katherine
- 573
- 4
- 17
- 43
0
votes
1 answer
How to refer to object from next frame AS3
I've problem with Flash CS4.
I've TextFields on first frame, and other TextFields on second frame, etc.
And at first frame I've TextField to puting number, and button Calculate, which calculate value to all TextField.
And I've menu to navigate…

user1825271
- 69
- 1
- 6
0
votes
1 answer
Flash ComboBox stops playback of stream AS3
Ok, this one is driving me batty. I've made a custom video player in CS4. Basically, I just used The Gimp to draw a video player and saved it as a PNG, which I dragged to the stage.
I didn't want to use FLVPlayback, so I used Actionscript to add a…

Jonathan Hawkes
- 953
- 2
- 12
- 24
0
votes
2 answers
set and get variables throughout moive - actionscript 3
I need to set various variables depending on what a user clicks. Those variables then need to be accessed by other movieclips.
The problem is that at the time of clicking, those "other movieclips" don't exist on the timeline yet.
What I have done is…

ed209
- 11,075
- 19
- 66
- 82
0
votes
1 answer
Audio File Bloat in Adobe Flash CS4
Whenever I import an MP3 into Flash CS4, I see massive file size increases within the FLA. Not only does the file size of the MP3 in the Library bloat, but the file size and export time of the FLA increase dramatically as well. This leads to all…

Jeremy White
- 2,818
- 6
- 38
- 74
0
votes
1 answer
Is licensing information retained in some way in an swf file, compiled by Adobobe CS4 Professional?
I mean, is it theoretically possible to determine (based only on the content of the swf file) that the software which compiled the given swf was licensed trial or something else?
I guess Adobe would implement something like this to discourage using…
tre
0
votes
2 answers
AS3/CS4 removed TextField reappearing after tween finishes
I load a swf via the Loader() class. As the swf is loaded I loop through all the children of root and remove any TextField with removeChild(). This works initially - the TextField is removed. But as a tween in the loaded swf finishes and loops, the…
dagge