Questions tagged [flash-cs5]

Flash CS5 is part of Adobe's Creative Suite released on 30 April 2010. Its main features over its predecessors are the iPhone packager, new text engine (TLF), and code snippets.

About Flash:
Flash is a multimedia platform used to add animation, video, and interactivity to web pages. Flash is frequently used for advertisements and games. More recently, it has been positioned as a tool for "Rich Internet Applications" ("RIAs").

1721 questions
0
votes
1 answer

Import library dependencies in flash (actionscript 3)

I am developing quiz application for practice purpose, using Flash CS5. At the top of my AS3, I have this : import flash.net.URLRequest; import flash.net.URLLoader; I use it for load XML file. I wonder, should I import that library, because it'll…
Putra
  • 37
  • 1
  • 9
0
votes
1 answer

Stop an animation in a child-movieclip from a parent once parent animation complete

I have a movieclip symbol of a sheep(symbol name: "sheep"). This animates across the screen. Inside the sheep movieclip there are tweens of its legs moving up and down. When the sheep stops moving I want the legs to also stop animating. I've tried…
Fisu
  • 3,294
  • 9
  • 39
  • 61
0
votes
1 answer

How to link multiple continueTo( ) tweens

I have a movieclip that I want to move in increments (each incremental move should have the easing applied). To get the clip to animate after the first movement I use: var sheepMoveX:Tween = new Tween (inst_sheep, "_x", Regular.easeOut, 1142, 1092,…
Fisu
  • 3,294
  • 9
  • 39
  • 61
0
votes
2 answers

read data from xml - read only last value

I have xml file with data like name, discription and Xcor, Ycor. I made each of object display on stage in this place what write in xml X and Ycor I also made for each diffrent name other MC - it's work well But when i try option trace to show name…
karamba89
  • 1
  • 2
0
votes
0 answers

ClickTag working for the top layer button, but not for buttons on the layers underneath

I have a Flash stage with various buttons, each on a different layer. The top-most layer contains only actions. In this layer on the last frame I have all the clickTAGs listed: inst_prod1.onRelease = function () { getURL (_root.clickTAG1,…
Fisu
  • 3,294
  • 9
  • 39
  • 61
0
votes
1 answer

Display in full screen squares

In Flash AS3, i created 25 squares with an event (when you click in one of the square it displays in full screen) it works on the square on the middle (it's normal because it's in the middle) but for the other it exceeds the screen... how can i…
Dev'Hamz
  • 478
  • 4
  • 9
0
votes
1 answer

Shared back button in a menu AS3 flash

Hi so I'm making a main menu and the problem I've run into is regarding a back button. I'm using the same back button to navigate throughout the submenus of the main menu. I need to know how to determine which submenu of the menu is up at any…
0
votes
2 answers

How do I restart flash application with actionscript 3

yeah, I need to restart my application, my actioscript 3 code or at least remove all the content in stage to upload the beginning. This is not movie, so playing with gotoandplays is not an option. Thanks!
Esa T. H.
  • 123
  • 1
  • 4
  • 18
0
votes
2 answers

Dynamic Text Box not Updating in AS3

I'm working on a Flash MP3 Player using Actionscript 3. I have a dynamic textbox with an instance name of 'timerText' on the stage next to the buttons for play, pause etc. The code for updating the timerText field with the current minutes and…
Andy Mills
  • 135
  • 2
  • 13
0
votes
3 answers

Loader Complete event does not work with browser (AS3)

Im trying to load an image in a movie clip and change its size as follow: var loader:Loader = new Loader(); public function setProfilePicture(url:String){ loader.contentLoaderInfo.addEventListener(Event.COMPLETE, onComplte); …
csuo
  • 820
  • 3
  • 16
  • 31
0
votes
1 answer

Change AS3 UILoader component registration point

I want to load a lot of photos use UILoader component, and I have to change the registration point, so how can I do that? It's there any code for that? import flash.utils.Timer; import flash.events.TimerEvent; import flash.events.MouseEvent; import…
Lily Mm
  • 7
  • 6
0
votes
2 answers

AS3 UILoader Registration point, all photos not in center

*I have some prlblems to center my photos in stage, I use Flash cs5 as3 UILoader, and the photos size is all are defferents, so I tried to move the UILoader Registration point to the center on the top with free transform tool, but Is not change…
Lily Mm
  • 7
  • 6
0
votes
1 answer

how to Align photos center in UILoader?

I made a photo gallery, and I Use Flash cs5 As3 UILoader component,how can I load all different size photo in the center? The Uiloader component registration on the top left, I need make to to middle? stage 1000 px wide, 420px highth. My photos are…
Lily Mm
  • 7
  • 6
0
votes
1 answer

Change formatting on specific parts of text with TextArea

I have a little bit of a problem here. I am making a kind of chat application in Flash CS5, using Action Script 3, and I am trying to make URLs that appear in the main chat textbox (where all of the things that other people have said come up), which…
tomb
  • 1,817
  • 4
  • 21
  • 40
0
votes
1 answer

How to resize ProgressBar in Flash CS5.

I am using 'ProgressBar' component in Flash CS5 to create the level-progress-bar of my game. I know how to change color and size of the bar. But I want to reshape the sharp edges at the end of the 'ProgressBar' to smooth round edges . Is there a way…
Rahul
  • 25
  • 3