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 CS6 Android App Testing - No USB Device Found

I'm trying to create a simple Android testing app with Flash CS6. I've put a circle onto a blank canvas and plugged in the Android device (a Google Nexus 4), enabled developer mode/ USB debugging, created a digital certificate and tried to publish…
Georg
  • 378
  • 1
  • 3
  • 10
1
vote
2 answers

AS3 and Flash Player: First loaded SWF assets overrides second one's

Using: Adobe Flash CS6 Exporting: Flash player 11.2 OS: OSX/Windows Heya guys. I've been having this huge issue for a while now. I'm working on an educational game. This main SWF loads several other SWFs. Since it's a bilingual game, each activity…
1
vote
1 answer

AS3 I don't understand the different treatment of an extended movieclip class vs extended simplebutton class

I recently discovered the custom classes in actionscript 3. I started using them in my latest project but I find it hard to bend my brain around how it all works. I created two different classes to test. One is an extended movieclip called…
silvith
  • 290
  • 2
  • 14
1
vote
1 answer

How to write a event listner to the stage in flash

stage.addEventListener(MouseEvent.CLICK, stageclicked); if{ function stageclicked(event:MouseEvent):void } else{ //1. var count3:Number = 4; //2. var myTimer3:Timer = new Timer(1000,count3); //3. myTimer3.addEventListener(TimerEvent.TIMER,…
jlock
  • 69
  • 1
  • 6
1
vote
2 answers

how to create a infinite scrolling animation in action script3

im creating a fish tank..so what i want to do is my fish should be infinite scrolling..i'm using action script 3..this is the code i used..but it's not working.. var scrollSpeed:uint = 5; //This adds two instances of the movie clip onto the…
jlock
  • 69
  • 1
  • 6
1
vote
1 answer

how to create a infinite scrolling animation in flash cs6

var deg2rad:Number = Math.PI/10; var speed:Number = 3; // set to speed you want f1.addEventListener(Event.ENTER_FRAME, moveIt); f2.addEventListener(Event.ENTER_FRAME, moveIt); f1.rotation = Math.random() * 0; f2.rotation = Math.random() *…
jlock
  • 69
  • 1
  • 6
1
vote
1 answer

Locale.loadLanguageXML() Won't work in external script

I have a script for multi-language-use working when added to the first frame of a timeline. However, when I try to adapt it to work in an external .as script, it throws a TypeError and I can't figure out why. Here is the code that works in a…
Kevin Hays
  • 33
  • 5
1
vote
1 answer

ActionScript 3 How to make an animation that always goes toward the same point

I have a main object that moves around wherever the mouse is. How would I make an animation that shoots out other objects from the main object toward receivers that don't move? Is there an easier way than finding the angle between the main object…
rasen58
  • 4,672
  • 8
  • 39
  • 74
1
vote
0 answers

How to use a .swc File in Flash CS6?

I'm currently attempting to use the Citrus Engine http://citrusengine.com/ However, it gives me a .swc file and I've not used flash in a good while, so I updated it to the CS6 so I could develop a few side-scroller games with my friend. However,…
Rion Murph Murphy
  • 113
  • 1
  • 5
  • 15
1
vote
3 answers

encode Bytearray to mp3 using as3

In my project using flash cs6 ,as3 I success to encode bytearray from microphone using waveEncoder class and upload it on the server side It works in the server but when I download it and try to play it inside the flash ,it doesn’t play I need help…
Enas S3efan
  • 81
  • 1
  • 11
1
vote
0 answers

upload image on twitpic using as3

how I can upload image on twitpic using as3 and flash professorial cs6 and i try the code below and nothing happened Thank's in advance import flash.net.FileReference; import flash.filesystem.File; import flash.filesystem.FileMode; import…
Enas S3efan
  • 81
  • 1
  • 11
1
vote
2 answers

AS3 (flash) Website resizing jittering/lag

Hi i am new to the forums and i'm looking for some help with a current project. i am basically making a website called www.noised.co.uk, feel free to take a look to see what my problem is and don't judge me on the images etc it has not been…
Tilley661
  • 19
  • 6
1
vote
1 answer

1120: Access of undefined property playBtn

Showing main menu over objects / movieclips? This is the question I posted and Cherniv helped me out with where to go. However, I have ran into some difficulties when trying to initialize / define a button to add an event handler to it. This is my…
Liam
  • 65
  • 10
1
vote
0 answers

Non-scaling thumb skin Flash UIScrollBar AS3 alternatives

There's probably a million posts about scrolling in AS3, but the problem I'm having is quite different. I have no problem making scrollbars work (have done loads of times), but I'm having a problem with custom skins. I'm basically trying to make the…
1
vote
0 answers

Flash Pro CS6 Unable to transcode assets?

I was testing my project in CS6. Everything was fine. I literally changed nothing. I test. Tons of errors that it is unable to transcode embedded movieClips. I am literally going insane trying to find out why this is happening.. the…
Jimothy
  • 87
  • 1
  • 8