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

exporting flash CS6 action script 3.0 to .mov

Hi I am trying to export a flash file that used to contain action script (which is now removed form the .fla file) however the document used to create the file was Action Script 3.0. I am trying to export this file as a .mov but when I attempt an…
Ash
  • 21
  • 1
  • 7
1
vote
1 answer

Flash accordion menu

im working on a accordion menu on flash cs 6 but i dont want to do complete animation for each option beacause it takes a lot of time. i think in previous versions there was an accordion option in components but now there is not. this is what i…
virtouso
  • 549
  • 11
  • 30
1
vote
1 answer

Why am I Gettign this Error ?: TypeError: Error #1010: A term is undefined and has no properties. at Main()

I am trying to make a small fanmade Zelda game. I am currently working on the menus, and have a small intro video that leads to the logo and start button being faded in. For some reason however my button is not removing the startPage and adding the…
1
vote
0 answers

How to preserve metadata information in SWF compiled in "release" mode?

Flash supports arbitrary metadata tags on classes and their public members (variables and property accessors), and can retain this information for runtime reflection via the AS3 flash.utils.describeType API function. Within Flash Professional, it…
Triynko
  • 18,766
  • 21
  • 107
  • 173
1
vote
1 answer

Adobe Flash ActionScript 2 if statement _currentframe

For a class assignment, I'm creating a game. I want to make it so when you score enough points, you'll proceed to the next frame. However, the code I put int he Actions layer won't work. Whenever I score enough points, it just stays on the same…
1
vote
1 answer

Stop dynamically loaded .SWF from looping, then move on to next frame on main timeline

I'm new here and somewhat new to actionscript programming so I apologize for any mistakes. I'm using Adobe Flash CS6. I'm working on a AS2 project and trying to dynamically load an external .SWF file and an accompanying .MP3 file in my main project…
1
vote
1 answer

AC3 Bring button to the front of the display stack

I am incredibly new to Actionscript 3. I have Thanksgiving off and I thought I would try making a game in flash. My problem is that I have a bitmap image that is being added to the scene dynamically and it is covering up a button. I initialized and…
user3044394
  • 138
  • 3
  • 15
1
vote
1 answer

How can I press keyboard to play vdo only once

I'm here again for your help :{ I have a question which I tried to google it but can't find the answer. Well,..May be there is an answer but I just can't make it works? I'm in a process of learning AS3 so let's say I'm still new here. What I'm doing…
TeeTee
  • 65
  • 2
  • 11
1
vote
0 answers

FLVPlayback produces error when moving to other frame

I have an FLVPlayback component video and I've selected through it a source file which is in the same directory as my fla. The source file is a .f4v file. The instance name I have given the video is phi_int . I also have a back button which takes me…
1
vote
2 answers

Facebook abobe as3 api for air for mobile

I am planing a project that involves a cross platform (Android and I.O.S) mobile app that logs in using Facebook. I have no experience with the face book API and cant find any use full material for newbies. I want to use air for its cross platform…
1
vote
2 answers

Quiz with score system in actionscript 2.0 adobe CS6

I'm trying to make a simple quiz in cs6 with actionscript 2.0. Basically there are 8 questions and each question has 3 possible answers. For each answer I want to assign a different score. Depending on the total score, a different text is displayed…
Sam
  • 11
  • 1
  • 3
1
vote
0 answers

Flash Cs6 AS3 - trap ESC key to prevent exiting fullscrenn

I am building a kiosk game for a trade show and want to prevent users from exiting fullscreen with ESC. I am using Flash CS6 IDE. I can trap the ESC key with a onKeyDown event, but I can't prevent the ESC key from exiting fullscreen on the Windows…
user972043
  • 11
  • 2
1
vote
2 answers

How to remove an apostrophe and a space from my string (AS3 Flash CC possibly regex)?

I have a string that goes in a textfield. This string comes from an xml-file. This string is also the name of an mp3 I call when people click on the textfield. The strings are in Dutch (because it's for a Dutch program) and my language has certain…
silvith
  • 290
  • 2
  • 14
1
vote
1 answer

Enbedded fonts in Flash CS6 that renders like device fonts

Device fonts look really good and I've always had issues with how the embedded fonts look in Flash. I havent used Flash for a while, so my question is: Is there any way I can have fonts render like device fonts (cleartype?) but still get the safety…
user1525612
  • 1,864
  • 1
  • 21
  • 33
1
vote
1 answer

Changing iframe content with flash buttons

I am trying to change iframe src from a flash button which is located outside from iframe here is my code this.contact.onRelease = function() { navigateToURL(new URLRequest("page2.html", target="myframe") ); }; but this is not working
Vipul
  • 414
  • 3
  • 14