Questions tagged [flash-cs4]

Flash CS4 Professional is a tool for creating Flash Applications. It is part of the Adobe Creative Suite 4.

662 questions
2
votes
2 answers

UIScrollbar component not working in flash cs4

Ok so i have this dyanamic textbox called logtxt and i have a UIScrollbar attached to it. It works, but only if i add it through typing/pasting it into the textbox. I need it to work when i add the text through the code. (it is linked correctly…
thor625
  • 87
  • 4
  • 16
2
votes
3 answers

How much interacting can i get with the GPU with Flash CS4?

as many of you most likly know Flash CS4 intergrates with the GPU. My question to you is, is there a way that you can make all of your rendering execute on the GPU or can i not get that much access. The reason i ask is with regards to Flash 3D…
markblue777
  • 829
  • 3
  • 13
  • 28
2
votes
1 answer

Stopping the sound of a child swf

The timeline of my child swf, there are layers with specific sound files in them to be in sync with my animation. Now the problem arises when I try to import this swf into my main flash website using a loader and the sound will continuously play…
Cory
  • 71
  • 7
2
votes
1 answer

How to compile for Flash 11 with CS4

Anyone know a way to build to Flash 11 using the CS4 IDE?
MrB
  • 1,544
  • 3
  • 18
  • 30
2
votes
2 answers

Transform text to vector shape in Adobe Flash Professional CS5

How? Question is simple, hope the answer will be as well.
nicks
  • 2,161
  • 8
  • 49
  • 101
2
votes
1 answer

gotoAndPlay/gotoAndStop not working with numeric frame labels

For reasons beyond my control, I am currently working on a series of flash files, which have numeric frame labels. This causes a problem, because Flash seems to treat strings the same as integers when using gotoAndPlay/gotoAndStop. Screenshot: For…
producerism
  • 344
  • 4
  • 17
2
votes
1 answer

Adding an as2 swf to the stage in an as3 swf

I have a menu control (as2), that is completely self-contained and doesn't rely on any interaction with the parent (as3). The menu control does load an external xml file that is in the same directory as the swf. The menu control works fine when I…
Brian
  • 4,931
  • 3
  • 32
  • 55
2
votes
2 answers

why does setting different scaleX and scaleY for textfield distorts the text?

i have a textField wherein i uses embedded fonts, the problem is when i change its size and i do not set the SAME scaleX and scaleY value, it seems to compress the letters inside it when i make it smaller, and stretch the text when i make it…
Code.Blodded
  • 231
  • 1
  • 19
2
votes
2 answers

AS3 - how to start all over again a flash movie

This may be very simple, but I have no idea how to do this. I created a photo gallery in AS3, everything is on one keyframe. In this photo gallery I have a link to home. My goal is, when someone clicks the "home" link I want everything to start…
Ole Media
  • 1,652
  • 9
  • 25
  • 36
2
votes
0 answers

Transparency became blue, Flash

My project has many layers with transparency, but suddenly they turned blue Because of what it can and how can I fix it? Reloading does not work
Candyse
  • 51
  • 2
2
votes
2 answers

changing the properties of movie clip stops the animation

I have created a movieclip1 :head, a second movieclip: body created a movieclip that uses head and body and called that player. And I create a simple moving animation : works great ! then I associated a class to head: Head.as package { import…
yarek
  • 11,278
  • 30
  • 120
  • 219
2
votes
2 answers

Compile all Opened FLA files in Flash IDE using JSFL

Is there is a JSFL script to compile all opened fla in the Flash IDE?
particle
  • 131
  • 5
  • 13
2
votes
1 answer

Where will Flash look first for a Class definition: in an AS file (source path) or a linked SWC file (library path)?

I want to accelerate the compilation of a large Flash IDE project by pre-compiling some packages or parts of packages into a SWC file, which I will include in the "Source Path" section of the Advanced AS3 Settings under Flash Publish Settings. The…
Triynko
  • 18,766
  • 21
  • 107
  • 173
2
votes
2 answers

Flash AS3 - Loop - dynamically hide set of text boxes

I need a function to hide a group of text boxes, I wrote the following to do so - var allTxtBoxes:Array = ["title_txt","l1_txt","l2_txt","l3_txt","l4_txt","l5_txt"]; for(var i:Number = allTxtBoxes.length - 1; i >= 0; i--) { var hiddenT:String…
Dancer
  • 17,035
  • 38
  • 129
  • 206
2
votes
1 answer

Flash.text.textfield.ScrollV no more works with newest flash player 10.1

Scrolling textfield is no more working with player 10.1.82 My code is: SCROLLV = SCROLLV +2 text is scrolling down nicely with older players, but now with newest player it never scrolls. scrolling WORKS OK with player: 10,0,12,36 scrolling FAILS…
Tom
  • 6,725
  • 24
  • 95
  • 159