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

Flash not displaying properly in browsers

I've got a fla player and I'm trying to get it to display inside a div properly, it looks ok in IE (only after you refresh the page), but none of the other browsers show it properly (only 1/4 of the tv shows).. The flash document size is 336px x…
SoulieBaby
  • 5,405
  • 25
  • 95
  • 145
0
votes
1 answer

Open the as (action script) from fla file

The question can sound a little bit stupid, but I can't figure it out! I have a fla file (http://red5.googlecode.com/svn/flash/trunk/simpleBroadcaster.fla ) and I follow a tutorial to edit this file…
Robin
  • 3
  • 3
0
votes
1 answer

Do you need the linked AS files after publishing .fla into .swf in flash professional?

I want to link external ActionScript file with my current fla project file so I can get the advantage of using classes in Adobe Flash professional CS6 in ActionScript 3.0. But I am wondering if I can delete the AS file once the fla file has been…
Joe Slater
  • 2,483
  • 6
  • 32
  • 49
0
votes
1 answer

Way to verify the version of an Adobe Flash .FLA file without IDE

I'm looking for a way to lightly parse a FLA so that we can validate that the used saved the file as a specific FLA format. IE, Flash 5.0. We want to integrate this into our Jenkins system so that if a user checks in a later version of the file,…
haysclark
  • 1,080
  • 8
  • 16
0
votes
1 answer

Turning a .fla into a class headache

I wrote a nice little game which works well in its .fla form. Because I wanted to include some menus with options, saves, etc, I followed the advice from…
Nik
  • 45
  • 6
0
votes
1 answer

Red 5 Video recorder. Installer.swf not working

I have installed Red (setup-Red5-1.0.0-RC2-java6) on my windows xp. Red5 server running proper. but installer.swf not able to connect. also getting 404 error while installing demos. demos directory is not at the location as well. any Idea what could…
Mahendra
  • 908
  • 1
  • 18
  • 38
0
votes
1 answer

How can I convert WMV to FLA?

I'd like to convert WMV file (windows movie maker) to FLA (flash). I have Adobe Encore and Adobe Premier, can either one of them be used (if so, than how?). Or is there free software I can use? that doesn't add any logos and such into the frames.
Alex
  • 1,192
  • 14
  • 30
0
votes
1 answer

Type was not found or was not a compile-time constant: XML

well I instance my .fla with a class test.as so, when I try to declare a var like a XML it launch this error Type was not found or was not a compile-time constant: XML. I dont understand why, if I was loaded xml and its so reall easy but this time…
Kucho Alejandro
  • 63
  • 1
  • 1
  • 6
-1
votes
1 answer

adding sound to html5 files in adobe animate

I making tutorials. And ı prepair graphic and animation now ı want to add my sound animate. How can ı Add sound my html5 files in adobe animate? I drag drob in my frames not working browser downloaded my mp3 files. how can ı solved this problem.
-1
votes
1 answer

Searching my array for certain values and then displaying how many hits there are

I need some help with searching my array. I've created a bubble sorting filter and now I need some help with searching for certain values within it. For example my array contains the numbers "1,4,5,7,8,5,5,4,3,2" and I want to see how many fives…
Gunnar
  • 1
-1
votes
1 answer

How to find Action Script in a flash file (.fla file)

I have to analyse data in a flash file. I have given with swf file , which i decompiled and produced .fla file which contains 35000 lines of code. In that .fla file how to find user written code (i think so Action Script ). I am struggling with…
Bharath
  • 11
  • 2
-1
votes
1 answer

C# - XFL content: Convert .dat file to bitmap

I have .fla files that use XFL format. inside there's a /bin folder with some .dat files, these files are images. is there a way to convert these .dat file to bitmap and display them in PictureBox control? here's an example of a dat file: link And…
-1
votes
2 answers

How to Compile fla and as into a swf

Ok first of thanks for reading.. first off to tell you what im doing. im editing the action script of an swf file ok i decompiled it got a folder containing the as and the fla-flash part of the swf now i edited what i needed to in the few as…
1 2 3 4 5
6