Top "Flash" questions

For questions on Adobe's discontinued cross-platform multimedia runtime used to embed animations, video, and interactive applications into web pages.

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, …

javascript jquery flash html local-storage
Download files like mega.co.nz

Today I checked mega.co.nz and I'm excited about some features. For example in download page it will download …

javascript flash download
How to convert flv to avi using ffmpeg high quality

Need to convert flv files to avi or mov, trying out ffmpeg but the output quality is terrible. How can …

linux flash video ffmpeg flash-video
How to embed a flash object on my website?

Well, I must say this is embarrassing to ask, but to my defense I'll say that throughout my years of …

html flash embed
how do I delete/gc an object in Actionscript 3?

I want to delete/force garbage collection on a class instance from inside itself. Obviously, this = null and delete this …

flash actionscript-3 oop class
What is a Flash .SWC file and how is it used?

What is a .SWC file and how is it commonly used?

flash swc
How to extract images from a SWF file?

I have a Flash object in a SWF file. It contains an image that I need to extract, so I …

flash
See trace() of Flash when running in browser

What's an easy way to see the trace() output of Flash/Flex movies when running in any browser?

flash actionscript debugging trace browser-plugin
What is the best way to resize a BitmapData object?

Say I have a BitmapData of 600x600 and I want to scale it down to 100x100.

flash actionscript-3 image resize bitmapdata
flash as3 remove all children

Isn't there a simple "remove all children" function in flash? I don't understand why this code isn't working. I add …

flash actionscript-3 children