Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

load movie help!

Status
Not open for further replies.

mmaleh

IS-IT--Management
Jun 18, 2003
67
US
hello all,
I am loading a swf file into a flash movie but for some reason if I load it into a target movie using _root.pholder (pholder being my instance name) part of the movie does not load. but if I load the same movie into a level the whole thing is visiable. whats the deal?
-marc
ps. I have an example file located here:
 
I just added the keyword this to your loadMovie command and it loads now

I noticed you have the mc pholder in both details and test.

on (release) {
if(pholder != undefined){
trace("loading detail.swf");
this.loadMovie("detail.swf", pholder);
}else{
trace("pholder is undefined");
}
}


Thanks
Pat
ideas@microwebber.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top