Hi, I was wondering if there is a way to convert a flash web site to make it editable, I also have the Photoshop file that it was made from but, I don't know how to edit the text or anything else.

Thanks,

P.S. If this is possiable I can link the sample templete if needed

Dani AI

Generated

Since located the original .fla, making the site editable is far simpler than working from a compiled SWF. correctly noted that decompilers exist, but recovered FLAs are often messy and ActionScript can come back broken or obfuscated. Also note that Flash Player was officially retired at the end of 2020 and browsers no longer run SWFs, so any long‑term plan should include a migration path off Flash.

Practical workflow to edit the .fla (clean, repeatable steps):

  • Make full backups of the FLA plus its entire assets/publish folder before touching anything.
  • Open the FLA in a matching Flash/Animate build. Use the Library to find symbols, double‑click to enter symbol edit mode, and inspect instances with the Properties panel.
  • Identify text fields: Static vs Dynamic vs Input. Static fields can be edited directly; dynamic fields are set at runtime by ActionScript or external files. To make content directly editable in the timeline, convert dynamic fields to static or remove/modify the ActionScript that overwrites them.
  • If text is set by code, search frames and movieclips with the Actions panel (F9) for instance names. A simple AS3 assignment looks like myTextField.text = "New value"; — instance names must match.
  • Embed fonts when needed (Character/Embed) so text renders correctly after republishing.

Troubleshooting and gotchas:

  • Infinite loops commonly come from gotoAndPlay loops, recursive event handlers, while(true) or setInterval misuse. Temporarily add stop(); on the root timeline or comment suspicious code to isolate the problem.
  • Decompiled FLAs often use cryptic symbol names and flattened artwork; expect manual cleanup (rename symbols, rebuild confused tweens).
  • Pay attention to ActionScript versions (AS2 vs AS3). Mismatches will break code and require porting or the correct player settings.

For future maintenance, convert interactive pieces to HTML5/JS or rebuild templates that load editable content (XML/JSON/CMS). For learning ActionScript, a classic reference is "Essential ActionScript 3.0" by Colin Moock.

Recommended Answers

All 7 Replies

Member Avatar for Member #334542

So many softwares are avaible to make a flash website or flash oriented works to editable by using a tool called decompiler. You can download their trail versions and if you satisfy with that, then you can purchase. one of tool is: Sothink Decompiler. Google it and check for other tools too.

Thank you for your help. With Sothink Decompiler is there a way to convert everything back into Flash again? I decompiled the web site from the published_final file.

So many softwares are avaible to make a flash website or flash oriented works to editable by using a tool called decompiler. You can download their trail versions and if you satisfy with that, then you can purchase. one of tool is: Sothink Decompiler. Google it and check for other tools too.

Member Avatar for Member #334542

Yes, but with some restrictions. If you using trial version then it will convert the interface design and timeline functions for you and not display some of the actionscript written in the swf file. If you purchased then you have all the options and change as per your convinient. Anyway not 100% sure about everything if you publishing. Becoz it is only the decompiler you should also know flash to edit some of the timeline funcitons. Otherwise it is good.

hi, yea your right u have to adjust some stuff. Since I was in an infinate loop :( But, I found the .fla file to the web site and was able to figure some things out on how to edit the graphics, at this moment actionscript is out of my scope I'm still searching for a good book that is able to show you how to create a Flash web site from scratch. At the moment just messing around with the templates. :)

Yes, but with some restrictions. If you using trial version then it will convert the interface design and timeline functions for you and not display some of the actionscript written in the swf file. If you purchased then you have all the options and change as per your convinient. Anyway not 100% sure about everything if you publishing. Becoz it is only the decompiler you should also know flash to edit some of the timeline funcitons. Otherwise it is good.

Member Avatar for Member #334542

COOL! Go to the follwing link and know how to create a flash website from the scractch.
http://www.vineyardesigns.com/tutori...document.shtml
Hope this solve!

Thank you But the links are broken says the page couldn't be found on both links.

COOL! Go to the follwing link and know how to create a flash website from the scractch.
http://www.vineyardesigns.com/tutori...document.shtml
Hope this solve!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.