I’ve always used this method to pass a var from one swf to another.
_root.placeholder.loadMovie (“assets/images/1005/1005.swf?variable=4”);
So this passes var variable from the main movie to 1005.swf which is loaded into placeholder. Now, this used to work in previous versions of flash but in version I see an error complaining that the main movie (with placeholder) can’t find 1005.swf. If I remove ?variable=4 it find the movie ok but of course no vars get passed.
Can anyone help with this? Is this even do-able in 8?
Sarah