2004 Flash .SWF no longer working

This flash file was made many years ago around 2004. It worked fine at the time. Lost the .fla when hard drive crashed but recovered the .swf file from the internet's WayBack Machine. It plays fine on the Wayback Machine's website. Recaptured the .fla using Sothink Extractor but I can't get it to work now.

Maybe it's outdated but can't afford to upgrade. I still have Flash MX 2004.

This is the way it was set up. I have a movie clip labeled Speaker. (Tried calling it a button but that didn't work either)

You click on the speaker and it goes to a labeled frame on the timeline and plays a lip synced message:

Here is the action script located in frame 1.

stop ();
speaker.onPress = function ()
{
gotoAndPlay(start_richard);
};

I have a frame on the timeline labeled start_richard. Yet if I click on the speaker nothing happens. Don't know why. Obviously, the coding is old but as mentioned is still play fine on Wayback Machine's website.

链接地址: http://www.djcxy.com/p/17816.html

上一篇: 从闪光灯使用Adobe CS4语音分析

下一篇: 2004年Flash .SWF不再有效