The simplest of things can be so much fun.
Like changing the background color of a website when you change pages in a flash document. How you do this is quite simple. You just call a pice of JavaScript from Flash, like this:
- getURL("js:method(params)", "_self");
An example of this: http://vwg.net/test/su/
note: replace “js” above with “javascript”, somehow wordpress isn’t happy with me using that word… 😉