SuperDMon
01-20-2003, 07:28 PM
Forum Members,
I've read the tutorials on pathing and I'm still at a loss as to how I fix my current situation. I have two flash movies, structure.swf and contact.swf Contact Loads into structure.swf which is the main timeline.
contact.swf has a bunch of action script functions that allow someone to fill out a contact form (i.e. name, email, message, etc) and it works just fine by itself.
I load the swf into a movieClip called empty like so:
loadMovie(_global.navpoint, "_root.empty");
_global.navpoint is just a global variable that contains the name of the movie, in this case it is set like so:
_global.navpoint="contact.swf";
After I load contact.swf all my text boxes are missing and my buttons have no names on them, etc.. this happens with any .swf file I load.
Like I said before, I'm pretty sure It's a pathing problem.. does this require me to modify my included movie, or the main movie, or both?? Any help would be greatly appreciated!
Charles
I've read the tutorials on pathing and I'm still at a loss as to how I fix my current situation. I have two flash movies, structure.swf and contact.swf Contact Loads into structure.swf which is the main timeline.
contact.swf has a bunch of action script functions that allow someone to fill out a contact form (i.e. name, email, message, etc) and it works just fine by itself.
I load the swf into a movieClip called empty like so:
loadMovie(_global.navpoint, "_root.empty");
_global.navpoint is just a global variable that contains the name of the movie, in this case it is set like so:
_global.navpoint="contact.swf";
After I load contact.swf all my text boxes are missing and my buttons have no names on them, etc.. this happens with any .swf file I load.
Like I said before, I'm pretty sure It's a pathing problem.. does this require me to modify my included movie, or the main movie, or both?? Any help would be greatly appreciated!
Charles