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").
10
votes
7answers
1k views
Best Tools for Debugging Flash ActionScript 3 (AS3)
Does anyone want to share the best debugging tools they have found for Actionscript 3 (AS3) and Flash CS5?
I've just done a search and found a few, but would love to hear from people who've actually ...
8
votes
3answers
4k views
How to develop Augmented Reality application for Android
I would like to develop an augmented reality application on a HTC Nexus One mobile phone for android using Flash Professional CS5 and Adobe AIR 2.5.
I found a couple of online sources showing how to ...
4
votes
3answers
242 views
Mouse over while dragging object in Flash CS5
I have a project with Flash Professional CS5 and ActionScript 3.
I need to trigger an event when I drag an object over a particular spot, but haven't dropped it yet. Then, I need to trigger a ...
4
votes
3answers
298 views
Slow flash cs5 compilation
I am developing a RIA with Flash Professional CS5. Although there are not many class, it takes 1 minutes to compile. This slowness breaks quick code&test cycle. I do not know how to speed up the ...
4
votes
3answers
1k views
MovieClip resizes, but its children's height and width are not changed?
Changing the width and height of the parent MovieClip does not bring change in the width and height of the inner MovieClip. The parent MovieClip is placed at Stage and is resized manually. When I ...
4
votes
6answers
4k views
iOS and Android development on Windows
I'm facing a dilemma: I have a solid ASP.NET development experience in C# and looking to start mobile development. I have done research and know that there are some hacks for getting a development ...
4
votes
2answers
429 views
Monotouch vs Flash CS5 for iPhone App Development
With the recent loosening of the Apple Developer licence on third-party development platforms, I have had a brief look into app development with Monotouch and Flash CS5 but am unsure of which to ...
3
votes
1answer
44 views
Why would a function state “myVariable = myVariable;”?
In the course of working with some as2 code from our dev team, I came across a baffling handful of statements where variables were set to themselves. Is there some reason for such a redundancy that ...
3
votes
1answer
87 views
AS3 Two MovieClips Sharing The Same Class
I have two MovieClip symbols in my library and I want them to share the same class, but Flash doesn't allow me to assign the same class to any two different MC symbols, so instead I created two bogus ...
3
votes
2answers
63 views
How do you reverse a skew transformation in the Flash IDE?
Place a 100px by 100px box on the stage (not a movieclip, just a simple shape).
Now apply a vertical skew of 30 degrees. You should get this...
Click outside of the shape to release the ...
3
votes
1answer
247 views
Changing default project save type CS5.5
I got Adobe Creative Suite 5.5, and all the projects in company are made in 5.0. And i can't simply save by ctrl+s because Flash (thats concrete program i am asking about) want to save in 5.5. So ...
3
votes
2answers
367 views
Flash preloader only starts at 90%
I'm working on a game in Flash CS5 / AS3 and I'm trying to get my preloader to work. At the moment, when I load the SWF file with 'simulate download', the file will load but my preloader won't show. ...
3
votes
2answers
1k views
running a hello world application in actionscript 3 (flash pro CS5.5)
Am self teaching myself actionscript 3, I read through some tutorials and understood the code perfectly, the problem lies in how to run it, I know some programming languages and I used some IDEs i ...
3
votes
1answer
199 views
Away3DLite on Android Objects doesn't appear on the screen
I have implemented an Augmented Reality application on Adobe Air for Android. When I publish my app on the android mobile phone (Nexus One) the 3D models that I have created don't appear on the ...
3
votes
2answers
484 views
Best practices for handling external functions files in AS3 / CS5
I was told recently by a Flash developer that I respect that using
include "functions_file.as";
is not the appropriate way to import a list of functions into an AS3, Flash CS5 document.
We're not ...
3
votes
1answer
2k views
AS3 Setting width and height of a Sprite Container
Ok, my mind is boggling over this issue im having. I know this might seem like such an easy issue and I can't understand why I cant figure it out but none the less I can't and I've just about given ...
3
votes
3answers
586 views
flash cs5: compiling fla with huge internal library takes YEARS !
by using flash cs5 with a huge internal image library (over 300+ small png-files) i need more than 90seconds for each compiling action! the as code is pretty well, also my computer (quad core, 4gigs ...
3
votes
2answers
3k views
Flash CS5 Crash corrupted files. How can I get my xml library assets back into a new FLA?
I started using Flash CS5 (and it sucks btw, but that's not my issue today). I spent many hours working on a .FLA file. Saving as I went and at one point Flash CS5 crashed during the save. The .fla ...
3
votes
3answers
2k views
How do I change the background of a Flash document using ActionScript 3.0?
Let me preface this question by saying that I am a .NET developer at heart, just helping a friend with a project he is working on.
I have been searching online for something that I think should be ...
3
votes
3answers
122 views
Reusing library items across Flash projects
What's the best way to re-use library elements across Flash projects. For instance, I created a loading indicator Movie Clip that I want to re-use-
Should I export it as a SWF, and then
re-import ...
3
votes
3answers
1k views
How to use transparent BitmapData as a mask
I have a BitmapData object created dynamically that contains user-drawn shapes. I then attach that BitmapData object to a MovieClip via a Bitmap object and set that MovieClip as a mask to another ...
3
votes
4answers
715 views
Package SWF into an EXE or APP
I am trying to adjust my Flash development workflow so that I am using Flash Builder for all of my coding and multiple FLA files for the user interfaces. I will be creating an ActionScript project in ...
2
votes
1answer
47 views
Flash cs5: Set a variable using a function, then read that variable from a differect function
I have a public variable and I am trying to set it, then read it from a different function:
public var str:String;
public function DailyVerse()
{
function create() {
str = "hello";
...
2
votes
2answers
55 views
Adding 2 decimal number gives wrong result in Action Script
I have a problem with the following statement
trace(10.12+13.75)
//output 23.869999999999997
Can anybody explain me why is this so and how to get exact 23.87 out of this?
Thanks
2
votes
1answer
81 views
Embded files in a compiled .exe
I am working on a project that is about making a video player with built in libraries.
What I want to do is create a custom video player in Flash CS5, Python (Using Phonon) or C# which can play any ...
2
votes
1answer
77 views
Trajectory of an arrow
I'm making a simulation of a flying arrow, but it doesn't look very natural.
Here's a screenshot:
The anchor of the arrow movieclip is at the front of the arrow like you can see, but if I replace ...
2
votes
2answers
53 views
Is there an [embed] alternative for Flash only (not flex)?
Ok we all know that you can embed assets with Flex using the [embed] code.
But is there anyway to achieve something similar to this when working with only Flash?
For example:
I need to create a ...
2
votes
2answers
69 views
How do I get an object’s width and height in Flash?
I thought this would be straight forward but I'm having trouble repositioning my content.
I have a button instance named rollOne, When I roll over the button I want to load an swf object but not on ...
2
votes
2answers
326 views
(Flash CS5.5) Basic Away3D setup help
I've got Flash CS5.5, and I wanted to fiddle around with some 3D, so I downloaded Away3D from the website, and don't really know how to get it 'working' with CS5.5?
Can I just place the folder with ...
2
votes
3answers
137 views
AS3 Removing Elements from Array w/o Changing Position
I want to write a function which removes elements from an array of integers starting from the lowest values without changing the positions of the elements. Programming language is ActionScript3.
e.g. ...
2
votes
1answer
89 views
Debug jsfl in ExtendScript for Flash CS5
This is a total noob question, but I'm trying to figure out how I can debug some JSFL that I created, stepping through it as the code runs on a Flash CS5 file. The DEBUG menu dropdown in ExtendScript ...
2
votes
0answers
107 views
Migrating from Flash CS5 to CS5.5, now having a strange Error
I migrated from CS5 to CS5.5 (on SnowLeopard). I wanted to make some changes on a small project (really simple), but even when I try to test the file without changes I get the following error:
...
2
votes
1answer
76 views
Stopping the sound of a child swf
The timeline of my child swf, there are layers with specific sound files in them to be in sync with my animation. Now the problem arises when I try to import this swf into my main flash website using ...
2
votes
1answer
234 views
Flash Pro drop target instance during authoring on the artboard
Developing custom components within Flash Professional CS5.5, I am attempting to implement functionality similar to the way a UIScrollBar can be dropped on a TextArea to bind functionally.
Place a ...
2
votes
2answers
102 views
Load images to a TileList from Mysql using PHP and XML on Flash CS5
I have a mysql database with a table containing PATH's to images.
I want to load al the images to a TileList. Now i have this in PHP:
<?PHP
mysql_connect("localhost", "root", "root");
...
2
votes
1answer
51 views
Detecting if there is a timeline mask
I am bumping into a very strange behaviour on Flash.
If you on the Flash IDE create a shape with a mask associated to it, save it and then export it as a swf, you cannot programatically know there is ...
2
votes
2answers
125 views
How to access bgcolor from swfobject?
Flashbuilder generates a html where the bgcolor is stored(through javascript):
...
var swfVersionStr = "10.0.0";
<!-- To use express install, set to playerProductInstall.swf, otherwise ...
2
votes
3answers
109 views
Pause absolutely all processes in Flash game
Like when pressing (not clicking!!!) the windows |X| button on the game window. Is that possible? Or will I have to write custom pause function? :S I have a very complicated program, and now I want ...
2
votes
1answer
399 views
gotoAndPlay/gotoAndStop not working with numeric frame labels
For reasons beyond my control, I am currently working on a series of flash files, which have numeric frame labels. This causes a problem, because Flash seems to treat strings the same as integers ...
2
votes
2answers
195 views
AS3 flash event hopping confusing the hell out of me
I'm writing a class in AS3 which will display some thumbnails on the stage.
I'm using a bunch of events to upload the images and make them into bitmaps and finally place them on stage, but it's ...
2
votes
1answer
56 views
Dashed guides when I edit components in Flash CS 5.5
How can I use those very useful guides that indicate which parts of component must be resized and which not?
What is a proper name for them? How I can create them for a new component that I create ...
2
votes
1answer
278 views
Flash Programming Local To Global problem
I've got this weird problem and i just cant figure it out.
I'm using the localToGlobal to get the coordinates for my character and do a hittestpoint on a level clip. Everything works fine in flash ...
2
votes
1answer
198 views
Flash CS5 compiler options broken?
(Haven't received any love on Adobe forums, so trying this here)
So, I've formally logged a bug against this with Adobe as I've been beating my head against a wall trying to understand why this won't ...
2
votes
2answers
236 views
Is it possible to play .m4a file using as3?
I am developing a simple mp3 player for playing bulk number of audio files to play. The files are in .m4a format. Is it possible to play using as3?
2
votes
1answer
62 views
Alternative for delete
In previous versions of Actionscript, you could use delete in conjunction with Object.registerClass('name', null) to delete class definitions at runtime. Now, according to Adobe documentation, delete ...
2
votes
3answers
126 views
I need your help in List box actionscript3.0
import fl.data.DataProvider;
import fl.controls.List;
var urlLoc:String = new String();
var dp:DataProvider = new DataProvider();
for (var i:uint = 1; i<=5; i++){
dp.addItem( { label:"Channel" ...
2
votes
3answers
226 views
Loading swf-fonts with Loader works perfectly in Flex SDK 3.5 - not in Flex SDK 4
For a large project I have the following setup:
a content editor made with Flex SDK 3.5
a content viewer made with Flex SDK 4.1
Both need to work with dynamically loaded fonts as the user can use ...
2
votes
1answer
190 views
Loading XML file using as3
public class loadXML extends Sprite
{
public var xmlFileName:String;
public var urlL:URLLoader = new URLLoader();
public var urlR:URLRequest;
public var xml:XML = new XML();
...
2
votes
3answers
936 views
Does AS3 Event.ENTER_FRAME run on every frame, always? Even on slow computers?
I have a script that relies on ENTER_FRAME event to run every time. I have noticed on some slower computers there can be some lag when a flash movie is playing.
Does ENTER_FRAME run on every frame, ...
2
votes
3answers
313 views
Remove timer of object created in a loop
I want to remove an object that is created in a loop, with a timer.
var timer:Timer = new Timer(2000);
timer.addEventListener(TimerEvent.TIMER, voegtoe);
In function voegtoe I'm adding an ...