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
2 answers
Flash CS4 Actionscript 3.0 --- Make my script loop!
Here is my script... all I want to do is have it continuously loop!
import fl.transitions.Tween;
import fl.transitions.easing.*;
yourwebsite_mc.visible=false;
var uptodateFadeTween=new Tween(uptodate_mc,"alpha",Strong.easeOut,0,1,3,true);
var…

Ross
- 57
- 1
- 2
- 8
0
votes
1 answer
Customizing the UIScrollbar in Flash CS4
Are you able to customize the UIScrollbar component in Flash CS4?

jecca411
- 25
- 1
- 4
- 10
0
votes
1 answer
Adobe Flash CS4 frame-switching button not working
I'm coding a proof-of-concept experiment to myself about buttons switching frames in flash CS4. Whenever i press the button when I run this however, it gives this error message, and I don't know what it means. "ArgumentError: Error #1063: Argument…

Trevader2413
- 88
- 10
0
votes
1 answer
combo box in datagrid in flash cs4 as3
Can some one please direct me to a example where a combo box has been inserted in a datagrid using as3 in CS4. I have a idea that it can be done using the cellrenderer, but i am not able to figure out how to achieve it. i tried searching on net but…

AmarKoli
- 40
- 1
- 6
0
votes
2 answers
snapping 2 vector points Flash
I am trying to snap 2 vector points together but for some reason its moving the entire object instead of the point. I am trying to follow instructions in a book and the book shows that it is using the solid (filled) selection tool and it has the…

numerical25
- 10,524
- 36
- 130
- 209
0
votes
1 answer
How can I dynamically change the width / position of a timeline-animated mask?
I've got a movieclip with two layers - a background movieclip, and above that, a mask movieclip (as you might guess, this layer is masking the first). Due to design necessity, the mask is animated on the timeline across 60 frames.
The problem…

Peter Hughes
- 3
- 1
0
votes
1 answer
Flex AS3 Project Convert to CS4
Has anyone got experience in converting AS3 projects (no mxml) in Flex, to Flash CS4? Are there any resources out there as to what works in Flex Builder that doesn't work in Flash, and how to get the project running? I read somewhere that (for…

David
- 703
- 1
- 15
- 31
0
votes
1 answer
Suppressing the "publishing" dialog in Adobe CS4 Flash Pro
I have been dealing with a usability issue in Flash Pro CS4 that has very nearly caused me to throw my keyboard, mouse and every other nearby hard object through the monitor. I am not sure how a company like Adobe could possibly have considered…

lje
- 413
- 5
- 16
0
votes
1 answer
Problems with stage.displayState (it's null even after assignments). Fullscreen AS3
Relevant things:
I had fullscreen code working before I did a security update on the flash player.
Nevertheless, I still can fullscreen Youtube right now
I'm doing the fullscreen activation in response to user clicks (therefore no security is…

Niloct
- 9,491
- 3
- 44
- 57
0
votes
1 answer
AS2 Attached movie clip over everything
I'm having trouble in as2, I'm using
var ThisMC:MovieClip = this.AttachMovieClip("Duck"+rnd_Duck + "_mc", "target" + _global.cDepth, _global.CDepth)
This Action is on the Actions layer, first frame bottom of timeline, yet the ducks still…

Coppyhop
- 23
- 6
0
votes
1 answer
Dreamweaver CS4; space to right of page
White space problem in Dreamweaver CS4 this time. I designed a page with a background image of 1024 x 1024. The page looks fine in the design window. When I preview in browser or upload
to server the page has about 200 px of white space to the…

Digital D
- 51
- 2
- 5
0
votes
1 answer
How to set File Info from a script in Photoshop CS4
I am developing a Photoshop CS4 script and want to set some of the File Info properties on the open document from within the script.
In other words, I want to do the equivalent of choosing File -> File Info and editing some properties, only via the…

Rik Heywood
- 13,816
- 9
- 61
- 81
0
votes
1 answer
Programmatically slicing an image in Fireworks and exporting on whole transparent background, to form a layering effect
I have a large image made up of lots of smaller ones that I want to slice up and export. This can be done with slices, but unfortunately this will export only the cropped image -- I want the whole canvas to be present for each export, with the slice…

LeonardChallis
- 7,759
- 6
- 45
- 76
0
votes
1 answer
Randomising the Order of Called variables in as3
I am creating a FlashCS4 Application that is in the style of a quiz. The questions are stored in a seperate text file and are called into the program through as3. This all works fine, however I am wondering how to randomise this data, but to make…

user2221709
- 15
- 2
0
votes
2 answers
Consuming Webservice in Flash CS4 - simple sample needed :-)
I'm a beginner in Flash/AS and want to try if its possible to consume a webservice given back from a SAP BW system. Just want to see how the connection works and how I can access and use the returned data (guess its XML).
Found this sample Link but…

Gerald
- 21
- 1
- 5