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

1721 questions
2
votes
1 answer

How to set Video Frame Capture Using Bitmap Data

I'm implementing an Augmented Reality application for android using Flash. In order to get the application working on my Android Phone (nexus One) the Phone Camera must be activated as well. So I need 2 layers one for the background which is the…
Apollon1954
  • 1,388
  • 4
  • 16
  • 33
2
votes
3 answers

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 of ram). i've found out, that by exporting the…
mate64
  • 9,876
  • 17
  • 64
  • 96
2
votes
3 answers

externalinterface.call won't call the JavaScript function - Firefox 3.6

I have a function defined in JavaScript like so: function fadeBack() { alert("fadeBack called"); }; I call that function from my Flash file like so: import flash.external.*; flash.external.ExternalInterface.call("fadeBack"); This works in both…
rjk
  • 49
  • 1
  • 6
2
votes
5 answers

Dynamically-related files could not be resolved because of an internal server error - Dreamweaver CS5 Error

I am building a Wordpress website in Dreamweaver CS5 and am also using MAMP for my PHP/MySQL needs. The problem is that when I create a new Wordpress site in Dreamweaver (I have an existing Wordpress template), and I open the index.php file, it…
jasonaburton
  • 2,941
  • 7
  • 34
  • 48
2
votes
1 answer

Adobe Flash 10 GPU and Adobe AIR for Android

How can i make the Augmented Reality applcation on Android mobile phone (HTC Nexus One) that i have developed using the flash platform faster, since flash doesnt support OpenGL for 3D graphics. Can I make it faster using GPU Acceleration? Or there…
Apollon1954
  • 1,388
  • 4
  • 16
  • 33
2
votes
3 answers

how to bend text in as3?

I have a text 'hello world' in my ActionScript3 file. What I am trying to achieve is to make the middle portion of the text bigger in height. So, it will start off with a small 'h' and then moving towards the middle, each letter's size will…
rohan
  • 302
  • 3
  • 18
2
votes
2 answers

changing the properties of movie clip stops the animation

I have created a movieclip1 :head, a second movieclip: body created a movieclip that uses head and body and called that player. And I create a simple moving animation : works great ! then I associated a class to head: Head.as package { import…
yarek
  • 11,278
  • 30
  • 120
  • 219
2
votes
1 answer

How many files does my browser download at a time when there is a flash movie on the page?

If I load a web page full of other files, e.g. images, my browser doesn't load them all at once. I seem to remember reading that IE will only have at most 3 requests open at a time for a page. The rest will be queued. If I have a flash movie on the…
izb
  • 50,101
  • 39
  • 117
  • 168
2
votes
1 answer

Adobe Air stop(); doesn't seem to work

When I work on my Air Project, I used stop(); to stay in a frame(which is my menu), I built the .air for testing purposes and the frames keep looping, as in, it plays all the frames, and it won't stop as it's instructed to. Is there anything wrong?…
Xcore
  • 21
  • 1
2
votes
2 answers

Compile all Opened FLA files in Flash IDE using JSFL

Is there is a JSFL script to compile all opened fla in the Flash IDE?
particle
  • 131
  • 5
  • 13
2
votes
2 answers

Remove focus from TextArea in AS3

I have a few TextAreas in a Flash CS5 form, and I want to remove the focus from the last selected TextArea if the user clicks elsewhere on the form. How can I do this?
Anonymous1
  • 3,877
  • 3
  • 28
  • 42
2
votes
1 answer

Import Maya 3D to Papervision 3D

I have created a 3D model on Maya and i would like to export it to Papervision3D in order to use it in Adobe Flash Professional CS5. I couldn't find anything that can help me on that can you please help me how to export it. Also i found some code…
Apollon1954
  • 1,388
  • 4
  • 16
  • 33
2
votes
1 answer

How to export MovieClip to SWF via AS3?

I've wrote some application in Flash cs5, wich allow users to make their own Christmas Cards, but at the end of programming I realized, that I should to provide some function to save user's card to seperate SWF-file... Please, anyone who knows, help…
Alexey
  • 21
  • 1
  • 3
2
votes
2 answers

What is the address of my Flash debugger?

I packaged my SWF for iPad and exported to debug. I installed the .ipa on my iPad. When I tapped on the icon, nothing happened for a few minutes. Then, I got a UIAlertView asking for the address of my Flash debugger. Does anyone know what that…
Moshe
  • 57,511
  • 78
  • 272
  • 425
2
votes
1 answer

Where can I find a straight-forward tutorial on creating ActionScript 3.0 fading rollovers that assumes you know nothing about Flash? (CS5)

I am a retoucher and when I post my pictures on my website I want visitors to be able to roll over the picture and have it fade to the original unretouched version and when they move the mouse away I want it to fade back to the retouched. In my…
Laurg09
  • 21
  • 1