-
Looking for Examples
So i'm having a ton of problems on this project im working on, and i'm wondering if i'm even approaching it correctly.
I want to have 1 Main swf file, load 3 different zones of data.
Top level will be 1 navigation. Middle level will be a content, and the bottom one will be a subnav.
Contentwill load 2 sub swfs, an ImageRotator, and a TextZone.
ImageRotatorwill load 4 animated swfs, and be controlled by an arrowNavbar. each content section will change the ImageRotator, and its assosciated TextZone
Subnavwill have 3 buttons that mimic the functionality that the arrow navigation provides.
Does anyone have any project that i might be able to look through, and see how the code works? The reason i want all the content to be individual swfs, is so we can write a small CMS and rapidly add / change content.
Sadly, i'm a greenling when it comes to AS3, and i'm getting really really frustrated.
-
Should i focus on mapping LocalConnection classes to control all of these with ad//remove child? any advice?
-
You don't have to use Localconnection. You can directly communicate with a movie once loaded and vice versa.
Here is an example:
http://www.flashscript.biz/flashas3/...erClass_5.html