Hi Flash guys
This time I want to show some good stuff that many people asked me about.
The first part is a problem when you want to create a website in Flash CS3 where the first file - index.fla is like a big world view with buttons. These buttons should load in new main areas that takes over the screen. Then you should be able to go back to index page and show other areas. More or less like a game interface or a world / country viewer.
So from the first page you load in other swf and send them a link to your class. They can then call back to public functions. Simple, but also difficult :-)
The next problem is preloading in AS3. Simple is the normal preloading, but of course funny to create. More interesting is when you want to preload many movies in and in the end show one of them. The counter must take into account all of the clips. And then you can show the other movies when you want to from an array. Because they are all preloaded.
http://www.digimobile.dk/download/world_experience.zipWell enjoy.
fh