Questions tagged [fla]

FLA files are source files for Adobe Flash applications.They are binary files which typically require Flash authoring software to be edited, and are compiled by the authoring software into publishable SWF files.

FLA files are source files for Adobe Flash applications. They are binary files which typically require Flash authoring software to be edited, and are compiled by the authoring software into publishable SWF files.

This format is mainly used to create animations or rich user interfaces. Its usage has declined over the years as it's progressively replaced by HTML5, CSS3 and JavaScript.

88 questions
0
votes
1 answer

Error #2044: Unhandled IOErrorEvent:. text=Error #2036: Load Never Completed

I cannot for the life of me figure this out. I am such a noob with any Javascript coding and editing .fla's. Now, I admit I am in way over my head here, but my sister is very much looking forward to this as I've already showed her the concept. -_- I…
0
votes
1 answer

flash - rescale an asset that's a hierarchy of bitmaps?

I have some FLA/SWF assets which are hierarchies of bitmaps. They have timelines which page-flip through different bitmaps. I'd like to scale these assets down in pixel-size, including the bitmaps they're composed of. I'm not a Flash Animator, but…
orion elenzil
  • 4,484
  • 3
  • 37
  • 49
0
votes
1 answer

What are these grey dashed guide lines in Flash?

img: http://tinypic.com/r/34raqvm/5 I received a Flash project from an outside source. In it I found that some library items had these grey, dashed guide lines. It seems like they are used for assigning resize boundaries or something. Anyways, I…
pioSko
  • 541
  • 7
  • 20
0
votes
1 answer

How to edit swf file link without fla file?

How to edit flash file (.swf) without .fla file ? I got banner in swf file and a need to make something like that: when user click on that banner he will be redirected to an url (for example http://www.google.com/).
born2fr4g
  • 1,290
  • 4
  • 27
  • 38
0
votes
1 answer

How to extract actionscript classes from a swf file?

when I try to extract .fla and .as from .swf (from Sothink SWF Decompiler), the classes in the file .as are all numbers, like this: aso#33082.onPress = function () { or function () { for (aso#88375 = 0; aso#88375 < 1000; aso#88375++) { …
humanbeing
  • 121
  • 2
  • 3
  • 12
0
votes
1 answer

How do I open a FLA File without Adobe Animate?

I have a sprite pack which is a .fla file. I want to open this file without paying money for a program. I have already tried to open it by installing Macromedia Flash 8. Macromedia Flash 8 is a 32-bit app, which newer versions of MacOS would not…
0
votes
2 answers

What's an easy way to add a loading bar to a fla?

I have a .swf that I'm using on my website but it takes a few seconds to load. Its kind of an eye sore while its loading so I want to add a loading bar. I was wondering what the easiest way to do this in the .fla file is.
Mike
  • 2,514
  • 2
  • 23
  • 37
0
votes
1 answer

Play audio .flac vs .fla in IIS via virtual directory

I do have an audio angular app with Microsoft dotnet core 6 backend and many audio files accesses via virtual directory. I can access any files except files with .flac extension (I have added .flac and audio/flac to mime type file in IIS). The…
D052057
  • 53
  • 6
0
votes
2 answers

Iterating through movieclips that are not in the first frame

I need to loop through all the child inside a .fla file, and I can reach only the first frame movieclips when I loop through the childs, I found a "solution" that consists in copy all the movieclips to the first frame.. but, it sucks :p Is there a…
Artemix
  • 8,497
  • 14
  • 48
  • 75
0
votes
1 answer

Python zipfile: Bad magic number for central directory

Ok, so basically I'm trying to write simple quick script in python to search xml from *.fla (flash) files. All I'm doing, is opening *.fla files from project via zipfile.ZipFile, go through all files in this zip archive, and search specific term by…
Vlad
  • 113
  • 2
  • 9
0
votes
1 answer

How to play flash videos in android application

Is there any API for developing an application that can play flash videos on Android OS 2.1.I have searched a lot in Google but cannot find any.
Waseem
  • 1,392
  • 5
  • 21
  • 30
0
votes
0 answers

Exporting all the items from FLA file opened in Adobe Animate

Since Flash is gone, I am using Adobe Animate to open old fla files. Is there any easy way to export all the items (including vectors, sounds and images) present in library directly so they can be reused.
0
votes
0 answers

Editting an SWF file that has embedded fonts in Flash CS6

I am trying to edit a UI SWF file for a video game (Fallout 4) that contains the fonts that the other UI files use in-game. Basically, replacing the fonts with a modified .ttf file I edited in FontForge. The font files cannot have their names…
Rylan
  • 3
  • 3
0
votes
1 answer

How to add a folder of pictures to a flash app?

I have a flash app (deployed as Air or regular app for iOS) which displays pictures. It has to work offline, so I need to bundle my pictures with the flash app. I wrote a script to download all pics from my server to a specific folder before…
Gilad Novik
  • 4,546
  • 4
  • 41
  • 58
0
votes
1 answer

can we see an swf file corresponding to an fla online?

Actually I donot have flash in my computer.So I want to see the swf of an fla file that is in my desktop. can we do this online?
Varada
  • 16,026
  • 13
  • 48
  • 69