Hi there,
It’s my first time posting, but I’ve been getting familiar with this site for a few weeks now. I like what I see here.
I’m having a small problem loading an “swf” into a scene. I’ve looked through many tutorials and old threads and I can’t get to the bottom of it. As far as I can tell the code in my scene should work, but the end result is a loaded movie that won’t play. The swf plays fine when opened on it’s own so I don’t think the problem is there.
I’ve used this piece of code:
but.onPress = function () {
_root.createEmptyMovieClip(“container”, 1);
loadMovie(“jjw_mixer.swf”, “container”);
container._x = 150 ;
container._y = 20 ;
}
… My button has the proper instance name (“but”), I’ve created an empty container in my library … but the movie still won’t play once it loads. I followed this tutorial step for step … Load Movie Tutorial
I’ll try and attach my source file and .swf, but it didn’t work last time (don’t know why?) What’s the maximum size for an attachment here? If it doesn’t work this time around I’ll post it up later.
Thank’s,
abes