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

Failed pushing Python Flask App to Heroku

New to Flask and deploying on Heroku, trying to push to Heroku and I get this error when installing dependencies: The pipenv version looks funny not sure if that is correct or how to correct it if that is the error Enumerating objects: 38,…
0
votes
2 answers

what is this line doing

I have this page and I am trying to link to the /our-other-brands page and i have this actionscript code. All the links are working but the our other brands in the top nav...here is the line i cant seem to understand what its doing var…
Matt Elhotiby
  • 43,028
  • 85
  • 218
  • 321
0
votes
1 answer

How to compile .Fla and .as files

I have downloaded a program called "Piecemaker". Its a flash based image/album slider. Package came with a .fla file and some .as files. I want to make couple of small changes (change the hard coded text) in the code and then rebuild the .swf file.…
M99
  • 1,859
  • 10
  • 28
  • 50
0
votes
2 answers

Exporting *.png sequence from *.fla with C++

I need an animation in my program. My designer draws animation in Flash and provides me with *.fla file. All I need is to grab 30-40 PNGs from this file and store them within my internal storage. Is it possible grab resources from *.fla with C++ ?…
Dalamber
  • 1,009
  • 1
  • 12
  • 32
0
votes
0 answers

What's the approach to modify an Animate CC app and redistribute it

I have the source files of a flash application we outsourced years ago. I need to modify (add a logo) the app. Instead of outsourcing that again, we want to do it ourselves (we own the app). The folder contains these files : Main…
Marks
  • 165
  • 4
  • 19
0
votes
1 answer

Flash cs5 - how to change frame rate of only movie clip?

I am building a small flash application. In my application I've inserted an fla video. the flv video's length when I open it in vlc player is 16 seconds (after I edit the speed of the video in an external program and then converted it back to…
vondip
  • 13,809
  • 27
  • 100
  • 156
0
votes
1 answer

Adobe Flash Professional CS5 edit

I am new to Flash and I need to edit some files that are used in a flash project. The files I need to edit are in actionscript. What is the relation to the file types .as(actionscript), .fla (flash?), and .swf Also, do I need to recompile after…
wbrandt
  • 149
  • 2
  • 13
0
votes
1 answer

Game fla file missing from Starling build - possible recovery or decompile?

I've been working with a programmer on an app and we've since gone our separate ways. I was passed on a copy of what was supposed to be the source code of everything at the end. However, I believe I'm missing a crucial file from the app build. It's…
Smokin Gun
  • 23
  • 5
0
votes
1 answer

action script 2.0 auto submit

I have the following code, which works great. The only down side is that the user must click on the submit score button in order for the code below to work. Is there anyway possible that one could make this an automatic feature? So that when the…
Josh Tutt
  • 13
  • 1
  • 3
0
votes
1 answer

Flash fla files corrupted by CVS

I have saved my Flash fla files with Eclipse CVS and some where on the way, I set their ASCII\BINARY value to ASCII and now my files are totally corrupted. Does anyone know of a way to fix fla files or any files that are binary but were saved as…
RaamEE
  • 3,017
  • 4
  • 33
  • 53
0
votes
1 answer

How do I get the position of a swf generated from an fla file that had a larger stage?

I have assets in external swfs which I load. I would like to know the exact size of the stage and the position of the asset in the fla that created it. If I try to ask the resulting MovieClip for it's size, it turns out it gives me the size when…
sig
  • 3
  • 1
0
votes
0 answers

Editing dynamic text in swf

I have a task to edit text in an animation, I only got files from website with no codes. The animation is the same but is in 3 files - in .mov, .flv, and .swf. I was trying to decompile swf with various programmes, but there is only one field named…
0
votes
1 answer

How can I code an object to spawn onto the stage in the Actions panel?

I am trying to introduce a new ball into my pong game, sort of like a power up. I am writing all of my code in the Actions panel in the first frame. The new ball should appear on the stage and start moving around randomly like the original ball.…
0
votes
1 answer

Rollover button that causes an image to appear

I am trying to create an interactive office seating chart where when you hover over an employees cubicle an employee description appears. I have created the employee descriptions in Photoshop and I was able to turn them into rollover buttons in…
izzy
  • 1
0
votes
0 answers

Not able to convert fla in Flash cs6 to avi successfully anymore

I successfully created an avi file through flash cs6. One day after I realized that I wanted just to alter some frames, I didn't do anything in the preferences... But now it creates unsupported files. They don't play anymore.
Serge Inácio
  • 1,366
  • 9
  • 22