cs4

Photoshop "Save to Web" automation

I'm fairly new to Photoshop (Still CS4) and I often get designs for websites where slicing them up takes a fairly decent amount of time. Some sites have layers that are all going to be the same exact size, and they are stacked on top of each other (Slideshows, that type of thing). I usually move these layers to a new document with the s...

ActionScript 3 problem

Hi, I am trying to develop a Flash program that depends on some graphics and sounds and an array (among others!). My problem is the following. I want to have a folder that is called 'graphics' that will contain the graphics with predefined names (e.g.: background.jpeg, enemy.jpeg, etc) and another one that is called 'sound' with correspo...

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. ...

How to utilize javascript on Adobe Dreamweaver CS4

Hello. 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 called Galleria. On PCs, they say to drop the .js file into one of Dreamweaver's folde...

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 myArray:Array = new Array ("black","blue","green","orange"); for(var k:int =1; k<myArray.len...

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 keyframes of a particular animation, and when the playhead reaches the ending keyframe, the ani...

How can I use TortoiseSVN in Dreamweaver CS4

I recently learned how to use TortoiseSVN for my version control needs. Then I found out that I still need to configure the Subversion settings of DWCS4. But then, it is looking for a server, which I don't have for TortoiseSVN because I store my files locally. How can I do this in DWCS4? I tried right-clicking the file in DWCS4 local vie...

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 would like to not have to rewrite all of the project. I've seen in various posts on SO surmis...

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 wondering is there still anyway to emulate testing on the android platform with flash 10.1 game...

save movie clip as jpg using ASP/MS Access and display it back

Hi guys, I want to save the movie clip as a jpg. got few example which uses the Adobe JPEG Encoder class which converts the image to byteArray, and then pass the byteArray using PHP to display the image. But i could not find a example where ASP is used, also i want to store that image into a MS Access database. And then display back th...

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 (&shy; / U+00AD). Is there some trick to getting it to work, or is it simply not there? ...