How to Include Array data inside SWF?

At the beginning of my Flash game, I do some fairly heavy-duty calculations to figure out path-finding and visibility and that sort of thing. The result of the calculations are a few large Arrays and a Tree datastructure. It takes about 10 seconds on my computer.
Is there a way I can do this calculation once and for all, and then just package up the final datastructures right in the the SWF, so that no one ever has to do the calculations again?