I have a main swf and an external swf. I want to load the external swf in a rectangular container in the main swf. But the dimensions of the external swf are overlapping those of the rectangular container.
I am pretty sure it is due to view3d, because I have loaded other filesthey fit nicely in the container. But the away3d file does not.
For code and images click here - http://stackoverflow.com/questions/14988407/loading-an-external-swf-dimensions-not-correct
How can I make the view3d resize perfectly for the container?
Thanks