Hi
I'm creating a sliding content movie - and am having problems loading an external movie into a movie holder in the sliding content - and then getting scroll buttons contained within the external movie to work when loaded up and live.
You can see both movies here:
http://www.detkendesign.com/index2.php
#1
The external movie (approach.swf) loads fine within Flash (ctrl / enter) but not when live and loaded up.
A menu button calls the external movie to be loaded into a movie holder with an instance name (approach_mc):
_root.approach.onRelease = function() {
endX = 0;
endY = -1020;
loadMovie("approach.swf","approach_mc");
};
The movie holder is contained within 2 sub movies - as is the menu.
On the host directory - both the main movie and the external movie are contained within the same sub folder.
Is this an issue of file paths? It seems strange that the external movie loads fine in Flash but not when live. Grateful for any suggestions on this.
#2
Secondly, a scroll function contained within the external movie is not functioning when loaded into the host 'mother' swf within Flash (ctrl / enter) - but works fine when loaded up as a standalone movie (see
http://www.detkendesign.com/index2.php)
Any suggestions for this is - and a fix?
Grateful for any help / input into these 2 problems
Many thanx
Dirk