Tagged Questions
The cs4 tag has no wiki summary.
2
votes
2answers
30 views
arrange->send backward not sending graphics behind
I'm following instructions to make a simple background in Flash CS4 using vector graphics. I'm at the part where the book tells me to put the cloud graphics behind a hill I drew by clicking ...
2
votes
1answer
295 views
Flash CS4/AS3: differing behavior between console and textarea for printing UTF-16 characters
trace(escape("д"));
will print "%D0%B4", the correct URL encoding for this character (Cyrillic equivalent of "A").
However, if I were to do..
myTextArea.htmlText += unescape("%D0%B4");
What gets ...
2
votes
2answers
424 views
How could I generate instances of an object randomly at the top of the screen and make them “fall”?
I am making a game in Flash CS4 (actionscript 3) and I would like to be able to make "copies" of an instance that would randomly appear at the top of the screen and fall. For example, multiple ...
2
votes
1answer
3k views
Flash CS4 + SQLITE
I'm looking for some information regarding using SQLITE with AIR in Flash CS4, I cannot find any good examples, they're all built for Flex (which I don't want to use). Can anyone give me some basic ...
2
votes
3answers
4k views
fonts not being embedded Flash CS4 AS3
Maybe you can help me with a problem I am having. The URL of the project is:
http://www.mauriciogiraldo.com/vgline/beta/
It is a Drupal-powered, AMFPHP-connected AS3 web app. The data goes through ...
1
vote
1answer
78 views
AS3 after removing all children from stage, stage becomes a null object?
I have used this code in my AS3 document class to remove all objects from the stage:
var _stage:DisplayObjectContainer = stage as DisplayObjectContainer;
while (_stage.numChildren > 0) {
...
1
vote
1answer
27 views
Flash CS4 actionscript 2 - button controlling a movieclip within a movieclip
I have a button directly on a stage. When this is clicked I want it to cause a movieclip INSIDE ANOTHER MOVIECLIP to move on one frame. When i use the
movieclip.gotoAndStop(2)
command, it wont work ...
1
vote
2answers
101 views
redraw regions in flash out of canvas?
i am currently building a pond flash application, and it has a water ripple effect , when it is rendered, the water ripple effect is not at my mouse position when in fact my function makes it draws on ...
1
vote
3answers
208 views
In Flash CS4 AS3.0 how can I change a shapes fill colour with a click?
I'm building an activity for young kids where they click on a colour in a palette (mouse cursor will be a paint brush) then click on various shapes that I'll layer to create a picture.
depending on ...
1
vote
3answers
258 views
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 ...
1
vote
3answers
454 views
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, ...
1
vote
1answer
205 views
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");
...
1
vote
2answers
566 views
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 ...
1
vote
1answer
358 views
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. ...
1
vote
1answer
371 views
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 ...
1
vote
2answers
430 views
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 ...
1
vote
2answers
1k views
I need to add a KeyboardEvent to a movie clip in Flash cs4 AS 3.0
I have a movieclip called keyCButton that I want to add a keyboardEvent ("C" Key) to. This will play an animation from frames 2-30 with a sound.
I have watched a few tutorials but still haven't gotten ...
1
vote
7answers
463 views
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 ...
1
vote
1answer
680 views
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 ...
1
vote
1answer
194 views
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 ...
1
vote
2answers
353 views
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. My question is has anyone done any tests to see if Flash is quicker with raster or vector graphics? My SWF really bogs ...
1
vote
1answer
882 views
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 ...
0
votes
1answer
17 views
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 ...
0
votes
2answers
12 views
Flash - Resume playing a song while editing a flash project
So I've found myself needing to do a little bit of flash...
I'm playing a song and syncing up some visual changes with that song. The issue is that in order for the song to play when I preview my ...
0
votes
1answer
30 views
Flash (AS3) - Mass Tab Enabling
I'm building a flash application and on one frame I have a number of controls that pressing tab will highlight and allow to be selectable (accessibility).
When I select one of the controls the ...
0
votes
1answer
31 views
Create Flash animation how?
I now the basics of flash. I can make images transparrent and tween etc. I want to create an animation (like this one), if someone can please help put me in the correct direction? I am not sure how ...
0
votes
0answers
45 views
skin adobe flash cs4 scrollbar
I want to skin my UIscrollBar Component, but I'm using Flash CS4. I spent all day googling how to skin a flash component, but everything I find, might work on CS3, but surely doesn't on CS4. I tried ...
0
votes
1answer
1k views
Adding “Like” Button/Box code to site using Dreamweaver CS4
I am new at designing websites. I would like to insert FB's "Like" Box into my website. I am using Dreamweaver CS4.
I am on the FB's Like Button/Box generator page.
I received the code.
I tried ...
0
votes
1answer
88 views
poor quality with Adobe Flash. How do the pros do it?
I'm thinking of developing an application with Adobe Flash CS4 but I'm having some serious quality issues when importing material from Adobe Photoshop CS4 and Adobe Fireworks CS4.
When I import the ...
0
votes
0answers
11 views
Does CS4 support softkeyboard for desktop applications
I need to use softkeyboard for a flash program developed for windows desktop, and I tried the example given on the following page:
...
0
votes
1answer
169 views
Open .swf file in new window from other swf
I have a button in a swf file. I would like that when the button is pressed a swf loads in another window (want to call a new swf in new window.).
I was trying something like:
...
0
votes
1answer
66 views
programing the charachter to shoot
i am looking for a tutorial to help me with shooting one arrow per click towards the mouse.
this is my code:
import flash.events.*;
var xd:Number;
var yd:Number;
var radAngle:Number;
var ...
0
votes
0answers
23 views
there is no combo box component in Flash CS4
I'm going to insert a combo box into my FLASH CS4 (AS3) project, I'll export it into SWF file, but I cannot find any combo box component at all! where is it? when I display my component window, I can ...
0
votes
0answers
16 views
Flash CS4 image in video player
I needed to construct a flash player according to strict design criteria, so I used an existing FLVPlayer component and modified it visually. I now need to display in the player, when there is no ...
0
votes
1answer
179 views
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 ...
0
votes
1answer
56 views
Flash CS4 Library Path, new instance shown without graphics
in Flash CS4 I created two FLA file.
In the First File:
- I draw a shape;
- I convert it to a MovieClip;
- I link a MyClip class with a simple trace in the constructor;
- I export the whole file as ...
0
votes
2answers
653 views
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 ...
0
votes
0answers
70 views
Conditional previous- and next-buttons WITHIN current scene
Stuck with scene-issues - I think.
I have 'previous' and 'next' -buttons (btPrev and btNext) that should do prevFrame and nextFrame. This works. Only I have to make a looping condition:
In frame 1 I ...
0
votes
1answer
334 views
Flash Button (Creating a menu page with flash buttons to open SWF Files)
Good day to everyone. I'm here today to seek help about Flash CS4 and ActionScript 3.0. The story starts when one day, my boss asked me to make a flash presentation about their upcoming user training ...
0
votes
1answer
62 views
Flash CS4, send user back to selected from inside of a movie?
I have a layer called "home_movie" and on that later on the end frame is a movie clip that plays, what i want to happen at the end of the animation is it to send the user back to the frame above they ...
0
votes
2answers
190 views
fl.controls.TextArea not scrolling all the way down
I have a TextArea control, and sliding the scrollbar all the way down always doesn't show all the text.
I think it has something to do with me changing the typeface, because I noticed that when I do ...
0
votes
1answer
116 views
got a debug error 1046 in flash CS4 after trying to play a sound after clicking button
Noobie flash programmer here. I am trying to get the flash movie to play an imported punch sound after the user clicks a button. I got this error: "1046: Type was not found or was not a compile-time ...
0
votes
1answer
119 views
how to slide from one frame to another in flash CS4?
Hey, I'm making a choose your own adventure interactive novel game using flash CS4. I'm able to create the basic structure but I'd like to add some transitions between frames when a player makes a ...
0
votes
1answer
108 views
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 ...
0
votes
1answer
131 views
Increase Flash scene length
I am making a side scrolling flash game. The level is pre-made so there arent objects wich spawn on runtime. Now I made this level quite long, but in the editor window it suddenly stops. But in game ...
0
votes
3answers
146 views
Flash CS4 / AS3 symbol within symbols
I'm trying to create a multi-level dungeon adventure in Flash CS4. The layout is an instance created of a symbol called Level, within the symbol are multiple wall subsymbols (wall), instances of Wall. ...
0
votes
1answer
76 views
How to highlight (un)used JavaScript live in Dreamweaver
I am working in Dreamweaver CS4 and implemented JQuery code that I found online for a gallery function.
I am only using a very small part of the gallery functions available, and would like to delete ...
0
votes
1answer
388 views
AS3 AutoScroll Speed Control
I am trying to get a menu that has videos that I will scroll through at a certain speed. Right now I have 30FPS which I have tried to lower which doesn't' help. Can anyone please help me control the ...
0
votes
2answers
277 views
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 ...
0
votes
2answers
45 views
Pasting in design view in Dreamweaver( after clicking in code view)
I want to paste raw html in design view after end position of an object which I'll set by clicking in code view, -- how to do it?
I'm using Dreamweaver cs4 ver10