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
2
votes
1 answer

AS3 - Using a For Loop to Update Multiple Points and Their Values in an Array

I'm a bit new with AS3 (but not really with coding) so please forgive my ignorance. I'm creating a small function that will be called by a Main Function to update the position of 52 Pointers that have the x and y position of multiple point objects…
2
votes
2 answers

Play Movie Clip in reverse and return to frame 1

I'm doing a little animation using Actionscript 3.0 but I'm having a few problems (I'm new with AS3) when I want to play a movie clip in reverse and, then, return to frame 1(main). Here is my code: B6_btn.addEventListener(MouseEvent.CLICK,…
user3673649
2
votes
1 answer

Can someone take my Google Play Android Application's exact name and concept?

Hey everyone so I recently uploaded an Android Application to the Google Play Store about a week ago and I look on the market today to see that two different publishers uploaded an application with the same exact name and same exact concept just…
Nathan
  • 536
  • 4
  • 21
2
votes
1 answer

Flash Actions Panel Splitting

Simple question (hopefully): How do you split/copy a panel in Flash CS6? I'm trying to accomplish this so I can easily access my code without needing to scroll. I'm hoping for the same affect as splitting screens on Blender (except with code, not…
DrakeTruber
  • 327
  • 1
  • 6
  • 21
2
votes
1 answer

Controlling instance of another frame AS3

I'm new to AS3 and I am trying to access an instance of a frame from another frame. Here is my code. package { import flash.display.MovieClip; import flash.events.Event; import flash.events.MouseEvent; import flash.display.Stage; …
user3349495
  • 369
  • 1
  • 3
  • 3
2
votes
1 answer

Flash CS6 duplicating layers in movie clips at every save

In all of the movie clips in this FLA I start out with Every time I save and regenerate the SWF I end up with a set of duplicate layers added and additional frames but only on the actions layer?!: Has anyone run into this before? It's driving me…
jerrygarciuh
  • 21,158
  • 26
  • 82
  • 139
2
votes
1 answer

AS3 Return text from HTML page

I'm trying to read some text from a website (external domain) and display that in my flash movie, is there a beginner friendly way of doing this ? The text on the html page is placed in containers (I can change it if that makes things easier)
2
votes
2 answers

Flash show map of user country

As a little warning, I have never worked with flash before, so I am a complete newbie with it. I'm trying to build a little flash banner, which somewhere on the banner I want to show a country flag of where the user is located. I discovered this…
Marius Prollak
  • 368
  • 1
  • 7
  • 22
2
votes
1 answer

Draggable menu containing non-draggable buttons with AIR

First off, I'm pretty novice when it comes to Flash and AS3. I am trying to create a displayObject that contains 12 buttons for a mobile app. Since there are twelve buttons that will all open up into seperate menus they obviously all won't fit on a…
2
votes
1 answer

Trying to transform a button color when clicked flash as3

I'm not sure if I'm using this transform correctly. I'm trying to lock in a color adjustment on a button when it has been clicked once. I tried starting off adjusting the alpha=0, and it worked ok. I'm not very good with as3 so a little help would…
Dennis1973
  • 105
  • 1
  • 1
  • 6
2
votes
1 answer

Adobe Flash and JSON

I'm a newbie in adobe flash development. I have form login, and I want to login with my api, which like this: /api/login and with user & pass. And I don't know how to. Which I have? IDE: Adobe Flash Professional CS6 The form with username &…
Luc
  • 2,800
  • 2
  • 25
  • 46
2
votes
1 answer

FDT - Where is new Flash Project?

Up until this point I have been doing all of my coding in sublime text 2, and compiling with flash pro cs6. I have gotten pretty good with actionscript 3. I have been uing the mvc design pattern and used external libraries like admobs and…
Jimothy
  • 87
  • 1
  • 8
2
votes
1 answer

JSFL typewriter effects for Flash CS6

Hopefully this is a quick one - I haven't touched flash since cs3 and the following jsfl typewriter effect use to work. I'm not sure if there is a bug but in CS6 the effect actually works backwards - as if it has reversed the selection? The last…
user2214369
2
votes
1 answer

Cannot receive response from socket server when on localhost in AS3

I have problems with my flash AS3 project. I'm in my last stage of productions which is to deploy it to our webserver. But the problem is, once the SWF is deployed on web server (Web server is XAMPP) and accessed through localhost, it stops from…
2
votes
1 answer

Masked MovieClip area is included in height

I have a MovieClip which I compiled to SWC and imported to Flash Builder. The MovieClip has a masked (visible) area, and an invisible area which is hidden by the mask: I wrapped the MC in a UIMovieClip so that I could insert in the MXML of the…
Drahcir
  • 11,772
  • 24
  • 86
  • 128
1 2
3
57 58