Tagged Questions

1
vote
4answers
71 views

Convert SWF file to HTML5

Does anyone know how to easily convert a .SWF file to HTML5? I tried SWIFFy and that doesn't work. I just downloaded adobe Wallaby and it requires a FLA file. That makes sense, but I don't know how ...
1
vote
1answer
53 views

Php Contact form don't get the variables needed

I'm trying to generate the contact.php for a website, but it's not filling in the fields. Right now I have this: <?php $to = "myemail@gmail.com"; $name = $_POST['nametxt'] ; $message = ...
1
vote
1answer
304 views

How to save .fla files in older Flash IDE format with JSFL?

Since Flash 5.5 by default saves files in 5.5 format that's incompatible in 5.0 editors we need a way to save .fla files in older format with a JSFL script. Can this be done? How? Background: One of ...
1
vote
4answers
151 views

Comparing/exporting FLA files

Is there a way of exporting an FLA file to a human-readable format, so that different revisions of a file can be compared? I found a script for exporting to XML here (post 6): ...
1
vote
3answers
721 views

Is there an unofficial Flash .FLA spec?

Is there an unofficial spec anywhere that explains how to reverse engineer a Flash .FLA file? I'm specifically interested in creating an application that can "auto-scene plan" a Flash document ...
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
12 views

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 ...
0
votes
1answer
23 views

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 ...
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
33 views

Modify and Intergrate a custom MP3 Player

This is a Flash MP3 Player I have found on internet, and I was looking for his .fla file so I can modify it and add some text on it. Do you know where I can get the source of this flash player.
0
votes
2answers
41 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
2answers
50 views

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 ...
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
0answers
133 views

Adobe Flash: Decompile swf file to fla file but when re-export to swf there's an error

original barcode reader --> http://www.megaupload.com/?d=J6KEAXE7  My decompiled, hen exported back to swf file --> http://www.megaupload.com/?d=O565PYXR I found this datamatrix reader swf file and I ...
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
0answers
137 views

Text is blinking in fly-in effect on Flash Animation

I have made a flash file with a small animation, that is a text that says "website" and I scale this text as too small and make it alpha 0 and in 50th frame it was its original size.. the animation ...
0
votes
1answer
322 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
2answers
698 views

flash import class from another directory

Originally my classes(.as) and project (.fla) were stored in the same directory. But I would like to refactor them. I've created a subdirectory "classes", and moved my classes into this subdirectory ...
0
votes
0answers
339 views

Modifying Uploadify FLA / SWF to allow programmatic opening of the “Open File” dialog

I am using Uploadify and I am trying to find a way to show the Open File dialog without requiring the user to click anything. In other words, when my user lands on the File Upload page, I want them to ...
0
votes
1answer
788 views

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 ...
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
703 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
2answers
169 views

Need Fla file of Maps

I need .fla files of maps to develop map apps in flash. Can anyone tell me from where i can download .FLA files of Maps. Thanks in Advance
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 ...