Ok fixed it! Same link as above. I had an issue in the height of the material (Textfield extending the size of the container).
I updated the event code to:
plane.material = new STC3DCarouselMaterial(event.movie, {lockW:
event.width, lockH: event.height});
plane.width = event.width;
plane.height =event.height;
Now on to animating :P
Cheers,
Jerome.
