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
2 answers
Tweening effect on the child of a movieclip in Flash
i've got a movieclip with several movieclips inside. If i create a "tweening" effect on the big movieclip, it works. But if i double click on this big movieclip (that contains the others) and try to move one of these movieclips (the children) with…

Paul
- 6,108
- 14
- 72
- 128
0
votes
1 answer
FF 3.5, firebug "breaks" sIFR3
I have sIFR3 working nicely, but whenever I open Firebug in FF 3.5, any attempt to inspect the page breaks? sIFR3. The page reverts to it's non-sIFR3 text. Not sure what I'm missing.
Updated*
You'll notice the same behavior on one of the sample…
Rome
0
votes
1 answer
Adobe flash linear rgb issues
I'm designing a game, and the game heavily requires the use of color for my maps. I wanted to use gradients to count numerically in hexidecimal (like #000001, #000002, etc, because drawing all of it out would be hard work) , to demarcate hills and…

Tobe chukwu Anyansi
- 96
- 5
0
votes
1 answer
Use Adobe CS4 speech analysis from flash
Adobe premier is able to transcribe spoken words (videos audio track) to text.
Is it possible to use this module from flash or flex? Id like to control a web-application by spoken words (using a webcams mic).

Dill
- 1,943
- 4
- 20
- 28
0
votes
1 answer
MovieClip on Flash stage does not re-instantiate when leaving keyframe and returning
I've been debugging the following issue for quite awhile now and have hit a wall.
I've set up a project in Flash (CS4, btw) that has a set of keyframes that I move between to represent the various screens of a game. One of them has a MovieClip…

roberttdev
- 42,762
- 2
- 20
- 23
0
votes
1 answer
Cancelling a setInterval delay while it is running in AS2
Is this possible?
I have a file in which a movie clip is launched when the user roles over another element. To make the user experience more pleasant this happens after a 3 second delay using setInterval. Is there a way of stopping and resetting…

TheSwansonCode
- 17
- 2
- 12
0
votes
3 answers
Flash button hide a DIV AS3
I need some help with flash banner. I need to do a button in banner which hides div, I've found a way to do it in AS2, but I need to use AS3, I don't know ActionScript at all so I NEED your help.
I've found this code, unfortunately it's in AS2:
on…

gidzior
- 1,807
- 3
- 25
- 38
0
votes
2 answers
How do I create Video object statically on stage?
Needless to say I am a beginner in Flash. I want to add Video Object to my stage. How do I do that? In my components window the closes component I see is FLVPlayback. I want to show my webcam. Well my stage has an instance of FLVPlayback and I named…

Jack
- 7,433
- 22
- 63
- 107
0
votes
1 answer
What Windows "Performance monitor" settings should I use to debug a Flash movie that throws an InvalidBitmap error?
Here's my problem:
I have a Flash swf that uploads files from local machine and if they are images it resizes them if needed. This involves creating a JPGEncoded bytearray from a bitmapData object. After im finished with the bitmapData I dispose()…

undefined
- 5,190
- 11
- 56
- 90
0
votes
3 answers
Flash game works on some computers but not on others
I have a cvery strange problem and just cannot work it out and was wondering if anyone on here knows the solution.
The problem i am facing is as follows.
we have a flash game and it works on the computers in the office (flash player 10 and flash…

markblue777
- 829
- 3
- 13
- 28
0
votes
1 answer
What is a proper way to upgrade from Flash CS4 project to Flash CS5?
I'm wondering if there is a proper way to upgrade from Flash CS4 to CS5. What I did was just open existing CS4 project in CS5 and saved it as CS5. It seems to work but I'm wondering: did I miss something in the transition? Do I need to make…

dev.e.loper
- 35,446
- 76
- 161
- 247
0
votes
1 answer
Add a movieclip on a 3d cube and have interaction with it
I created a rotating cube using the below code and add bitmaps as sides of the cube.
I was wondering if it's possibly to assign movie clips as sides of the cube so I can have some interaction with them.
import flash.events.Event;
import…

giannis christofakis
- 8,201
- 4
- 54
- 65
-1
votes
2 answers
check if object is grabbed
i just wanted to know if it is possible to check in mouse event whether the object is grabbed or not in Action Script.
For example: youtube video player is also built in flash. and when we grab the track, it just stays with the mouse pointor and…

รђคยгאค รђคг๓คஇ
- 5
- 1
- 4
-1
votes
1 answer
as3 - TypeError: Error #1009: Cannot access a property or method of a null object reference
i have duplicated an object to use it in another frame (the object uses Greensock to scroll the X axis and i used a function (onMove(evt:MouseEvent)) but when i move my mouse this error comes up in the output tab TypeError: Error #1009: Cannot…

aymanzzz
- 9
- 2
- 9
-1
votes
1 answer
adding a object to another object in as3
Ok so i have a character on the screen and when it moves the camera follows(thanks to manifest222 on youtube) i have a wall where the player cant go through. I also have boxes adding to the stage but i want it so that the box adds to onto another…

thor625
- 87
- 4
- 16