|
Home
Actions Using
External Scripts If you have code
which you use repeatedly across multiple files, you can save time by writing it
once and using the include action. This action is also very useful when
working as part of a team or on large projects, as large amounts of scripting
in the Actions Panel can reduce Flash's performance (at edit time).
You can write your
script in the Flash Actions window. Choose the Export As File option. This will
assign the .as extension. To include the code in your external source
file use:
#include "myscript.as"
Note that the include
action takes place at publish time so if you change the
contents of your .as file you must republish the SWF for the changes to take
effect. This means you don't need to upload your .as file to your web server
for the SWF to work. Also note you may not have comments or a semicolon on the
same line as an include command.
Home
We are listed in
Localco.com |