How to compile .Fla and .as files
I have downloaded开发者_JS百科 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.
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.
精彩评论