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
vote
3 answers

How to use the iOS Simulator with Flash CS6

As I heard, that using the iPhone Simulator in Flash CS 6 is now possible, I was really wondering to test my apps for the iPhone 5. But honestly said, I haven't figured out, how this should work. So my question is: How to use the iPhone Simulator…
nbuechi
  • 229
  • 4
  • 20
1
vote
1 answer

Flash - Is there a way to get a list of instance variables?

Either in flash pro or flash builder is there a way to get a full list of instance variables? I have an existing FLA with several hundred objects on the stage with instance names. It would be useful if I could get a list of the existing instance…
Mytheral
  • 3,929
  • 7
  • 34
  • 57
1
vote
2 answers

Parabola in Adobe flash CS6 ActionScript 2

For school I've been creating a game that can teach you how to deal with Parabolas. The only problem is; I don't know how to create a parabola in Adobe flash cs6 ActionScript 2. I need to be able to insert a parabolic formula "in game" which should…
44 magnum
  • 11
  • 3
1
vote
0 answers

Adobe Flash CS6 - AIR export error "CreateWinProces failed"

By trying to debug an AIR project in Flash CS6 (Windows XP) this error occurs and Flash doesn't responds anymore: CreateWinProcess failed with error 2. The system cannot find the file specified. This error even comes up with a new and empty…
Anky
  • 127
  • 2
  • 11
1
vote
1 answer

How to run this code involving away3d with Adobe Flash CS6?

I have recently downloaded Flash CS6 and wanted to set up a 3d engine with it. I downloaded Away3d but now I am having troubles setting it up because I a newb. This here is the code that I want to run - taken from this website -…
Sourav Ganguly
  • 329
  • 2
  • 14
1
vote
0 answers

SWF crashes when it returns to frame 1

Whenever I try to return to frame 1 the SWF crashes (when exported from Flash, not when tested in it!). In frame 1 I`ve put a few variable declarations, one enter.frame event listener, 4 mouse.click event listeners and a stop. I later use a simple…
1
vote
2 answers

PNG with black background in iOS 6 Flash IPA

with Flash Professional CS6 I'm building an iOS app. Directly in the SWF I have embedded a transparent PNG image (an image with a transparent background). On the Flash IDE stage the image looks perfect, but when I compile and test the IPA on the…
ContentiousMaximus
  • 1,284
  • 3
  • 14
  • 24
1
vote
1 answer

does placing object on Flash pro cs6 stage uses starling for stage3d acceleration or uses old Flash?

To make 2d games with stage3d hardware acceleration ,it's best to use starling framework ,and starling tutorials do not use flash pro cs6 ,and designing levels is done in code ,so does that mean because flash pro cs6 use old Flash API ,and it does…
1
vote
0 answers

Flash CS6 performance issue while editing nested symbols

Sorry, this isn't an AS3 issue but I hope some others out there who use CS6 regularly can chime in: I've noticed considerable performance degradation in Flash CS6 when editing nested symbols using "Edit in Place" (double-clicking a symbol), and to a…
1
vote
1 answer

Error #2048: Security sandbox violation

I've read just about every article available on the Internet regarding "Error #2048" and "Security sandbox violation". I've tried every solution offered, but the problem still persists. The detailed version of my efforts can be found at the…
Hillbilly Coder
  • 1,171
  • 1
  • 10
  • 12
1
vote
0 answers

How can I prevent Flash scaling up movieclips inside my DataGrid Cell?

I have an AS3 DataGrid component, in one column I use a custom Cell Renderer to load a movie clip from the library. However the movieclip seems to scale to fit the height of the cell ( if I change the datagrid cell height property, the movie clip…
undefined
  • 5,190
  • 11
  • 56
  • 90
1
vote
1 answer

How to have an object hover back and forth constrained within a specific radius?

I have a sprite in a movie symbol that I would like to hover back and forth within a 360 radius. I was hoping to make it smooth and random. Never really venturing from its original xy cordinates. I've tried to create some stipulations with if…
joacampb
  • 177
  • 1
  • 18
1
vote
3 answers

Actionscript 3 Error 1130

File: "point_direction.as" package { public class point_direction { var radianAngle:Number; var degreeAngle:Number; public function point_direction(x1:Number, y1:Number, x2:Number, y2:Number) :…
Joban
  • 11
  • 1
1
vote
1 answer

Swipe Gesture for iOS in Flash CS6

I'm creating an app for iOS (mainly) in Flash CS6 and I'm having a few problems with getting a particular page to work. The layout is as follows: I have a movie clip that is 3 times the width of the stage with my content, with the instance name of…
Ben
  • 8,894
  • 7
  • 44
  • 80
0
votes
0 answers

as3 massive project how to decrease memory usage

i have a big project contains upto 120 video and lots of loaded swf the export exe file when testing it takes a massive memory usage up to 1.5 gb of ram and always crash when testing on another device i need a way to make things lighter all the…