0

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 text) in the code and then rebuild the .swf file. Can you please tell me how I can do that? I am not a flash/flex developer. I am a Java developer and looking for some guidance on the software I should download and how to compile/build.

Link to Piecemaker software: http://bit.ly/Piecemaker2

Thanks.

M99
  • 1,859
  • 10
  • 28
  • 50

1 Answers1

2

Open the fla file in Flash Authoring environment, change the things you want to change (F9 shows code window, look for frames in the timeline that contain code) and re-publish the file.

If this does not answer the question, please give a few more details of what you want to do or where you stuck.

rene_buehling
  • 728
  • 8
  • 18
  • Can you please name one of the flash authoring tools (even if its a Trail copy that's fine). Thank you. – M99 Mar 25 '11 at 18:07
  • Also, as an FYI, if you don't have the Flash Pro IDE, Adobe offers a 60-day trial of it on their site. Works great for quick needs like this. – jpea Mar 25 '11 at 18:08
  • Thanks. The file is really big. I will download and try it. – M99 Mar 25 '11 at 18:12