cs4 Stands for Creative Suite 4 And is a collection of programs made and/or managed by Adobe Systems.
Questions tagged [cs4]
115 questions
0
votes
1 answer
How do I clear my stage?
I am building a website where I have one page where the user can draw on the screen. Everything works fine except for when I change from the drawing page to another page I get this error:
TypeError: Error #1009: Cannot access a property or method of…

aldo
- 1
- 1
0
votes
1 answer
Opening PSD files with Fireworks groups all the elements
i'm trying to open a psd file with fireworks because i feel much comfortable using fireworks than photoshop, but my problem is that the layers are group in fireworks but when i open it with photoshop i can see different layers.can anyone please tell…

Dee-M
- 932
- 5
- 21
- 36
0
votes
1 answer
MovieClips do not keep their 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
- 1
- 1
0
votes
1 answer
calling function in a runtime loaded swf
Using AS3 / Flash CS4
Alright thanks to everyone who is reading this. My problem specifically I am designing a user interface with controls on it. 5 buttons rotate left, rotate right, zoom in, zoom out, and auto rotate. The interface in itself works…
0
votes
2 answers
Flash AS2 one sound at a time
i'm creating a soundboard in Flash AS2, and i need that only one sound plays at a time, so if i play button 1, and then press button 2, button 1 sound stops and i listen to button 2 only. i'm making a test with 6 buttons, all of them in the same…

AdamXpelled
- 27
- 8
0
votes
1 answer
Flash CS4 How do you set variable to the Object Dragging Collison?
I am doing a game for my computer science class and I am working on inventory, dragging an item into it. I do not know how to set the item as whatever the user clicked to drag.
At the moment I hard coded it to the item they are dragging, but in the…

UnAlpha
- 127
- 14
0
votes
1 answer
Drag and drop game sort items to three targets
Please I need some help. I have spent 2 weeks trying to make a drag and drop game In cs4 actionscript 3.0 and am about to give up. I have gotten help so far, but the best suggestion I got was try and start from scratch instead of decompiling…

user7259892
- 1
- 3
0
votes
2 answers
Website broken after change of image on Dreamweaver CS4
My website was fine until I changed an image in the template on Dreamweaver CS4 (I know it's old) and all of a sudden, none of the links work and no images are showing.
All the links on the code are showing as img src="../New Folder/images/Gelec…

Poonam Patel
- 1
- 1
0
votes
1 answer
Encoding of measurements exported from photoshop CS4 to read in Python
I exported some measurements (not image files) from Photoshop in CS4. This page describes the tool in CS6 and up, where the measurements nicely export to a csv with utf-8 encoding. In CS4, it exports as a tab-delimited text, and I can't figure out…

andbeonetraveler
- 693
- 3
- 11
- 25
0
votes
1 answer
Does Flash have support for the soft/discretionary hyphen?
Out of the box, Flash CS4/AS3 doesn’t seem to support the soft hyphen / discretionary hyphen ( / U+00AD). Is there some trick to getting it to work, or is it simply not there?

danorton
- 11,804
- 7
- 44
- 52
0
votes
1 answer
How to make it go and play a frame on main timeline when movieclip finishes without using a button?
If I have a movieclip already in a frame how do I make it go and play another frame on the main timeline once the movieclip is finished without using a button
0
votes
1 answer
Flash Testing for Android Phones
Okay,
I'm and unemployed student and i want to make a game for one of adobe's mobile game contest for android phones and flash 10.1
Well, although i have cs4, i dont have cs5, and dont have the money to upgrade or buy a test phone.
So i was…

Larry
- 239
- 4
- 13
0
votes
1 answer
Can I somehow use CS4 to build an AS2 project that uses the new FLVPlayback component?
We have a huge project written in AS2 with the old FLVPlayback component which was responsible for progressive download playback of FLVs. I'd like to support MP4 files (which is now supported in Flash 9 and up with the updated FLVPlayback) but…

schav
- 1
0
votes
1 answer
How do I stop a Flash CS4 Motion Tween?
I've started using Motion Tweening in CS4 and I am puzzled by something with how the durations are set. The best way I can describe this is by comparing it to what are now called Classic Tweens…
In a Classic Tween, I set the beginning and end…

Eric
- 2,061
- 8
- 28
- 37
0
votes
1 answer
AS3 using array to add EventListener to existing Button
I'm trying to use an array to add a click listener to an existing Button.
Black,Blue...etc are the button Names.
the location of the nested button would be:
this.mc1.mc2.contents.m3.black.addEventListener(MouseEvent.CLICK, doThisFunction);
var…

gjthoman
- 3
- 2