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

Flash AS3 ComboBox Dropdown Hover Color

Hi everyone I am currently working on designing a flash program using adobe flash cs6 and as3. I cannot for the life of me figure out how to change the dropdown default light blue hover color in a comboBox component. I have changed all the other…
1
vote
0 answers

Flash previewer / explorer / browser tool for .FLA files

We're a game development studio and we have a lot of art assets hidden inside lots of different .FLA files. I want to visually explore the assets inside my .FLA files without having to dig through the library tree in Flash CS6 for each .FLA, because…
Fragsworth
  • 33,919
  • 27
  • 84
  • 97
1
vote
1 answer

Deploy Fla to a standalone desktop application

I have recently started using Flash CS6 and Actionscript 3.0 so I am new to this. I wanted to develop an application and started by breaking it into parts. Now, I have multiple fla projects and multiple swf files that I combined together using the…
1
vote
2 answers

Adding the same function to multiple buttons in Actionscript 3.0

I am trying to add the same button function to 2 different symbols in Flash. One is the logo and the other is text that I converted to a symbol that will show itself during the end scene. I don't understand what I am doing wrong, but I am extremely…
mediaquery
  • 117
  • 1
  • 9
1
vote
2 answers

adobe air apk won't run on android 4.4.2

I have a android 4.1.2 device and my adobe air as3 apk runs on it. I also have a 4.4.2 device, and the apk doesn't run on that one. I am having a tough time finding out what's wrong, though. Has anyone found this problem too? I would love ddms…
D Liebman
  • 337
  • 1
  • 8
  • 17
1
vote
1 answer

Flash player stuck at Frame 1 after calling a function

I'm working in a flash CS6 and I'm having a trouble: After calling a function, player freezes at frame 1. This not happend during Ctrl+ENTER preview, but when I play the .swf file published (using flash player or opening it on a web browser, doesn't…
MHG
  • 67
  • 6
1
vote
2 answers

Action Script 3 - how to pass variables through multiple scenes

I am using flash cs6 and making a game in which some squares are falling down randomly and we have a wall that is controlled by the mouse. Every square we dodge 10 points are added to the score. If the squares touch the wall then we go to another…
Anay Karnik
  • 920
  • 1
  • 7
  • 15
1
vote
1 answer

Supporting Multiple screen sizes Android AIR by making stage MAX resolution

Hey everyone so this is not a duplicate! The question I have is if i make the stage width and height of my Android AIR 4.0 Application using FLASH CS6 to say 1080x1920 and make all my movieClips etc... fit the stage. Will it then be able to fit all…
Nathan
  • 536
  • 4
  • 21
1
vote
1 answer

Supporting Multiple Screen Sizes for Android AIR AS3

Hey everyone so I created a game using Flash CS6 and Flash Develop AS3. Now the stage Width is 480 and the height is 800 so 480 by 800. Now on my phone it fits perfectly but on others it doesnt fill the whole screen at all. It just looks ugly. Now…
Nathan
  • 536
  • 4
  • 21
1
vote
1 answer

How to add Google Game Service to AIR AS3?

Does anyone have any idea on how this can be done? I want the high score leaderboards. I've literally searched everywhere and cant find any Google Play Game Service ANE Native extensions. I want to add it to my AIR project I'm using Flash CS6 with…
Nathan
  • 536
  • 4
  • 21
1
vote
1 answer

How to add seconds to Timer in AS3

Hey everyone So I have a countdown timer that I have managed to implement in my game that I saw on some forums. Now I set up a new function to add some seconds to the timer whenever the user Hittest with a Movie Clip but it doesnt seem to work right…
Nathan
  • 536
  • 4
  • 21
1
vote
1 answer

Actionscript 2 Setinterval add milliseconds to timer

I have set my setInterval to 10 seconds. And it all working fine in my game, it count down from 10 seconds and change scene when it hit 0. The problem is that I really would need to show milliseconds to and I cant understand how I will add it to the…
1
vote
3 answers

Motion Tween with multiple scenes

New to Flash and AS3. I have a flash AS3 app I am making. It has multiple scenes and the user starts at scene one, and then follows a menu on the left to navigate to the other scenes. I need to add a motion tween to the front page only. In my…
1
vote
2 answers

How to display player lives in game AS3

Hey everyone so having a little trouble trying to accomplish this. I understand how to add lives and display them through a Dynamic Text Field on the stage. My game is set up right now to where this happens and whenever the player dies a live…
Nathan
  • 536
  • 4
  • 21
1
vote
1 answer

Is it possible to access remote page iframe DOM via AIR AS3 HTMLLoader?

There is a page: http://vkontakte.ru/share.php?url=google.com that has an IFRAME. I try to access IFRAME DOM: html = new HTMLLoader(); var urlReq:URLRequest = new URLRequest("http://vkontakte.ru/share.php?url=google.com"); ... …
mike.zimin
  • 39
  • 6