Multiple choice technology web technology

What will happen if I delete ".as" file after publishing

  1. Swf will run perfectly

  2. Swf will not run

  3. Swf will run but with an error

  4. Flash will generate a new .as file

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

When you publish a Flash movie, the ActionScript code (.as files) is compiled into the SWF file. The SWF is a standalone file that contains all necessary bytecode and assets, so it runs perfectly without the original .as files. The source files are only needed during development and for recompilation if you want to make changes.