Need help with integrading AS2 and AS3

Ok so if it was my choice I would have gone with pure AS3. I got this Itunes Coverflow thing from the internet. I have changed some of the pictures with random ones off the internet just as trials.

What i need help with is loading an external swf file using AS2 code… I do realise this is in AS3 forum but i need help with this also

Ok so I want when the person clicks on the picture to load an external swf file and this external file is written in AS3. Also i would like the reverse… like a exit button when they press goes back to the old swf file without reloading it… is this possible?

ill upload the whole folder so you can understand what i mean

Oh btw you have to click on the tractor picture… thats the one i want to load a new file.

This is just saying when the tractor picture is clicked on then run this

  if (current == 5) {
 
        loadMovie("album5Large.swf", "_level0.album5Large_mc"); 
 
   }

I dont know how to do this as im not native to AS2

Thankyou for your help and I know this isnt a very nice first post but thanks :slight_smile:

UPDATE: I have gotten the file to work by changing it to loadmovienum
however the new movie does load but I want this swf file to be hidden… is it possible?