cs4 Stands for Creative Suite 4 And is a collection of programs made and/or managed by Adobe Systems.
Questions tagged [cs4]
115 questions
1
vote
1 answer
Flash CS4 + AS3, SoundChannel.position inaccurate
EDIT: Sorry for the question being reworded, but I am just simplifying the issue. I am not getting accurate values for SoundChannel.position for an external MP3 that is playing. I've tried a variety of audio bitrates and consistently, i am getting a…

Keith
- 11
- 2
1
vote
2 answers
How to hide a button after clicking another button in Flash?
I am using actionscript 3 to make a point and click game. On frame 1 there are two buttons, button 1 and 2. On frame 3 there are two buttons, button A and B.
I want it so that after I click button 1 on frame 1, button A on frame 3 will be hidden or…

user701510
- 5,563
- 17
- 61
- 86
1
vote
1 answer
Dreamweaver CS4 incredibly slow when I type a double quote or parentheses
Not really a code question I know, but I recently upgraded to Dreamweaver CS4 and every time I type a double quote or parentheses in code view (the code's in PHP) Dreamweaver sort of freezes up for a few second and I get the Mac pinwheel thing. My…

Charlie
- 323
- 2
- 12
1
vote
2 answers
How to use an SWC file on Flash CS4
I am trying to understand how to use an swc file I have in Flash CS4.
As I search this subject on the web regarding flesh there are 2 issues:
1. That I know how to deal with Flex and the explanations are referring flex.
2. I haven't found 1 simple…

Alon
- 81
- 1
- 4
1
vote
3 answers
Is there documentation on how flash manages named instances across key frames?
I'm looking for technical documentation on how Flash manages object instances with the same name across key frames.
So far, I've noticed that when the play head moves to another frame, if an object with the same name has the same type, then the…

Triynko
- 18,766
- 21
- 107
- 173
1
vote
2 answers
midi controller for adobe premiere cs4
I'd like to develop a plugin for adobe premiere CS4 to controll its audio mixer control from my external midi device.
Although this seems to be a very popular subject, I could not find any tutorials, hints or whatsoever though I searched/googled for…

Alexander Marek
- 479
- 1
- 7
- 22
1
vote
1 answer
1084: Syntax error: expecting rightbrace before function
I'm new to as3 can you help me please.
getting this error 1084: Syntax error: expecting rightbrace before function.
Please let me know if you would like the rest of the code. This one line might not explain all of the needed information.
public…

Larocque
- 27
- 7
1
vote
1 answer
MovieClips don't keep their base class if childed to a movieclip that's added dynamically
I have a holder movieclip, its base class is foo.
package {
import flash.display.MovieClip;
public class Foo extends MovieClip {
public function Foo() {
trace("foo");
}
}
}
Within foo are a number of other…

Lance
- 13
- 2
1
vote
2 answers
JSFL - Flash CS4: replace textfields' font by an embedded font
I have tried a bunch of JSFL scripts to change textfields' fonts of a fla library. I used those scripts to change textfields' fonts for an embedded font which do exist in the library. All scripts run fine through Flash CS3 but always fail through…

khelkun
- 159
- 1
- 13
1
vote
5 answers
Unable to solve flash error 5000: The class ... must subclass 'flash.display.MovieClip'
I'm getting the following error on my flash project
5000: The class ... must subclass 'flash.display.MovieClip' since it is linked to a library symbol of that type.
I looked at the class and made sure that I import flash.display.MovieClip and I do.…

kfir
- 331
- 4
- 12
1
vote
1 answer
How to utilize javascript on Adobe Dreamweaver CS4
I am working on my personal website and am learning javascript (started yesterday) -
My computer is a Mac and I couldn't find on the Internet how to utilize javascript on Adobe Dreamweaver CS4. Specifically, I am trying to use a photo slideshow…

Rhea
- 160
- 6
1
vote
1 answer
Creating Top Down Shooter in Adobe Flash CS4 using ActionScript 3 but bullets behaving weirdly
I am making a TDS in Flash CS4 using AS3 but there seems to be a problem. It's hard to explain so I'm gonna link the flash file. Click this.
This is the first time uploading a file for sharing so for those who can't or are unable to download the…

Rishi
- 155
- 1
- 14
1
vote
2 answers
How do I read all images from a folder with as3 for a slideshow
I would like to display all images from a folder in a slideshow without having to specify every file name specifically using CS4 - AS3.

user385353
- 11
- 2
1
vote
1 answer
is it possible to access the NAME property of a frame in Actionscript 2.0?
I name frame 50 _foo (in the IDE).
I can trace this._currentFrame at any time (and get a number).
I can gotoAndPlay("_foo");.
But how can I find out if the current frame IS _foo as the movie plays?
Is this possible?

Yevgeny Simkin
- 27,946
- 39
- 137
- 236
1
vote
1 answer
Select pairs from an array (matching game) And add sound to that selection AS3 Flash CS4
I'm using a tutorial I found on Google - which works well. However, I have a few issues to make it work how I would like. This code uses a MovieClip for the card faces with the back of the card on frame1 and 2-17 different pictures or…

Jason Mark Temple
- 35
- 5