ActionScript 3.0 :: Edit This Swf File / Make Fla From It?
Dec 21, 2009I tried with sothink but I get error on compiling.I need to change text and size in it..
View 9 RepliesI tried with sothink but I get error on compiling.I need to change text and size in it..
View 9 RepliesI tried hard to do this myself, but it isn't working. I would like to offer $20 to anyone who can decompile this flash program, edit the actionscript to load an xml settings file from URL (instead of loading the one compiled with the program), and package it up for me. My main problem is that it doesn't decompile in a way that runs when recompiled with the programs I use.[code]...
View 2 RepliesI'm actually relatively new to flash and actionscript but I could say I have fair knowledge about them. So anyway, I usually build flash websites the traditional way using timeline animation and scripting. Today I had a job interview and they said they're looking for someone who can develop any web design into a Flash CMS with a back-end office for the client to edit the content without having to edit the FLA file or any code.
Accordingly, I'd like to know where and how to start. What are the main concepts I should follow/adapt?
I know this is a tutorial on this site but I'm having trouble finding it, and its been a while so I can't remember exactly how to do it. I just need to make a dynamic text field that you can edit via text file.
View 12 RepliesI know this is a tutorial on this site but I'm having trouble finding it, and its been a while so I can't remember exactly how to do it. I just need to make a dynamic text field that you can edit via text file.
View 12 RepliesHow 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 [URL]
I'm just starting to work with XML files in Flash and it's been pretty easy so far. I was just wondering if it's possible to edit the XML file from inside an SWF (or Flash EXE).
View 3 Repliesedit a flash menu to make it loop.
View 1 RepliesIs it possible to edit an SWF file? I'm making a change to a clients webpage but they claim they don't have the orginal .FLA file. Is it possible to edit an .SWF or even unpackage it to an .FLA?
View 2 RepliesI've recently upgraded to CS4 and the latest version of Flash - I was wondering if it's posssible to open SWF's as .fla files? I'm a complete Novice in Flash even though I've worked as designer over 10 years.
View 7 RepliesI am wondering the capabilities of the SWF Format. I have some text in a Flash Video, which is an email address (xyz@somewhere.com) which I would like to write a C# application to edit. I have the SWF File Format Spec and was wondering if the following is possible: If I read in the Tag (I am assuming this text is stored as a Static Text Tag, correct me if I am wrong). Once I found the correct tag for my text I then change the value in the tag and save the SWF file.
View 1 RepliesI was wondering if it was possible to edit an xml on the server side from a web based flex application. When you use XML files in a Flex application and then compile it to upload it in the server, Flex Buidler generates a swf file with the xml data embedded. How should I do to have access to those XML files?
View 2 RepliesMy web designer is no longer working and has left me with a flash file which would benefit from a small edit
The file is made up of a banner which rotates between 3 images. I'd dearly like each of the images to become a link to html files already uploaded to server
The banner can be seen at self catering accommodation belfast dot com
Is it possible to request this on the forum please?
About 10 days ago I purchased a flash template for my photography business. At the time I knew zilch about flash and actionscript, so I wasn't totally aware of what to look for before purchasing it.My problem with the site is that scrolling is terrible, especially on smaller screens. My monitor is 28inches so all the pictures layout fine without having to scroll at all, but then my friends with smaller monitors told me about the scrolling problem, how it just goes straight to the bottom then snaps back to the top. My file directory has a ton of .as files, and I've looked through some of them, and even deleted some from the file directory just to see if it'd have an effect on the website. The ones I temporarily deleted, changed nothing to the performance of the website.
Then I saw that they did not provide me with the main.fla file, only the main.swf file. So, is the scroll behavior that I want to change contained within that main.fla file? Making it impossible for me to try and fix it since I don't have the main.fla file? Is that what controls all the .as files or something? Sorry for my ignorance, but web development is not my area of expertise, hence my reasons for buying a template
with the option to modify or edit a .swf file?
View 3 RepliesI am a Java programmer and I can read and edit most anything I get my hands on. I don't work much with flash and when I do there is no reason to look at any sort of source.I received a file from someone to add to a project and the instructions were to open the .fla in CS5 and edit certain lines to pioint to directories . The file is and interactive app type.I have tried doing this but I am at a loss. I had thought that I would just be able to view some source in the file and edit those lines and export the ,swf, but I can see nothing like that.
View 3 RepliesI'm trying to edit a .fla file. It's actually a flash game, a dating sim game to be specific. Now, the game has dialogues where you have to press a "next button" so that the next dialogue will appear, but I've noticed that all the dialogues are gone, they're not appearing at all. It's just a blank space. At the same time, the game has dynamic texts like money, energy and name of the player but likewise it's just an empty space. I've noticed that when I exported the game as swf. The text appears but it's distorted. For example the dialogue "Where am I" would appear as "a aa ii". I've also noticed that when I opened the .fla, it says that there are fonts missing.. I dont know if that has something to do with this..
View 3 RepliesWhat I mean is that several jpg file will be sent to the server and replace the images that embedded in the file and a exe file will be created from the new file.
I know that I can keep the jpg outside the file and just call them dynamically but I just need to use them in that way.
Is there a way to create a flash file on the fly by a script?
i have a player which is of swf file. I need to edit it to remove user defined conextmenu.( when i right click its showing one name, i need to remove that)
how i can edit swf file in flash. when i open swf file in flash am unable to edit anything.
u can see the flash player here [URL]
how to replace and edit values in an xml file with c#. The question got a great answer. Now I wonder how to do this in Actionscript and if there is an as simple way as in c#.
The question can be found here: [URL]
many times I've been looking for software that can open files that were protected, but the same result ..
[URL]
I will have a SWF embedded on my site that will allow a windows user to change the 'hosts' file by clicking a button?
View 3 RepliesI got some questions concerning .flv-files.
1. how do I edit an flv file?
2. how do I save a video as an flv?
I'm trying to edit some flash to make an external javascript function call, but with no success. Here's my actionscript 2.0 code:
[Code]....
I've seen lots of examples and I'm mainly confused about the use of ExternalInterface.addCallback. I don't need the javascript to return anything to flash, so is this necessary? For whatever reason, I never see the alert. Does anyone see any problems in my code? Is there some ExternalInterface library I don't have? Also, what's the BEST way to use ExternalInterface (ie; error checking, etc.)
I want to edit xml file on run time dynamically using AS3 if it possible send the tutorials links or sample script.
View 1 RepliesIs there some way to edit/crop a flv file and save it as a new flv with as3?
Lets say that I record my webcam to fms, access it and see that I would like the first 10 seconds to be deleted. Can I possibly do that with code?
I'm using an open-source Flash mp3 player. In comes in two swf versions. One plays a list of songs and displays the album cover(s). The other version just plays one song. The problem is that the single-song version loads some default text that I want to change (I was able to do this in the other version via the external playlist file). I'm a Flash newbie, and when I open the fla file the player's author provides, I can't find where this default text is located. (The playlist version works fine; its default text relates to what the user will get when they click on the file titles.)
Playlist version that works OK - [URL]
Single song version with wrong default text - [URL]
I would like to know if it's possible to edit a file from within the browser. I know where the file is and I know its format. I would like to some HTML5 and JavaScript but have little luck so don't mind using Flash or Java.
The file I would like to edit is the hosts file. C:WINDOWSsystem32driversetchosts on Windows XP.
This is mostly for test run of a new breed of AdBlocking so would like to give my browser and the best chance of working. I have Google Chrome Dev opened as ROOT, running on Windows XP.
I'm building an AIR app using Actionscript and I want to programmatically insert a piece of text into a .webarchive file. The problem is that every time I insert the text, the file somehow gets corrupted. The code I'm using looks like this:
[Code]...
I'm guessing the problem has to do with the encoding of the .webarchive file.
I have one swf file, it is JW Player plugin. It have one actionscript file in which is whole plugin code, and rest of files are jwplayer api files. So i need to open that file (where whole plugin code is) and edit few lines. But there is a problem, because when i try to decompile file with sothink swf decompiler (and few others) - to convert it to .FLA, decompiles simply crashes. It is because of some file from jwplayer api library. So, next thing i tried is to edit via HEX (because there is not much to be edited), but i couldn't find what i needed. So what i need is - is there any way or not? If yes, which program can be used for this?
View 2 Replies