Archive for March, 2009

AS3: Loading external SWF and calling its functions

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:

Combining 2 tables with Google Docs Spreadsheets VLOOKUP

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.

Read more

Return top