Hi.
I’ve got a little problem with the captions tutorial. Look here: http://bohner.asdf.pl/projects/mikolajki/eng_index2.htm
The page is build that the index file has everything except the picture galleries, and all of the sub pages (Info, Location, Prices, House). Those are loaded into the index by getURL(".swf", “_levelx”); and are loaded/unloaded by, for ex:
(The ‘Info’ menu item)
on(release) {
getURL("", “_level2”);
getURL(“eng_loader_info.swf”, “_level2”);
}
Caption1 - the one that is over the next/previous buttons, is nested in the loaded gallery.swf
Caption2 - over the stamp is nested in the index file.
For some reason a few second into the swf, the captions in the gallery stop floating correctly. And the captions set in the index file (over the stamp) get screwed up too. I think that it’s the fault of pathing, or/and not propper unloading the fla’s.
If anyone would like to help me and see the source files, please say so, and I’ll send you the link.
But any help is welcome, thanks!