Tagged Questions
1
vote
3answers
229 views
Mysterious assets used in swf, not found anywhere in fla?
near the top of the code i see things like,
btn_dropdown._visible = false;
mcMenuBkg._visible = false;
but I can't find these assets anywhere in the library or in any code, how does this make any ...
0
votes
1answer
142 views
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 ...
0
votes
1answer
70 views
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 ...
0
votes
2answers
42 views
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 ...
0
votes
1answer
50 views
FLA files created on Flash CS4 are publishing bigger SWF when imported to CS5
I have a big project created on Flash CS4, and now we're migrating to CS5.
The problem is that some SWF files are getting a lot bigger than before, like 3.147 KB file, going to 3.901 KB, making this ...
0
votes
1answer
76 views
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 ...
0
votes
1answer
35 views
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?
0
votes
2answers
50 views
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 ...
0
votes
1answer
324 views
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 ...
0
votes
1answer
67 views
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 ...
0
votes
0answers
709 views
how to put swf file to my website - adobe flash cs5
Okay so i have made my first animation video in adobe flash CS5. I used actionscript 3.
When i save it i have two files trueEly.swf and trueEly.fla. Video is 1min 15sec long. its size 550x400px. Now i ...
0
votes
1answer
230 views
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 ...