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
Problems working with Arrays in Flash CS4
I'm trying to learn how arrays work, and I have come across a problem that I am having issues solving. Any help would be greatly appreciated.
I keep receiving the following three errors:
1176:Comparison between a value with static type…

Bondca
- 39
- 1
- 5
0
votes
2 answers
A conflict exists with definition _bounces in namespace internal Error
hi, I am trying to create a game on Flash CS3 Action Script and keep getting error on line 13-15 saying that A conflict exists with definition _bounces in namespace internal, A conflict exists with definition _highscore in namespace internal, and A…

mvitagames
- 413
- 3
- 6
- 16
0
votes
2 answers
onDragOver for Actionscript 3.0
I am having a hell of a time getting a MovieClip to detect whether another MovieClip is being dragged over it in ActionScript 3.0? Does anyone know of a good implementation.
Thanks

Adrian Adkison
- 3,537
- 5
- 33
- 36
0
votes
0 answers
cant upload file using flash and php
I am trying to make a stand-alone Flash/AIR up-loader. But I am having some problems. I am getting error that the file can't be uploaded. The script works fine with images as they are uploaded but gives me errors when it comes time to upload…

Cl'
- 1,535
- 2
- 10
- 17
0
votes
1 answer
How to add all symbols in library folder to stage at runtime
I just submitted this question but i can't see if it posted anywhere, so I apologize if this is a duplicate.
For a Flash CS4 project, I am constantly importing new images, converting them to movieclips and storing them in the library under an…

Adrian Adkison
- 3,537
- 5
- 33
- 36
0
votes
3 answers
use actionscript 3.0 to detect class of symbol that is clicked
I am trying to create a simple drag and drop Flash program where a user can drag xmas ornaments onto a tree. Instead of being able to drag the ornament once, I want a function so that every time an ornament is clicked on, it adds a new ornament of…

Adrian Adkison
- 3,537
- 5
- 33
- 36
0
votes
1 answer
How to determine width of dynamic movie clip?
I'm trying to daisychain duplicated movieclips and I can't figure out how to have each one butt-up against each other. I'm building a training aid for railroad instructors and part of this aid is the instructors can build trains dynamically.…

Mike
- 1,760
- 5
- 21
- 40
0
votes
3 answers
Finding the loading time of Swf in browser
Finding the loading time of Swf in browser
Hi,
i need to find the loading time of swf in Milli-seconds,the project is done in flash cs4 prof and its run in browser with flash player 10 ...
Is there any tool to find the exact loading time taken…

vineth
- 873
- 5
- 33
- 57
0
votes
0 answers
How can I make a child follow a parent?
I will try my best at explaining my problem, maybe my approach is not even the way to do this, but here it is:
I've been tasked with rebuilding a training aid that will allow railroad instructors to use a fake railroad and build scenarios based on…

Mike
- 1,760
- 5
- 21
- 40
0
votes
1 answer
When building custom panels for Flash CS4 IDE, is there a way to attach callbacks to workspace events?
Is there a way for a custom panel for Flash CS4 to register for IDE events?
I've built a custom panel for the CS4 IDE, and now I'd like to get a callback anytime the current selection on the stage changes. Is this possible?
My backup plan is to…

Matt W
- 371
- 1
- 4
- 13
0
votes
1 answer
sIFR does not work with Adobe CS4
I just recently downloaded sIFR and cannot get the fla source file to open in Adobe CS4. Is anybody else experiencing this problem and if so, have you found a solution.

Lanesa
- 25
- 3
0
votes
1 answer
Need button to control nested MC timeline
Flaah CS4, AS2
I am making an interactive tour. On the main timeline I have two movieclips: ABOUT and RENTALS.
I would like a button btnFLRcafe in the ABOUT movieclip to connect to RENTALS and start playing on the timeline at a frame named…

jecca411
- 25
- 1
- 4
- 10
0
votes
1 answer
Multiple Flv Component playback - through a for loop - rewind issues AS3 Flash CS4
I am building a "video wall" app in flash AS3. I am importing a movie clip with a flvPlayback component nested within, then Adding it to the display list 12 times in a for loop (which is based on the length of an xml file.) The xml file aslo points…

Jono
- 280
- 1
- 7
- 15
0
votes
1 answer
Drag & Drop Function Not Working - Flash
I am trying to create a function in ActionScript that shall trigger an event when a drag-gable object is dropped over another object.
var hits = 0;
// Register mouse event functions
answer_j.addEventListener(MouseEvent.MOUSE_DOWN,…

rofans91
- 2,970
- 11
- 45
- 60
0
votes
1 answer
error 1119:access of possibly undefined property value through a reference with a static type fl.controls:label
i am a bit new to flash.i am using flash cs4.right now i am making an mp3 player with start stop and volume.but there is an error in volume slider.
sTransform.volume = sldVolume.value;
this is the source
error is 1119:access of possibly undefined…