Expecting identifier

guys i downloaded a swf file by name 34057.swf & decompile it for source file with sothink.

But when i run source file. it show Compiler error.

description
1084:Syntax error expecting identifier before 34057

Source
package 34057_fla

This is the code

package 34057_fla
{
import flash.display.;
import flash.media.
;

dynamic public class BigImagesAnim_39 extends MovieClip
{
    public var sound:Sound;
    public var bigImages_bg:MovieClip;
    public var bigImages:MovieClip;

    public function BigImagesAnim_39()
    {
        addFrameScript(99, frame100, 101, frame102);
        return;
    }// end function

    function frame102()
    {
        sound = new chame();
        if (sound)
        {
            sound.play(0, 0, new SoundTransform(0.5));
        }
        gotoAndStop("s1");
        return;
    }// end function

    function frame100()
    {
        stop();
        return;
    }// end function

}

}

can you help me for this template. I need help badly.