Questions tagged [cs4]

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

115 questions
0
votes
1 answer

ActionScript 3 problem

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.:…
Ponty
  • 645
  • 1
  • 7
  • 25
0
votes
1 answer

Input TextField 'bug'

I try to get input from a textfield of type INPUT and save its numerical value on a couple of variables, but when i enter for example 1 or any digit i get Nan in the trace debug, after i put another digit i get the first after i put another one i…
Ponty
  • 645
  • 1
  • 7
  • 25
0
votes
1 answer

Drag/Drop movieclip event in JSFL? (Flash IDE)

Lately im trying to do some experimental things with JSFL, and i was wondering if it is possible to listener for an event when a component (that i have made) or movieclip is dragged from library on the stage. i want to create something that i'll get…
niels
  • 1
  • 1
0
votes
3 answers

Flash Buttons Don't Work: TypeError: Error #1009: Cannot access a property or method of a null object reference

I've read through several threads about this error, but haven't been able to apply it to figure out my situation... My flash file is an approx 5 second animation. Then, the last keyframe of each layer (frame #133) has a button in it. My flash file…
0
votes
1 answer

AS3: Custom native cursor [Flash CS4]

I'm currently developing a flash game using Adobe Flash CS4 Professional and AS3. I have a custom cursor set up in my game, but it only changes position when the game renders a frame, 30 times per second, which could be better, so i want a custom…
CasperJ
  • 1
  • 2
0
votes
2 answers

Dreamweaver CS4 - How do you preview in Browser?

I'm new to Dreamweaver CS4 and making my first website. I've watched a lot of tutorials and they all just click the Preview in Browser button and they can see what their page looks like in Firefox/IE/etc. But when I click Preview in Browser a new…
Linda Cohen
  • 217
  • 2
  • 9
0
votes
1 answer

Center the stage in Flash CS4/AS3 on a standalone player

I have a Flash presentation (made in Flash CS4 with AS3) I am working on and running in a standalone Flash player. When I start the presentation the stage is centered in the Flash player, even if I resize it. The presentation contains an FLVPlayback…
Technoh
  • 33
  • 1
  • 4
0
votes
1 answer

Is there a way to jump to functions inside the code editor in Flash CS4?

In our Flash AS3 code, we have a lot of really long functions and when we're trying to navigate the code during development, it's so long that we often can't sit there and scroll for two minutes trying to find where an event listener leads to a…
Cyska
  • 1
  • 1
0
votes
2 answers

Button acting as a scroll with mouse event in AS3?

I'm new here, just found these forums on Google. First of all, I want to appologise if there is some topics like this, but I searched whole forums and didn't find any that finishes my problem. Now the important one. As I stated in topic title, I…
Ivan
  • 39
  • 1
  • 8
0
votes
2 answers

Using the standard Flash AS3 scrollbar class

Flash has a scrollbar class, documented here: http://help.adobe.com/en_US/AS3LCR/Flash_10.0/fl/controls/ScrollBar.html However, besides listing functions and variables, there's no real explanation of how to hook an instance of this class to a…
KdgDev
  • 14,299
  • 46
  • 120
  • 156
0
votes
1 answer

Can anyone decipher a flash CS4 crash log?

I have just updated to Snow Leopard and one of my important Flash files is now crashing every time I compile. I am hoping that someone can help decipher this crash log and offer any tips on what the problem might be. Flash does not give an error…
jake
  • 5
  • 1
0
votes
1 answer

Where (on OSX) is the Flash CS4 crash log?

I have one particular FLA that is crashing every time I try to compile (after switching to Snow Leopard). Flash just stalls and I am forced to use "Force Quit"... I have no idea what could be causing this and I cannot find any crash report. Where on…
jake
  • 5
  • 1
0
votes
3 answers

Error 2025: The supplied DisplayObject must be a child of the caller

sorry, new to actionscript 3. I have a display() function for an object rotator(image based like a QT object movie). It first saves the current image in a helper variable and then allocates a new image, from the library, beneath the old one. To get…
Mocca
  • 1
0
votes
0 answers

I don't manage to create bevel in AS3

This is what I have tried but not succeeded: generateBevel(playBarBackground); function generateBevel(myMC) { var myBevel:BevelFilter = new BevelFilter(); myBevel.type = BitmapFilterType.INNER; myBevel.angle = 45; myBevel.distance =…
Sterna
  • 21
  • 5
0
votes
1 answer

How do I write extensions for dreamweaver cs4? What limitations are there on what extensions can do?

I use dreamweaver cs4 as my main php coding editor. I am wondering if anyone has any information on how exactly to write a dreamweaver extension? Also, what can / can't you do ? Specifically, I want to write an extension that will allow me to…