**flash help **
- Started
- Last post
- 8 Responses
- Dcsign
I am trying to preload an external swf into a movieclip on the main swf file but the preload code which i have put on the external swf is not working...
has anyone else had this problem.. ?? why does that happen??
- ozhanlion0
how do u call the external swf? and what is your preloader code in yer external swf?
How do u expect it to preload itself as it hasn't been loaded.. show us yer code. it seems like a plus scoping issue to me.
- Dcsign0
the external movie is loaded into an empty movieclip via a button:
on (release) {
if(this.pageturn == Number(this.pageturn)){
loadMovieNum("pageflip.swf",this...
} else {
this.pageturn.loadMovie("pagefli...
}
gotoAndPlay(2);}
....and the external movie has in it a simple if loaded then go to play actionscript....
- ozhanlion0
trace(this.pageturn)
?
- Dcsign0
trace(this.pageturn).... where would that go then..??
- ozhanlion0
on (release) {
trace(this.pageturn)}
let's find out what it calls
- Dcsign0
output:
_level0.info.instance13.pageturn
?? i am confused ??
- ozhanlion0
don't look at me I am confused too :p
- ozhanlion0
j/k :)
well
this.pageturn.loadMovie("pagefli...
does this load your external swf?
and tell us the code in your swf too.