Questions tagged [flash-cs5]

Flash CS5 is part of Adobe's Creative Suite released on 30 April 2010. Its main features over its predecessors are the iPhone packager, new text engine (TLF), and code snippets.

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").

1734 questions
28
votes
5 answers

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 develop AR application using webcam and Flash and…
Apollon1954
  • 1,308
  • 4
  • 16
  • 32
27
votes
11 answers

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 used any of them. (In order of 'most…
Simon East
  • 46,575
  • 14
  • 130
  • 124
14
votes
2 answers

CS5 Hiding layers is painfully slow

Is it only me that thinks the CS5 scripts runs painfully slow? These few lines takes over 1 minute to execute. for (n=0; n
Max Kielland
  • 5,259
  • 7
  • 49
  • 86
12
votes
2 answers

What's the meaning of the non numerical values in the XFL's edge definition?

XFL is the new uncompressed ADOBE FLASH (CS5) source file, it consists from XML definitions, most of them are clear but unfortunately, the important one are strange. Looking to various existing sources, I can see shape's EDGE definitions like:
Oldes
  • 935
  • 1
  • 9
  • 23
10
votes
4 answers

Code Hinting custom functions/objects/constants, and on chaining, commentary in Adobe Dreamweaver CS5

In Dreamweaver CS5 there's something called Code Hinting (let's call it CH for short). CH has a bunch of information about functions, constants and objects built in the core library. When you press CTRL+SPACEBAR or begin structuring a statement…
ShadowScripter
  • 7,029
  • 4
  • 34
  • 54
9
votes
8 answers

flash event listener for movieclip end?

Could anyone advise the best way to trigger a functiont when a movieclip animation finishes? I figure an eventlistener could handle this, but not sure the best way to go about it. Thanks Paul
Dancer
  • 15,237
  • 35
  • 119
  • 194
9
votes
1 answer

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 up. Here's the issue: I have a sprite container…
Lord-Link
  • 913
  • 2
  • 17
  • 40
8
votes
2 answers

Arrange (z) order of objects in Flash with ActionScript 3?

Is it possible to arrange (z) order of objects in Flash with ActionScript 3? e.g. I have 3 symbol instances on a given layer, and I want to perform the equivalent of 'Bring to Front', 'Bring Forward', and/or target a certain z position.
Yarin
  • 144,097
  • 139
  • 361
  • 489
8
votes
1 answer

Photoshop scripting: Move an image to position x,y

I have an active ArtLayer referenced by the variable NewLayer that I want to move to the absolute position x,y in the canvas. I have been googling for a couple of hours now without any results. Can some one please give an example? // Thanks.
Max Kielland
  • 5,259
  • 7
  • 49
  • 86
7
votes
3 answers

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 different event when I leave that spot (still dragging).…
CodeMouse92
  • 6,515
  • 12
  • 65
  • 124
7
votes
2 answers

Flash CS5 - Text disappear when I change the text property, except when I set no alias

I have a dynamic textfield which seems normal with the text I set by Flash IDE, but it disappears when I change it's text property, programmatically. Except if I set the textfield to use no anti-aliasing (Bitmap text [no anti-alias]); I don't know…
Marcelo Assis
  • 4,940
  • 3
  • 31
  • 53
7
votes
4 answers

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 compilation time. Almost every as-3 class has a…
Oki
  • 445
  • 1
  • 4
  • 10
7
votes
2 answers

Actionscript object number of properties

How can I get the number of properties in a generic Actionscript Object? (Like Array length)
Fragsworth
  • 28,413
  • 24
  • 76
  • 96
7
votes
1 answer

Augmented Reality on Mobile phones

I am interested in implementing an Augmented Reality application for mobile phones using Adobe Flash Platform. Can you please let me know if any sources is available for me to find out how to start? I'm not sure what software I need to use to…
Apollon1954
  • 1,308
  • 4
  • 16
  • 32
7
votes
3 answers

From SWF to AIR to iOS application

I have existing Flash application, which compiles to SWF and runs on web. I'm looking at converting that application to work on mobile devices such as iPhone/iPad. I see that there is now a way to publish Adobe Air applications on mobile devices.…
dev.e.loper
  • 34,180
  • 71
  • 151
  • 237
1
2 3
99 100