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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Loading image from external file

Status
Not open for further replies.

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
 
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,

cubalibre2.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top