Adobe Flash is a cross-platform multimedia runtime used to embed animations, video, and interactive applications into web pages.

learn more… | top users | synonyms (1)

1001
votes
6answers
45k views

Flash CS4 refuses to let go

I have a Flash project, and it has many source files. I have a fairly heavily-used class, call it Jenine. I recently (and, perhaps, callously) relocated Jenine from one namespace to another. I thought ...
76
votes
29answers
20k views

HTML 5 <video> tag vs Flash video. What are the pros and cons?

Seems like the new <video> tag is all the hype these days, especially since Firefox now supports it. News of this are popping up in blogs all over the place, and everyone seems to be excited. ...
70
votes
27answers
35k views

How can HTML5 “replace” Flash? [closed]

A topic of debate that's seen a resurgence since the unveiling of the iPad is the issue of Flash versus HTML5. There are those that suggest that HTML5 will one day supplant/replace Adobe Flash. I do ...
66
votes
28answers
4k views

What is so evil about a Flash based website?

I have the feeling that Flash-based ( or Silverlight-based) websites are generally frowned upon, except when you are creating games or multimedia-content rich applications. Why this is so?
55
votes
22answers
13k views

Silverlight vs Flex

My company develops several types of applications. A lot of our business comes from doing multimedia-type apps, typically done in Flash. However, now that side of the house is starting to migrate ...
49
votes
4answers
3k views

Reloading Flash 17 times causes error #2046 and requires a browser restart

I am encountering some very strange behaviour with a Flex 4.1 app I am writing which gets in the way of testing. It seems that I can reload the app 16 times and then on the 17th, the loading process ...
46
votes
20answers
6k views

What is Adobe Flex? Is it just Flash II?

Question Alright, I'm confused by all the buzzwords and press release bingo going on. What is the relationship between flash and flex: Replace flash (not really compatible) Enhance flash The next ...
36
votes
12answers
19k views

Java applets vs Silverlight vs Flash (Flex)

Everybody talks about Silverlight and Flash and Flex and how cool etc... Java applets are very similar to Silverlight and Flex, but Java applets have existed since 1995. What is the reason we don't ...
30
votes
5answers
29k views

FF3/Windows CSS z-index problem with YouTube player

I'm stuck on what appears to be a CSS/z-index conflict with the YouTube player. In Firefox 3 under Windows XP, Take a look at this page: http://spokenword.org/program/21396 Click on the Collect button ...
29
votes
6answers
42k views

How to embed fonts in HTML?

I'm trying to figure out a decent solution (especially from the SEO side) for embedding fonts in web pages. So far I have see the W3C solution, which doesn't even work on Firefox, and this pretty cool ...
29
votes
9answers
3k views

Best way to learn Flash? [closed]

I am interested in learning how to write Flash programs, but I'm not ready to shell out the big bucks for Flash CS3 Professional. What's the best compromise between affordability and education? ...
28
votes
9answers
5k views

Can I develop flash without buying anything? [closed]

I'm a little lost here. I don't know flash, but I want to learn - especially since Adobe's opened up the spec. I don't want to learn badly enough to shell out for the real tools, though. What sort ...
26
votes
9answers
13k views

Best way to upload multiple files from a browser

I'm working on web application. There is one place where the user can upload files with the HTTP protol. There is a choice between the classic html file upload control and a java applet to upload the ...
25
votes
14answers
2k views

Client-side image processing

We're building a web-based application that requires heavy image processing. We'd like this processing load to be on the client as much as possible and we'd like to support as much platforms (even ...
25
votes
3answers
920 views

konami code in flex

What would be the best way to implement the konami code into a flex application? I want to create a component to add it on all my proyects, just for fun. thanks UPDATE: I made a simple component, ...
24
votes
3answers
8k views

How do I get from an instance of a class to a Class object in ActionScript 3?

How do you get an instance of the actionscript class Class from an instance of that class? In Python, this would be x.__class__; in Java, x.getClass();. I'm aware that certain terrible hacks exist ...
23
votes
5answers
327 views

Optimizing my web application using Flash, Javascript and JSP

I have a web app that I am trying to speed up. It looks like this: +------+ | | | | +------+ +------+ | | | | +------+ +------+ | | | | +------+ Each box is an ...
23
votes
5answers
29k views

Can someone post a well formed crossdomain.xml sample?

I've been reading that Adobe has made crossdomain.xml stricter in flash 9-10 and I'm wondering of someone can paste me a copy of one that they know works. Having some trouble finding a recent sample ...
22
votes
7answers
2k views

HTML5 Local Storage fallback solutions

I'm looking for javascript libraries and code that can simulate localStorage on browsers that do not have native support. Basically, I'd like to code my site using localStorage to store data and know ...
22
votes
5answers
47k views

differences between using wmode=“transparent”, “opaque”, or “window” for an embedded object on a webpage

when embedding a Flash object with the <object> and <embed> tag, there is an attribute called wmode. It seems that most of the time, wmode="transparent" is the same as wmode="opaque" as ...
22
votes
11answers
20k views

What is the easiest FLV player for embedding video on a website? [closed]

I have video that I've converted to FLV format. I'd rather host it on my own site than use a service like YouTube. What is the easiest player to use? I'd like to just put the .swf file of the ...
21
votes
7answers
9k views

How does JavaFX compare to Flash and Flex? [closed]

I know Flex pretty good but also started to use Java FX. I am a little bit confused. Java FX seems to focus more on low level drawing operations and animations. Less on creating standard UIs like ...
19
votes
7answers
777 views

How can I prevent text displacement for some foreign language fonts?

I have a multilingual project (currently 13 languages), which uses many different font variations of "Helvetica Neue", mostly bold, condensed and regular cuts from the LinoType Pro font set ( which ...
19
votes
5answers
17k views

How can I detect if Flash is installed and if not, display a hidden div that informs the user?

How can I use javascript/jQuery/etc to detect if Flash is installed and if it isn't, display a div that contains information informing the user that they need to install flash?
19
votes
10answers
1k views

Why do applets have such a low adoption level?

Why do applets have such a low adoption level, compared for example against Flash? Is it because they are technological disadvantages, or is it just an issue of popularity?
19
votes
5answers
13k views

Web XML Editor - with XML syntax highlighting

I am trying to find a web-based XML Editor with at least syntax highlighting. Something simple in Javascript or Flash would be nice. The more lightweight, the better it would be.
19
votes
12answers
14k views

Flex development on Linux, what's a good free environment?

I would like to develop Adobe Flex applications using Linux and a free environment. I'd prefer a free as in freedom alternative, but as in beer would work as well. ;-) Are any of you developing Adobe ...
17
votes
9answers
17k views

Adobe AIR to execute program

I would like to press a button from an Adobe AIR application and execute some installed program. For example, I would have a button named "Start Winamp". When this is pressed it should start ...
16
votes
6answers
1k views

Adding unobtrusive progress bar to old-school file uploads

You all know the new generation of fancy, mostly Flash-based file uploaders like SWFUpload that can show a progress bar while uploading - a great improvement especially for shaky and low-bandwidth ...
16
votes
9answers
15k views

Cross Browser Flash Detection in Javascript

Does anyone have an example of script that can work reliably well across IE/Firefox to detect if the browser is capable of displaying embedded flash content. I say reliably because I know its not ...
16
votes
2answers
6k views

StackTrace in Flash / ActionScript 3.0

I want to see the stack trace in any function of my code, so i made somthing like this to call it and print the stack trace: public function PrintStackTrace() { try { throw new ...
15
votes
2answers
4k views

Flash video not displaying in WebView for Android 3.0.1

I have a simple WebView to display a website with Flash (the Adobe Flash website) -- testing on a Xoom tablet running Android 3.0.1 with newly released Flash 10.2 After referring to every question on ...
15
votes
9answers
897 views

HTML5 or Flash?

I have to write a web application for a client soon. Looking at the specs, there is no reason why the project couldn't be an HTML5/CSS/Javascript project, but the client is arguing that it has to be ...
15
votes
10answers
987 views

Most useful ActionScript packages / libraries

What are some useful plug-ins, packages or source-code for ActionScript? Please include ActionScript version, name, link and description.
15
votes
9answers
2k views

Why does the Flash Player throw a sandbox error in this case?

I get a Flex 3 sandbox error #2048 after connecting to a Socket on a Java (1.5) server. The server code is all mine, i.e. not running under Apache. Flash Player 10.0 r32. The sequence is as ...
15
votes
4answers
4k views

Actionscript 3 vs haXe: Which to chose for new Flash project?

I am in the planning stages of a new Flash game project and was wondering which language would be better to use? I already have a strong understanding of Actionscript 3, and have not worked with haXe ...
15
votes
22answers
3k views

What should I learn Silverlight or Flash? [closed]

Silverlight is enticing from my C# background. But I'm concerned about it's penetration. Is it likely to catch on ? OR perhaps I should just bite the bullet and learn Flash. Does anyone have any ...
14
votes
5answers
5k views

Flash performance for game dev: native render VS BitmapData framebuffer

I develop a 2D shooter game with lots of objects and aggressive scrolling. QUESTION: which way is better? CHOICE 1 - use native Flash rendering: derive game objects from Bitmap, use existing x, y, ...
14
votes
5answers
6k views

Free SWF Obfuscator [closed]

Does anybody know of a free flash obfuscator? All I can find are commercial ones with free trials. I have done numerous google searches, and have been unable to find what I am looking for. I know ...
14
votes
11answers
7k views

Flash versus Flex

I've tried looking everywhere for a concise list of the advantages and disadvantages of using Flex vs. Flash. Coming from a programming background, I absolutely love Flex. It's easy to pick up, and ...
14
votes
4answers
3k views

Building a Plugin Architecture with Adobe AIR

I'm thinking of choosing Adobe AIR as the client-side implementation technology for an upcoming project. (The previous choice was C# and WPF, but I've been really impressed with Flash/Flex/AIR ...
13
votes
1answer
2k views

Detect if Flash is installed on Android and embed a Flash video in an Activity

This is really a two part question. First, is it possible to detect if Flash is installed on an Android device? Second, if it is installed, is it possible to display a flash video in an Activity? ...
13
votes
2answers
2k views

Load an SWF into a WebView

I'm having problems with this. If I go to an SWF directly in the browser, it works fine. If I attempt to use loadUrl on an SWF file it stays blank and loads nothing.
13
votes
2answers
2k views

Flash/Flex conditional compilation “else”

In AS3 you can pass a constant to the compiler -define+=CONFIG::DEBUG,true And use it for conditional compilation like so: CONFIG::DEBUG { trace("This only gets compiled when debug is true."); ...
13
votes
6answers
46k views

Want custom title / image / description in facebook share link from a flash app [closed]

Possible Duplicate: How does Facebook Sharer select Images? I am making a flash app that demonstrates potensial traffic injuries when driving at different speeds. I want the user to be able ...
13
votes
22answers
2k views

Hidden features/tricks of Flash development, Flash language (AS2/3), and Flash IDE

Guys, I am thoroughly surprised that there is no Flash Hidden Features post yet in the Hidden Features series that I've been tracking for a while now. There is a recent AS3/Flex one but it's not very ...
13
votes
3answers
12k views

Best way to determine user's locale within browser

I have a website (Flash) localized into a dozen of languages and I want to auto-define a default value depending on the user's browser settings in order to minimize the steps to access the content. ...
13
votes
4answers
20k views

Best way to stream files in ASP.NET

What's the best way to stream files using ASP.NET? There appear to be various methods for this, and I'm currently using the Response.TransmitFile() method inside an http handler, which sends the file ...
13
votes
8answers
18k views

How to best convert Flash compatible mp4 files with FFMPEG

I am trying to convert different files to a flash compatible .mp4 file with ffmpeg, but i cant seem to succeed. Of cource the objective is to get the greatest quality with the smallest file size. So ...
13
votes
7answers
18k views

Flash upload image resize client side

Does anyone got an ideia on how to get client side image resize using flash. Example: Client chooses an image with 1200x800 and before it uploads it flash will turn it into half of it or something. ...

1 2 3 4 5 341