PDA

View Full Version : External Movie Loads outside ScrollPane (Initially w/ IE)


tsj4
07-19-2005, 05:47 PM
I have a scrollpane movie that when called loads a external .swf into itself. Works fine with Mozilla but with IE the first time you go to the page the content (external .swf) loads on top of the scollpane. If you were to hit the refresh button everything seems to work fine. Please check this out here. Thanks in advance for any advice given.
http://www.tsj4.com
click on the Work button.

Navarone
07-19-2005, 06:02 PM
I have been doing alot of work with scrollpanes myself. I would have to see some code to see how your calling the swf. In the mean time, look up the invalidate method, if you haven't already, and place a line of code something like this in your code:

myscrollpane.invalidate()