Top "Flash" questions

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

Getting started with text input and dynamic text fields with ActionScript 2.0 or 3.0

I know this is a simple question, but I haven't worked much with ActionScript... I know how to create a …

flash actionscript-3 actionscript-2 textinput
Dynamic stageWidth and Height in Flash AS3

This seems like it would be a really easy thing to do, but its been giving me all kinds of …

flash actionscript-3 web-applications stage
SWF object params - scale or scaleMode

In my job I'm embedding SWF files into HTML documents all the time. I often asked myself a few things: …

object flash embed swfobject
what is dispatchEvent in Flash AS3?

Hi all i want to know what is dispatchEvent in AS3. I didn't get any idea while Googling it. :( So …

flash actionscript-3 actionscript actionscript-2
How do I resolve HTTP Error 404.8?

We recently moved servers and now the flash that did work at one time does not work because it doesn't …

xml flash webserver
Convert compressed swf to mp4

I'm looking for a batch script to convert swf to mp4, lossless. I tried using both ffmpeg and handbrake, but …

ffmpeg flash mp4 video-conversion
Detect Mouse leave stage while dragging in Actionscript 3

Event.MOUSE_LEAVE is great in Actionscript 3, but it doesn't seem to fire if the user is holding their left (…

flash actionscript-3 events mouseevent
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 …

apache-flex flash
Embeddable WYSIWYG equation editor

do you know of a WYSIWYG equation editor, like DragMath, implemented in javascript/mathml or Flash? I could embed DragMath …

javascript flash editor mathml jqmath
To pass a parameter to event listener in AS3 the simple way... does it exist?

Expected / pseudo example: stage.addEventListener(MouseEvent.CLICK, onClick.someWayToPassParameters(true, 123, 4.56, "string")); function onClick(e:MouseEvent):void { trace("Received " + someWayToRetrieveParameters().b/…

actionscript-3 flash events parameters addeventlistener