Questions tagged [cs4]

cs4 Stands for Creative Suite 4 And is a collection of programs made and/or managed by Adobe Systems.

115 questions
1
vote
1 answer

Need to unload an external swf from Array..cs4 as3

I have to turn some paintings into an animated flash SWF/game(s) and the someone else will turn it into an app. I have an opening animation - this leads to a menu, where you can selct a few things - but right now the animation just plays through…
1
vote
2 answers

Horizontal Scrolling Flash Game/Large Horizontal Scene

I'm currently learning Flash (CS4, AS3) and am creating a game. I have currently 1 flv file with 4 scenes, I then move from left to right and then to scene 2 and go from left to right. This is the game where items pop up that need to be clicked on…
Nathan
  • 81
  • 1
  • 2
1
vote
1 answer

Flash actionscript 3 function requires mouse click event?

For flash actionscript 3 running in cs6 I am having an issue in which a function will only run after a mouse click event, I don't know why this is I've tried everything I can come up with, and there doesn't appear to be any similar issues…
Flashdace
  • 33
  • 6
1
vote
1 answer

setComponentStyle doesn't work in AS3

I have a list component in the main timeline of my movie and... var tf:TextFormat = new TextFormat(); tf.color = xmlData.config.playList.@textColor; StyleManager.setStyle("textFormat", tf); the code above works fine but why doesn't this…
Sterna
  • 21
  • 5
1
vote
8 answers

Dreamweaver and PHP (Alternatives)

I know there has been quite a few comments on this topic. I have tested quite a few IDE's for PHP, I have liked phpDesigner 7, which is great for PHP... but I like the way Dreamweaver has the live rendered view for quick layouts and design. It…
Justin
  • 2,502
  • 7
  • 42
  • 77
1
vote
1 answer

InDesign CS4 - Javascript - Make a TextArea Transparent

Within the InDesign CS4 designer, I can very easily make a TextArea transparent. I just right click on the TextArea within a document, select Effects-->Transparency, and within the “Effects” window that launches, I can set the “Opacity” to 0% on…
user251789
  • 11
  • 2
1
vote
1 answer

Dreamweaver CS4 Code Hinting Issues

I'm using Dreamweaver CS4 on a Mac running OS 10.6.2 and I am experiencing issues with code hinting. Two of my issues are: Closing tags are not being generated after creating the open tag in the preferences I have selected. This should happen after…
Seth
  • 491
  • 2
  • 7
  • 16
1
vote
2 answers

Should I use vector or raster graphics in Flash CS4 when manipulating 3d artwork?

I've got a project that heavily utilizes the new 3d artwork tools in Flash CS4. Has anyone done any tests to see if Flash is quicker with raster or vector graphics? My SWF really bogs down on slower machines.
Dolbex
  • 133
  • 7
1
vote
3 answers

How to Play/Pause All for Adobe Air Application using AS3 in Flash CS4

I am new to Flash and I'm creating an educational application in AS3 in Flash CS4 for Adobe Air. I want to use buttons to play and pause all content (movieclips AND sound). I have created play and pause buttons that worked by switching the frame…
Steven
  • 11
  • 2
1
vote
1 answer

How do I position a document in the lower left corner using Adobe InDesign CS4 Scripting?

I am a complete newbie to this scripting language. I need take a document and prior to outputting the single page document to a postscript file I need to place it in the lower left corner of the page. I have looked into the properties of…
jiveturkey
  • 2,484
  • 1
  • 23
  • 41
1
vote
1 answer

Get MovieClip in another frame

I'm in frame 1 of a movie, and I want to use getChildByName("mc_movieclip"); to get a reference to mc_movieclip. The problem is that mc_movieclip does not exist in frame 1 but only in frame 5. How can I get a reference to this MovieClip, even though…
user178267
1
vote
1 answer

ActionScript 3: MovieClip added to Stage not appearing or working

I'm making a simple game in Adobe Flash CS4 using ActionScript 3. I recently implemented a new, very small preloader to replace the placeholder that I was using. However, once I did this, I seemed to break everything. The first frame has only a…
steve richey
  • 497
  • 3
  • 16
1
vote
1 answer

jsfl flash cs4 fl.trace() not working

I am running a jsfl script inside flash cs4 just using the "play" button with the jsfl file open. What is bugging me is fl.trace() is not putting anything in the output window. I have tried fl.outputPanel.trace() and still nothing! It is extremely…
1
vote
1 answer

add "bookmarks" in Dreamweaver CS4?

Does anyone know a way to "bookmark" a line of code, for easy reference later on? It would be very helpful if i could mark a line of code maybe such as "need to fix this someday" or "XYZ variable set here", etc... Currently i just scroll through…
Seth
  • 491
  • 2
  • 7
  • 16
0
votes
1 answer

Change color of an instance of a button in CS4 Flash

I have 2 instances of a button wich is red and has a white label I have to edit the buttons so one button is red, and the other is green I was doing this, but when applied Also the title of label goes green instead of being white... var btn = new…
edgarmtze
  • 24,683
  • 80
  • 235
  • 386