Hi guys, I have a large movie which makes use of the tween class, and I am loading in a swf which also imports the tween class. The larger movie works fine, and the submovie works fine also… when loaded locally. It even works when it is loaded into the larger movie. When I put the submovie on the server, however, none of the tween based effects work. I am sure the right file is on the server. I have even taken out the import statements from the submovie and instead I call a function in the larger movie which returns a tween object to the submovie, just in case there was any sort of import conflict. I don’t understand what this could be, HELP!
Thank you,
–EP