Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




Converting An .exe Flash File Back To Edible .fla File?



Does any one know if there are ways to convert an .exe flash file back to ediable .fla file?



FlashKit > Flash Help > Flash General Help
Posted on: 08-19-2003, 02:43 PM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Converting A PDF To A Flash FLA File Without Converting To An Image First?
Basically, I'm building a digital catalogue that runs off a CD and uses a Flash 'page turning component' to display the pages. Certain pages will have links that use Flash's Fscommand call to open Word and Excel documents.

Has anyone got any bright ideas of how to Convert a PDF to a Flash FLA file without converting to an image first?

I know I can open a PDF in Photoshop, save as a PNG or JPG and then import this into Flash, however the quality isn't brilliant. If you use a hi-res image, then you get a hi-res file size...

Currently, the best way I have found, is to open the PDF in Illustrator, then export it as a SWF. Illustrator converts all text to shapes and you end up with a small SWF, yet great quality when displayed in larger sizes. As I'm currently using a page turning flash component that loads SWF files, I need the quality to be good for the 'Zoom' function.

I've found an Illustrator script that will do the hard work via a 'batch' process, so I can take a 100 page PDF and convert the whole lot to 100 SWF files while I drink tea and 'look busy' and read a magazine, but the problem I have is that I need to add a layer of buttons to several of the SWF files to add a little functionality....

I do have a SWF to FLA decompiler which does a good job, however because Illustrator turns everything into shapes, the decompiler does the same and you end up with thousands of files in the library.... Plus there are a lot of error messages when the file is first loaded...

Many layers are masked, (for some reason without a fill), so if you publish the decompiled file straight away, you just get a blank file. Once you go through and fill the masks needed, it shows when you publish, but this really is a lot of work and I've had a few pages that show when you open the SWF file, but don't show when the SWF is called into the page turning file.... Hmmm....

So in short, I'd like to take a PDF and convert it to a FLA file, add a layer of buttons and publish as a SWF file....

Anyone got any 'Pearls of Wisdom'?

Clere
Clere Print

Converting Swf File To Broadcast Quality Movie File
I'm using a Patrick Jansen effect in flash and if I try to export it the way I usually do for movie credits - ie export to quicktime - all I get is a grey box. The only way I can get the movie into a quicktime file correctly is to save the file as an swf then use "swf and flv player" to export each frame as a tif then recompile in quicktime.
Is there a program that will convert the SWF to quicktime in one go and keep the quality? It's for a movie, so I need it very high res.
thanks in advance,

(mac os x 10.4.9 G5 dual 2ghz, internal 250 and 350hd, external 500gb, 4gb ram)

Converting Midi File Into Wave File
Hey folks. Is there a program that I can use that will convert midi sound files to wave files to use in flash?

Any URL or workaround would be helpful.

Problem Converting An MPEG File Into .FLV File
HI

I want to convert an video file into .FLV. I have imported an .MPEG file into the flash and i am trying to export as .Flv file but i culdnt find any option how to do that in flash mx 2004. Please can any one can help me in this concern....

Thanks in Advance
Ashirwad

Converting A File Too Use In Flash
Was wondering if anyone here can tell me how too convert a DEM file from Half-life into a movie so that i can make a flash intro too there site?

Converting Flash File To Gif?
Is there a way to export or convert a flash file to a picture file? Even if I go through fireworks? How would I get my flash animation imported into Fireworks???

Thanks,
vv

Problem Converting Flash File To Animated .Gif
I've never made an animated gif from a flash file but the flash help says to simply do the following:

Flash exports the first frame in the movie as a GIF, unless you mark a different keyframe for export by entering the frame label
#Static. Flash exports all the frames in the current movie to an animated GIF unless you specify a range of frames for export by
entering the frame labels #First and #Last in the appropriate keyframes.

No matter what I try, when I export to an animated gif, the image that shows up is not animated but I only get the first frame. What could be missing and what areas should I check? Thanks in advance.

Going From The Main SWF File To A Child File And Back Again
Hey guys, we're looking at one of the final problem flash is causing us.

In the following code you can see what we do load our flash game. WE have 2 seperate levels which we call. Now once we're in level 1 what can be done to tell level 1 to end so that level 2 can start from the main file?

Again thanks for all the help. You guys are great.

Frank


// used right now to know which level to load for testing purposes.

var level:Number = 1;

menu=function()
{
      ////////////
     //  menu  //
    ///////////
    attachMovie("header_gui","GUI",1);
    GUI._x=0;
    GUI._y=0;
    GUI._xscale=118;
    GUI._yscale=120;
                
    GUI.onPress=function()
    {
        GUI.play();
        
        if(!level)
        {
            loadMovie("Level1.swf",5);
            level=1-level;
        }
        else
        {
            loadMovie("Level2.swf",5);
            level=1-level;
        }
    }
}

menu();

Need A Quick Favour - Converting Old Flash File Into MX Format
File is here :

http://s52.yousendit.com/d.aspx?id=3...E0GKFTFIC7KQ2K


Thankyou!

~angrymice

Converting Flash Scripts Inside .fla Into External .as File?
Hi, I have a client that for some reason they are wanting to convert their .fla project and break up the 8 script layers of their game, and put it in an external .as file for the Flash project.

I was just wondering if this could be done could someone show me a link, tutorial or anything on how I would go about doing this, and why this needs to be done this way?

Easy implementation for future games of the same kind?

Flash File Does Not Appear If You Hit The Back Button
the images on my site are flash files. http://www,junnocobijoux.com. when you hit the thumb the image appears and then you hit the no 2 and it shows a detail.. If you hit 1 again to go to the original image nothing appears nor if you hit the same thumb.

However this only happens on a pc in IE not in firefox nor any browser on a mac. you can clearly see the images

Any suggestions much appreciated

To Play Back An External FLV File In A Flash Document:
i am not able to do play back an external FLV file in a Flash document

plz help me to solve it
actually i want step by step method

Path Back To A Flash/html File Not Working
I have a html file called index.html and a folder called content.  The index.html file contains a index.swf which has a button with the following script
on(release){
getURL("./content/publishedwork.htm");
}
The folder content contains publishedwork.htm, this html file contains the flash file publishedwork.swf which has a button that should take you back out of the content folder to the index page.  The script I have on this is
on(release){
getURL("index.htm");
}
My problem is that the button works from the index.htm file to the publishedwork.htm but it does not work back from the publishedwork.htm to index.htm  Would be grateful if anyone could tell me what is wrong with the actionscript on the second button that is preventing this?

Sending A Flash File To Back In HTML Document
Hi

I have a Flash graphic (made for Flash 8) positioned underneath a line of options. Each of these options open up a drop down menu using the HTML <li> command, in much the same  manner as the "File" "Options" & "Help" menus at the top of most windows programs.

However, the lists generated by the <li> command always appear behind the SWF graphic beneath. Is there a way of specifying the order, i.e. of sending the Flash graphic "To Back" or the HTML "To Front"? I've looked all through the options in the Macromedia Flash Editor and I figure it must be something in the corresponding HTML that displays the SWF but I'm not sure as I'm new to Flash.

Any ideas on what I'm missing?

Thanks a million

Converting And .swf File Into A .fla File
Sorry if this topic has already been posted (the search feature wasn't working).
I was just wondering if there was any way to convert an .swf file into a .fla file. I have been doing some flash work on two computers and was copying the files to just one of them. Unfortunately I only copied an .swf file of one of them and deleted the .fla file. So I was just wondering whether there's any way to convert it into the .fla file.

Converting .swf Back To Flash?
Is it possible to export an existing .swf file back into flash or something, even just as key frames so that i can take out a couple of frames. I dont have the existing flash file either..

thanks

chaps

Converting File
Ok I know I ask alot of questions. Thx for Helping me.

Ok I made my site on word ( for my first site) Now im told i need a converter to put it into the internet??? Um how can I put my word website/file into the internet. Thx

Jake

Converting Web/File
Ok I know I ask alot of questions. Thx for Helping me.

Ok I made my site on word ( for my first site) Now im told i need a converter to put it into the internet??? Um how can I put my word website/file into the internet. Thx

Jake

Converting Swf Into Exe File
hi;
I am new user of flashkit .I have a question ?
how can I convert a swf file into an exe file.

Help With Converting File
Could someone convert this file to Flash MX? Not Flash MX2004.

Thanks
Ecinele

Converting An AS2.0 File To AS3.0?
Hey everyone,

I have a CS3 file that was given to me to make some changes to.
It was written in AS2.0, but I would like to implement some new AS3.0 classes.
Is there any way to convert this file to an AS3.0 file? I'd really like to avoid re-creating the entire .fla.

Thanks in advance for any thoughts!

Converting An AS2.0 File To AS3.0?
Hey everyone,

I have a CS3 file that was given to me to make some changes to.
It was written in AS2.0, but I would like to implement some new AS3.0 classes.
Is there any way to convert this file to an AS3.0 file? I'd really like to avoid re-creating the entire .fla.

Thanks in advance for any thoughts!

Help Converting File
I hope I can get some help here.

In a nutshell, I've made a 15-minute flash video for a friend's wedding. Basically it's a glorified slideshow, but several people asked for a copy. I'd like to provide copies as DVDs people can just stick in and play, particularly since many of them are blue-haired great aunts that won't necessarily have the latest and greatest computers, or any computer for that matter.

Does anyone out there have an angle on how to convert a Flash video into a straightforward movie format? I'm not a developer, so basically, I'm looking to pay someone to just take care of it for me.

Any leads would be greatly appreciated.

Thanks!

Help Converting A Flash 9 File To Flash 8
Would anyone be willing to convert a flash 9 file to flash 8 for me? It's found at: http://www.flashandmath.com/intermed...uiz/index.html

It's in the zip file called radioButtonQuiz. It would be greatly appreciated!

Converting .txt File To Array
Hi,

I have a text file, which has large arrays in it of this format,

&Array1 = [2, 2, 2, 2, 2, 2, 2, 2, 2, etc etc etc ];
&Array2 = [2, 2, 2, 2, 2, 2, 2, 2, 2, etc etc etc ];

I need these loaded in at the begining of my movie (before any other actionscript can run), and converted to arrays in my Flash movie. When I do loadvariables, it just loads the text file in as a string, but I need it as a array.

How would I do that?

thanks for any help.

phil.

Converting SWF To Gif Animation File
Is that possible? I notice that under "Publish", it gives me the option to publish the file to Gif, but it only shows up the background image. Please help.

Converting To QuickTime File
Hello
I have a problem converting Flash 8 movie to Quick Time movie
I am using Export Movie command: selecting Quick Time file type, choosing needed options (kipping file flatten), setting Flash version to Flash Player 5, as asked.
I have a .mov file as a result, but it plays only in my computer; if I send this file to somebody else via email, it does not work anymore.
I tried to publish the movie as QuickTime – still the same result.
The size of that .mov file is equal to the size of the original .fla file, which is not right at all.
I remember, when I had Flash 5, there were no problems converting Flash movies to QuickTime movies, but now I spoke with several people, it seems like everybody have the same problem.
I would very appreciate, if somebody could help me
Thank you

Converting A MX 2004 File To MX
Hi,
I've been having trouble converting a .fla file from MX 2004 to MX.
I tried Save As Flash MX Document but when I openned it with MX it gave an error, Unexpected File Format.
I searched the forums but didn't have much success.
Does anyone know how can I convert it?
My main traget is to use Symbols I've created, I do have AS code but it's less important.
Thanks!

Converting An .fla File Into A Scene?
Hi there,

I hoping this is possible. I have a flash file I want to convert into a scene in a different fla file. Is there an easy way to do this?

WMV File Not Converting To FLV Properly
I am trying to use the Flash Video Encoder to convert a WMV file that a client provided to me into an FLV file. The audio works fine in the FLV, but the image stays stuck on the first frame through the whole movie.

This file needs to be uploaded by tomorrow. I've tried compressing with about 6 different compression settings (both in Sorenson and the newer On2 VP6 codecs).

I'm about to rip my hair out.

I even downloaded a trial version of Adobe Premiere Pro CS3 to export it and it's taking an hour to do so. My suspision is that it wont work in there either.





























Edited: 09/08/2007 at 08:51:28 PM by ThinkSeed

Automatic Update In Flash File(.swf File) When There Is Any Change In A .txt File
i have a site(intra) in my college for displaying notices.the clerk is completely ignorant of flash.he knows how to type the text in notepad.so whenever he changes the .txt file it should get updated in the flashfile automatically.

so anybody please help me in solving this problem..

kiran

[Edited by kiranwizz on 04-16-2002 at 05:25 PM]

Anyone Go Back And Try To Update A Flash 6 File To Flash 8?
Hi all,

I have an old project I did 2 years ago that was done in flash 6 ActionScript 1. I have a new project that I want to add the same functionality into. Basically I have an xml file that loads images and various text information into movie clips. I tried the simple way of just publishing in flash 8 (keeping my fingers crossed). But of course that didn't work and I got a few undefined values in the file.

General question I guess but is there any effective to find out what is causing the incompatibility?

Converting A Simple AS2 File To AS3. Pic Loop Bar.
Hi everyone. I'm no expert on Actionscript 3.0. I'm wondering if someone had a suggestion on how to fix my AS3 code.

Here's the AS2 loop picture bar code. Works perfect.


_root.pics.onEnterFrame=function(){
_root.pics._x+=(86-_root._xmouse)/33.3;

if(this._x>0){
this._x=-300;
}
if(this._x<-300){
this._x=0;
}
}


Then I was trying to update to AS3. There's something obvious I'm missing, no?

pics.addEventListener(Event.ENTER_FRAME, onEnterFrame);

pics.x+=(86-mouseX)/33.3;

if(this.x>0){
this.x=-300;
}
if(this.x<-300){
this.x=0;
}


thanks kindly for any suggestions!

Converting Video File In FLV In Runtime
Hi,
I am working on a site where user can upload his video files like mpeg,avi,mov etc and i have to display that file in flash in FLV format so that its size will be minimum.
Is it possible ?
thanks for any help.

I Imported A Raw Fireworks Png File And Now Flash Is Auto Converting Every Thing I Draw Into A "Drawing Object"
I imported a raw fireworks png file and now Flash is auto converting every thing I draw into a "Drawing Object" How do I get rid of it? Please help!

Converting An Number In A Text File To A Variable
I'm tried this a hundred ways, and can't seem to get it to work. I'm trying to get my flash file to read a number from an external text file (in form: &var0100=4&) and have the flash file go to a specific frame number based on this variable. This code works if I import it into a text file, but I can't get it to take what's in the text file and convert it to a variable. Here's my following code:


totalprojects = new LoadVars();
totalprojects.load("rmptext.txt");
totalprojects.onLoad = function(right) {
if (right) {
trace("done loading");
total.Number = this.var0100
if (Number(total) < 5) {
projectmovie.gotoAndStop(2);
}
else {
projectmovie.gotoAndStop(3);
}
}
else {
trace("not loaded");
}
};
stop();

Converting A Slide Show Into A Movie File
How can I take a slide show (with several frames) and convert it into a movie?

Importing Strings Into A Text File And Converting Them In The Movie For Use.
I have a text file, in that text file there are several strings that look like this.

&&S1=[room,250,1]&&
&&S2=[room,252,1]&&
&&totalRooms =2&&

Any they go on like that. Now what I am wanting to do is to load this text file and convert the strings into items that can be used in the movie.

The code I have tried using for this is

code:
function buildInfo() {
for (i=1; i<=totalrooms; ++i) {
foo = "T"+i;
foo2 = "S" + i;
foo = foo2.split(",");
trace("foo:"+foo[0]);
}
}


Now I was expecting this to make the S1 into T1 with the information from text file. This is not working, when I run the movie the trace("foo:"+foo[0]); returns the actual name of the S1 file and that is it. I am just not sure what I am doing wrong. Thank you for any help. I f I have not made myself clear enough, please let me know.

Converting After Effects Scene To Swf FILE SIZE Question
I have created an introduction for a website and exported it from After Effects at 640 x 480 into Quicktime. The clip is 10 secs long and renders out to 14 megs. I have Sorenson Squeezed it 780 KBs.

Is this a good size? Or should I try another route? Is so which one?

What is a good standard file size for the web?

Can I Get Back My FLA File If I Have SWF?
can i get back a FLA file if i just have the SWF?
can i restore back my FLA?

Retriveing Date Variables From Text File/ Converting Strings To Dates
Hi,

I'm trying to read date variables from an external text file. I'm using the LoadVars method and it is working fine for regular string variables. I'm running into trouble trying to convert some of those strings into date variables so I can compare the current date to the targetDateX variable from the text file. I'm working on a countdown timer for a list of different times/dates. It will display the time left until the first event, then after that event the time left until the second event. I'm running the code in a for loop and everything is working except being able to convert the string with format (yyyy,mm,dd,hh,mm) into a date variable- I've attached a sample of where I'm having trouble.

Thanks in advance for any help! :)







Attach Code

var targetDateX:String = "targetDate" + i;
//sets a variable targetDateX equal to the variable targetDate(i) so that you can read it from the text file
var targetDateA:Date = new Date (this[targetDateX]);
//attempting to set it into a date format
trace (this[targetDateX]);
//returns the variable stored with the name targetDate(i) in the text file
trace (targetDateA);
// returns 'Invalid Date'

























Edited: 11/09/2008 at 12:45:04 PM by wyattr1

Changing A SWF File Back To An FLA
This is my problem ....

My computer completely crashed and I lost a few things. I saved most of my work but there are a few recent changes and additions to some of my flash version sites that I will lose.

I was wondering if I could change a SWF file back to a FLA file since I can access the new version of the SWF on the server and download it....

This would save me about a week's worth of work ....


I have been told their was a company that made software for just this thing. Anyone know the name or the website ?

Thanks in advance...

Please let me know as soon as possible

Dave Bishop

Help With Saving To .txt File And Calling It Back
I am having problems saving text entered in an input text field to a .txt file on my comp and then calling that file back into flash. I am trying to create a textbook that u read in flash and next to the pages a spot where u can type in notes from the text and save it and then bring it back whenever u need to. Does anyone know an easy way or hard (doesnt matter) to do this? I heard using a database would be better for what i am trying to do but i thought id throw it up here and see what u all can help me with. THanks

How To Move SWF File To Back On HTML ?
I have a swf on a page and over that i have some javascript menus (these menus drops down and expands on mouseover).. but after placing the swf file, and when i mouseover on the javascript menus, the menus expands but HIDES BEHIND the flash file !!??!!

Is there a solution for this.. should i include any actionscript on the flash file..?!

PLEASE HELP...

Thanks in advance..

Get Back Sound File From Library
Hi,

I have imported a sound file into library by using :

file-import-import to library

I dont have the original sound file with me. Can I get the sound file back from the library?

thanks

Writing Back To An Imported Xml File
Dear every1, i am having a bit of a problem. Im an actionscript amateur so my knowledge is limited.

I have imported an xml file into my flash program with the xml_conn.trigger(); command. which is shown below.

<node label="car">
<node label="car size" feedback=""/>
<node label="car shape" feedback=""/>
<node label="car colour" feedback=""/>
</node>

I am able to write a comment in a text area (instance name: "txtArea"). And press the "submit" button to attach that comment to the relevant node using the actionscript code below:

feedback.onRelease=function () {

//listener object for tree
var lo:Object = new Object();//a object called "lo" is created.
lo.change = function(evtObj:Object):Void {
var itm:Object = tree.getSelectedItem();
if(itm.savedComment != undefined)
comment.text = itm.savedComment;
else
comment.text = "";
}
tree.addEventListener("change",lo);


//listener object for submit button
var lo2:Object = new Object();
lo2.click = function(evtObj:Object):Void{
var itm:Object = tree.getSelectedItem();
itm.savedComment = comment.text;
}
addCommentbtn.addEventListener("click",lo2);


};

All i need now is for the comment added to be saved into the xml file. Possible in the "feedback" area in the xml file. So that next time i run the flash program the originally added comment is saved within and shows up when i click on that node.

At the present moment when i click on the node and attach a comment, the comment is not displayed if i exit the swf. file and re-enter. Really need help with this as i want my comment to be displayed even after i have exited and re-entered the swf. file

However i have no idea how to use this. really stuck any help is much appreciated.
TextText

Writing Back To An Imported Xml File
hi every1.

Just an update to an already posted problem (original msg supplied below.)

is it possible to solve the below problem with php namely .........LoadVars.sendAndLoad?

Again any help greatly appreciated!!


=================================================================================
Dear every1, i am having a bit of a problem. Im an actionscript amateur so my knowledge is limited.

I have imported an xml file into my flash program with the xml_conn.trigger(); command. which is shown below.

<node label="car">
<node label="car size" feedback=""/>
<node label="car shape" feedback=""/>
<node label="car colour" feedback=""/>
</node>

I am able to write a comment in a text area (instance name: "txtArea"). And press the "submit" button to attach that comment to the relevant node using the actionscript code below:

feedback.onRelease=function () {

//listener object for tree
var lo:Object = new Object();//a object called "lo" is created.
lo.change = function(evtObj:Object):Void {
var itm:Object = tree.getSelectedItem();
if(itm.savedComment != undefined)
comment.text = itm.savedComment;
else
comment.text = "";
}
tree.addEventListener("change",lo);


//listener object for submit button
var lo2:Object = new Object();
lo2.click = function(evtObj:Object):Void{
var itm:Object = tree.getSelectedItem();
itm.savedComment = comment.text;
}
addCommentbtn.addEventListener("click",lo2);


};

All i need now is for the comment added to be saved into the xml file. Possible in the "feedback" area in the xml file. So that next time i run the flash program the originally added comment is saved within and shows up when i click on that node.

At the present moment when i click on the node and attach a comment, the comment is not displayed if i exit the swf. file and re-enter. Really need help with this as i want my comment to be displayed even after i have exited and re-entered the swf. file

However i have no idea how to use this. really stuck any help is much appreciated.

Can U Convert An Exe Back To Its Original File Format
is there a way you can reconvert a exe file back into a .fla or .swf file? i do not have the original file format only the exe.
ta very much

SWF File Skips/Jumps Back To Beginning
I have serveral swf files that I generated with video in them. Nothing to major but still 7 or 8 megs. These will be imported into a projector and packaged on cd. The problem is that sometimes the swf will play partially through and then jump back and play from the beginning. Then it might continue to play from the beginning get maybe 2/3 of the way through and then jump back again. Finally it might play from beginning to end. Any ideas?

Would a preloader fix this? I thought that it would play regardless; that it would just play poorly, not jump to the beginning. Thanks to all!

Copyright © 2005-08 www.BigResource.com, All rights reserved