Hi,
Im a bit confused about the adressing of .swf-files loaded into levels of another .swf-file.
The adressing seem to be absolute, ie. if a sub.swf (which is loaded into a super.swf from another location) uses some sort of adressing (for instance, loading an image), that adress must include the path from the super.swf.
Cant you change that somehow, so that sub.swf’s can adress other stuff relatively to its own adress?
Can you do that globally (so that relative adressing is used by every .swf)?
Can you set it individually, so that adressing is relative only from the specified swf’s?
Thanks