Adobe Flash (formerly Macromedia Flash) is a cross-platform multimedia runtime used to embed animations, video, and interactive applications into web pages. According to Adobe, Flash delivers over 75% of online video and the majority of casual gaming. It is installed on an estimated 96% to 99% of ...

learn more… | top users | synonyms (1)

0
votes
1answer
18 views

Embedding “Addicting Games” Flash Games on Website

When I embed "addicting games" flash games on my website, they just come up white and say the movie isn't loaded. Addicting Games provides an easy embed link to just copy to your website but it isn't ...
0
votes
1answer
13 views

Flash Protection

High, I need help, I want you to look at this game: http://aq.battleon.com/Build30/game.asp?launchtype=medium -Whenever I start to play and click the exit button a function is called on. It ends up ...
0
votes
0answers
8 views

AS3 Multitouch Input Mode GESTURE & TOUCH_POINT

how can I use Multitouch.inputMode=MultitouchInputMode.GESTURE & Multitouch.inputMode=MultitouchInputMode.TOUCH_POINT; together? All my buttons need TOUCH_TAP, but some of the object like ...
0
votes
1answer
8 views

Calling x text elemets from XML

I have a flash file witch is calling text from XML file in AS2. Here is the XML <goals1> <minute>32</minute> <name>Name</name> ...
2
votes
2answers
30 views

Flash file is not working in an html page

I have a page that contains a Flash slideshow. Recently, it stopped working. If I access the file directly, then everything is fine, but when I want to load the slideshow in my HTML page doesn't ...
0
votes
2answers
15 views

Can I use alivepdf read a exist pdf from external?

As title, any detail documentation about alivepdf are very thankful!
3
votes
1answer
35 views

Rotate bitmap data in AS3 180deg for export

I have a bitmap in AS3 flash and I am sending it over to javascript using a base64 encoded jpg string. All that works great. I need to send the img over scaled down, and rotated 180deg. The scaling ...
-1
votes
1answer
18 views

if else statemant in as2

I have a flash file in witch I"m receiving data from XML document and need when specific word is shown to load a picture. For example i have: if (_root.main.ma4.team1.text = "specific text") ...
0
votes
1answer
26 views

How do you force Flash to crash for testing?

I need to test flash crashing in Chrome... Anyone know how to make Flash crash or have a Flash movie file that crashes on purpose?
0
votes
0answers
16 views

xml elements loading on embed

This might be a stupid question but for some reason in my swf app, the images that are supposed to load from xml just aren't when embedded, but when the .swf is visited from it's url, it works fine. ...
0
votes
0answers
9 views

Images, music, videos, youtube, flash and vimeo x-browser media player plugin?

What I'm looking for is to have media player plugin, which will be able to play following media content: images audios (optional) videos (optional) youtube embedded videos vimeo embedded videos ...
0
votes
2answers
40 views

Multithreading in Actionscript 3

Is there any way to do multithreading in Actionscript3.
-1
votes
2answers
55 views

How to develop a browser that supports Flash in iOS [closed]

I want to develop a webbrowser in iOS that supports Flash on the UIWebView, could you give me some advice? How do the Skyfire and Puffin iOS Flash-enabled browsers do it?
0
votes
1answer
25 views

Adobe flash linear rgb issues

I'm designing a game, and the game heavily requires the use of color for my maps. I wanted to use gradients to count numerically in hexidecimal (like #000001, #000002, etc, because drawing all of it ...
1
vote
1answer
37 views

C++ using animations from Flash or similar

I want to program a game, and I want to do it in C++, because everyone seems to agree this is the best way to program a game. What I really want, though, is the ability to animate something, swap ...
0
votes
0answers
8 views

ios release build performance from iTunes vs internal builds using Flash Builder

We recently completed an app using flash builder and submited it to apple for approval. Our final builds tested great. However, once the app was approved from apple there was a noticable difference ...
0
votes
1answer
29 views

Create CSV from html using flash, javascript, classic asp

Let me start by stating that my end goal is to create an Export to Comma Separated File (.csv) or Export to Excel button on a page of our site. Our site currently has a search mechanism that returns ...
1
vote
2answers
20 views

Youtube movie not loading

Why my video is not loading? I get message "Movie not loaded". This is code. <div id="cel_2" class="youtube"><object width="600" height="600"> <param name="movie" ...
0
votes
0answers
11 views

Loading google maps static images into flash

I'm trying to load images from google maps static images api into flash. When I attempt to load them flash complain about sandbox issues. Even after I try and load the policy file from google. ...
0
votes
0answers
12 views

Can an HTTPS served SWF file request non-secure HTTP content?

Is there a way to have a SWF do cross-protocol (is that the right term?) HTTP requests when it is hosted in an HTTPS environment (via SSL)?
0
votes
1answer
34 views

Remove or override eventListener with unknown handler

Is there a way to remove or override an eventListener with an unknown handler? I did this by just setting a new addEventListener. This original handler opens an url. But I want to override this with a ...
0
votes
1answer
26 views

Can you embed Flash content from within a Firefox addon

I would like to embed a Flash object from within a Firefox addon. This can be done with images: imgTest = function(document){ var h = document.getElementsByTagName("body")[0]; ...
-1
votes
0answers
18 views

loading XML file with FLASH

So i have this xml file and I need to call it in flash. And i don't know how to do it. Here is the XML. I've already created the dynamic text fields for every one of these. But I need need specific ...
-1
votes
0answers
15 views

Flash cs5 (actionscript 3) #2032 stream error

I'm getting a error #2032 when trying to open a url. Some googling told me this ocurs because the url is invalid but when using it in my browser it works. Also it appears to work fine for other pages ...
1
vote
0answers
16 views

POST image from flash to server using JAVA/JSP Without Using UPLOAD

can any one help me out plaese! before this I have posted few queries related to capture image from flash webcam and post same on localhost BUT using JSP? without using UPLOAD file from local machine. ...
0
votes
0answers
13 views

Printing a 2D element makes stage3d view disappear

I have an application that consist of a 3D view and some 2D views. The problem occurs when I try to print one of the 2D views. The 3D view disappears after the printing has been performed. I have ...
0
votes
0answers
15 views

on android table flash object blink on focus

I have page with flash object on it. something like this: <html> <head> <title>MyFlash</title> </head> <body onLoad="onLoadFunc()"> <script ...
0
votes
0answers
11 views

DragandDrop DataGrid row in AS3 (not Flex)

How can i drag selected row in Datagrid and drop it anywhere on stage? Thanx for answers...
2
votes
2answers
34 views

Running iOS Apps on Flash

I wrote an app for iOS on iPhone and iPad. I would like to make the app (a children's game) I wrote available on my website through Flash. I don't know if this is possible... Would I just have to ...
0
votes
2answers
35 views

Flex/Flash Builder : Proper way to reference another project?

I have a fairly large Flex/Flash Builder project using Flash Builder 4.5. I want to create another project that uses some of the components from that original project. In the new project, I link ...
-3
votes
1answer
25 views

Trace and if statement contradicting

The first trace prints "2" yet the second trace "true" is never printed... I will show more code as requested but this just doesn't make any sense to me: trace(n.wallMask & 2); if (n.wallMask ...
-2
votes
0answers
17 views

Adobe Flash CS6: Can no longer draw shape after initial few drawn and deleted [closed]

I'm trying to use Adobe Flash CS6 on a workmate's laptop. Every time I draw a few shapes (e.g. rectangles) then double click a couple to delete them (pressing backspace or delete) immediately ...
0
votes
0answers
19 views

how to set selected rows in flash datagrid (as3)

I want to select multiple rows in current result set in DataGrid in flash as3. I tried to do it like that: this.dataGrid.selectedItems = _selectedElements[index]; where _selectedElements is an ...
1
vote
2answers
37 views

removeEventListener from a function, not working, tried everything (I think)

I really have tried my hardest on this little problem, its been 2 weeks of long evenings and I know one of you more experienced AS3 developer would fix in a minute or two, well I hope. So I have a ...
0
votes
0answers
22 views

Flash AS2 preloader still runs if content is loaded

Normally my preloader is 20 frames and looks like this: Frame 1 Actionscript: var amountLoaded:Number = _root.getBytesLoaded()/_root.getBytesTotal(); preloader._width = amountLoaded * 200; ...
0
votes
1answer
21 views

BlendMode data in a bitamp

I'm working on a viewer that extracts bitmaps from a .swf file. They're all defined as classes, so I can get them with: getBitmap = event.target.applicationDomain.getDefinition(name); getBitmap = new ...
0
votes
1answer
28 views

How do I pass reference of an initialised object from one class to another class, to add (addChild) to display list?

I created this simple example because I was using a more complex class, a menu item that I wanted to initialise all the settings in the Main class and then add it in in the Game class (and updating ...
0
votes
2answers
42 views

Flash to HTML5 Conversion

I have been asked to spec a project for a site re-design. Part of the spec involves re-creating heavily animated Flash games into HTML5. I'm wondering if anyone can give any advice on the ...
0
votes
0answers
8 views

System crashes by posting with YUI uploader to amazon s3

This code not only crashes Google Chrome and Internet Explorer, but my whole operating system (Win 7 x64). I am using the yui uploader to post a file to an amazon s3 bucket. At first, everything ...
0
votes
1answer
24 views

what video formats does flash support?

I want to add video upload support to my small school and after some research i came across sample code: exec("ffmpeg -i ".$dynamic_path."/".$ moviepath."".$fileName." -sameq -acodec mp3 -ar 22050 ...
1
vote
2answers
46 views

How to add an event listener to a symbol instead of an instance as3

We have a button symbol that is repeatedly inserted as an instance in several scenes. this button links between scene to scene and basically execute the same function. Is there a way to add an ...
0
votes
0answers
15 views

Flash as 2 mousepointer

I have a flash project I'm currently stuck on. I have a movieclip, with 2 containing movieclips(top menu and bottombar). and im trying to do a custom pointer to just be visible at the main movieclip ...
0
votes
0answers
36 views

How to call a fuction at the end of the flash?

I need to call a java script function at the end of a flash animation, im unable to edit the flash file to add a action script to do this, is there any other way we could trigger a function at the end ...
0
votes
1answer
21 views

ExternalInterface not working

I am trying to use ExternalInterface to add a callback function like so: import flash.external.*; ExternalInterface.addCallback("makedoom", null, forceProgress); I know my function forceProgress ...
0
votes
1answer
19 views

exporting Image from flash to JSP page

<object id="whatever" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="282" ...
0
votes
1answer
24 views

Access the main timeline in a swc

I have some animation that was created in the main timeline in an FLA I want to publish this as a SWC for importing via Flash Builder. However- I can't find a way to do this. Any ideas? The only ...
0
votes
1answer
27 views

Change the “alpha”,“scale”and“depth” according to the y position of the MovieClip in Flash&AS3

i am making a interactive slideshow with all the image slide automatically at the beginning in the swf. the first step is successful that i made all the MovieClip running just relative to the center ...
0
votes
0answers
25 views

Flash doesn't work normally in android 3.0

I need to play some flash on an android device and I used webview. It worked well on android 2.2 and 2.3, but when i test it on android 3.0, problems came: first, when webview perform a flash on 3.0, ...
1
vote
2answers
23 views

fallback html5 video automatically downloaded regardless browser's support of flash

I have a html page that use flash object with html5 fallback to play medias. What I have observed when loading the page is if the browser supports the provided html5 video type, regardless flash ...
0
votes
0answers
35 views

sending image captured from flash webcam to java based server from flash stage

I have jsp application which let end user to capture image from webcam for which I used flash to get access to user webcam to trigger it. Till now it's fine and also got success to capture image from ...

1 2 3 4 5 384