Top "Flash" questions

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

For VS Foreach on Array performance (in AS3/Flex)

Which one is faster? Why? var messages:Array = [.....] // 1 - for var len:int = messages.length; for (var i:int = 0; i &…

performance flash actionscript-3 apache-flex actionscript
Flash AS3 Global Variables?

HI i have a main class //main.as package { public class main { public var testGlobal:string = "testValue"; } } //pop.as package { …

flash actionscript-3 actionscript actionscript-2
Rails flash notice via ajax

Long story short, I have a button. On clicking it, I want an ajax request to be triggered which gets …

javascript jquery ruby-on-rails ajax flash
What's the latest and greatest alternative to Flash?

I recently accepted a part time gig revamping a set of multimedia/presentations that are used in med education courses. …

flash html mobile multimedia
Regex to check if first 2 characters in a string are Alphabets

I'm new to actionscript and i cant seem to get the regex syntax right in actionscript3. The task is straight …

regex flash apache-flex actionscript-3
How can I view Flash Source Code?

I found a Flash program online that would be perfect for a project I'm working on. Obviously with web content …

flash apache-flex decompiler swf-decompiler
What is the best free XLIFF editor?

I'm localizing my Flash application. Flash keeps localization data in XLIFF format, this is an XML dialect. Several users from …

flash localization internationalization xliff
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, …

css flash firefox youtube z-index
Add a Link Around an Embedded Flash File

I want to make it so that when I click anywhere on the embedded Flash element, it takes me to …

html css flash clicktag
How to mute all sound in a page with JS?

How can I mute all sound on my page with JS? This should mute HTML5 <audio> and <…

javascript html flash audio mute