Nov 4, 2003 #1 D2C Programmer Aug 27, 2001 86 BE Hi there, I am trying to load an external image into my flash file with the following: LoadmovieNum(image.jpg, "mc" I keep getting an empty screen, what am I doing wrong? tnx, d2c
Hi there, I am trying to load an external image into my flash file with the following: LoadmovieNum(image.jpg, "mc" I keep getting an empty screen, what am I doing wrong? tnx, d2c
Nov 4, 2003 #2 oldnewbie Technical User Dec 6, 2000 9,142 CA It would be... loadMovie("image.jpg","_root.mc" Or... loadMovieNum("image.jpg",10); loadMovieNum is to load on a level, 10 in the above. Regards, Upvote 0 Downvote
It would be... loadMovie("image.jpg","_root.mc" Or... loadMovieNum("image.jpg",10); loadMovieNum is to load on a level, 10 in the above. Regards,
Nov 4, 2003 #3 martinb7 Programmer Jan 5, 2003 235 GB so if you loaded something with a higher number than the 1 before, that would go over the top of it?? Thanx Martin Computing help and info: http://webrevolt.tycooneden.com Upvote 0 Downvote
so if you loaded something with a higher number than the 1 before, that would go over the top of it?? Thanx Martin Computing help and info: http://webrevolt.tycooneden.com