AS3: Loading external SWF and calling its functions
- March 18th, 2009
- Write comment
I’ve had some trouble with loading an external SWF file and then calling the functions of that SWF file. It works like so:
Main swf code:

Sub swf code:

Archive for March, 2009
I’ve had some trouble with loading an external SWF file and then calling the functions of that SWF file. It works like so:
Main swf code:

Sub swf code:

Let’s say we have 2 tables that we want to combine:

In both tables, we have Personal nr. and we want to add the data from the second table to the data from the first table.
For this we will use VLOOKUP.