Questions tagged [flash-cs6]

Flash CS6 is part of Adobe's Creative Suite released on 7 May 2012.

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

861 questions
-1
votes
1 answer

adobe flash cs6, air and flex

I want to know how to find out which version of Flex is installed with Flash CS6 or do I have to install the SDK separately? I know Adobe AIR 3.2 is installed on in the Flash CS6 program folder as I found the Adobe AIR 3.2 folder in the Flash CS6…
user10685411
-1
votes
1 answer

error 1084: expecting semicolon before 0

I'm little stuck with the following code: function placeShuffleFishs():void { for (var i:int 0; i
-1
votes
1 answer

Flash Game-Start game on button click

Hello I am trying to learn Actionscript for the first time. I am trying to make a game like Flappy Bird. Now my game works fine without a start menu. But now I am unable to start game after putting the start button. I am getting an error: 1046:…
ratul keot
  • 29
  • 1
  • 12
-1
votes
1 answer

Guessing Number Game Program not Functioning Correctly

in my program, the user sets a range of numbers for the computer to guess. The user then has to guess which number the computer chose with a limit of guesses starting at 5. There are several problems in my functioning program in which I do not…
-1
votes
1 answer

Error #2007: Parameter text must be non-null

in my program, the user has to input a number between 10 and 99 and the program will convert the number into words. The program somewhat works; however, when I input a number between 20 and 99, say for example, 45, the program will print out,…
-1
votes
1 answer

As3 Globals doesn't work

I have two swf files.I have followed this global variables in AS3 yet no use. I have a home.fla file import flash.events.MouseEvent; import flash.display.StageDisplayState; import flash.display.MovieClip; stage.displayState =…
-1
votes
1 answer

Moving away object when hit each other

I don't wanna to overlap each other the objects.Also I wanna keep the objects in stage limit.The buttons must move away when hit each other.I tried hitTestObject but buttons move like this. Sample move code for fish 2 *UPDATE var…
KucuKeko
  • 111
  • 8
-1
votes
2 answers

Audio stream reconnect in as3

I am using the following code in a swf created with Flash CS6: var nc:NetConnection = new NetConnection(); nc.connect(null); var ns:NetStream = new NetStream(nc); var customClient:Object = new Object(); ns.client =…
-1
votes
1 answer

Objects on the stage are not read when jumping to their frame

I am working on an Air desktop application. At some point when the user presses a button, it will jump to a specific frame, the problem is after going to that frame some Movieclips on the stage at that frame are not read though they were read from…
Safwat Alshazly
  • 331
  • 4
  • 11
-1
votes
1 answer

How to load a website inside a air for android application (flash)

I need to load my own website in a air for android application (stage WebView) using actionScript(3.0).Is it possible ? I use following code but isn't work inside my application. navigateToURL(new URLRequest("http://www.adobe.com"), "_blank");
Viraj Tharinda
  • 29
  • 2
  • 10
-1
votes
1 answer

app not working when i check embed air runtime with application

I am using adobe flash professional cs6 to create an android app. When i publish the app with GET AIR RUNTIME FROM GOOGLE MARKET, the app is working. But When i check EMBED AIR RUNTIME WITH APPLICATION the app is not opening or working(ERROR…
john livingston
  • 115
  • 1
  • 3
  • 16
-1
votes
1 answer

Forcing SWF to load file in local driver of server before sending over browser

I am building a flash application which requires loading of an xml file using URLLoader. While developing application in my local machine with flash professional I can easily load it by private var myLoader:URLLoader = new URLLoader(new…
Learner
  • 157
  • 3
  • 15
-1
votes
1 answer

Getting a button to shuffle through the timeline

How do I get the play head to consecutively go through the timeline containing objects in 4 frames on the click of a button using actionscript 3
SoloWalker
  • 41
  • 7
-1
votes
1 answer

AS3 Load Image Using Path From Text File

i use txt file that contain paths. after loaded txt file and split to path array then load img file from array path but i get err in loading img please help me sample code: var imglst:Array=new Array(); var lodimg:Loader=new Loader(); var…
mesoft
  • 1
-1
votes
1 answer

TypeError: Error #1010: A term is undefined and has no properties

I was trying to program an interactive storybook. after adding the event listener and event handler, I tried to test the project and had this error. I tried my best to do away with this error but couldn't. TypeError: Error #1010: A term is undefined…