[Flash8] Interaction problem with loaded .swf

Hello all,

Since flash player 8 is out i’ve had troubles interacting with loaded .swf files.

In my main movie i have an empty movie clip called Target. I use this mc to load subsections of my site. In one of these subsections I offer a choice of songs to listen to.

the code on the button is :

on(release){

loadMovie(“mine.swf”,_level0.musicPlace);

}

This loads a new .swf file into another empty mc in the main movie (which i use to hold all the music clips). Now the weird thing is, when i publish it in Flash, it works fine :slight_smile: but when i publish it in HTML the buttons don’t interact fully with the main movie anymore.

If i publish it for flash player 7, it works.

I hope someone gets this and I REALLY hope someone can help me.

Cheers
Jason