BenWorbs
09-25-2007, 02:42 PM
Hello,
I'm using a scrollPane in my movie.
I've dragged it onto the stage. given it a name and added the following actionscript
scrollAgree.setStyle("themeColor","haloBlue");
scrollAgree.setSize(330,409);
scrollAgree.border_mc._height = 0;
scrollAgree.border_mc._width = 0;
stop();
where scrollAgree is the instance name of the scrollPane
I'm working on a mac in osx on flashCs3 and every looks to be working fine in safari and firefox.
HOWEVER
When I view the movie on a pc in IE7 the jpeg I'm trying to scroll is appearing in it's full length above the intended scrollPan is some instances
Can anyone see where I'm going wrong please
Thanks
Ben :)
I'm using a scrollPane in my movie.
I've dragged it onto the stage. given it a name and added the following actionscript
scrollAgree.setStyle("themeColor","haloBlue");
scrollAgree.setSize(330,409);
scrollAgree.border_mc._height = 0;
scrollAgree.border_mc._width = 0;
stop();
where scrollAgree is the instance name of the scrollPane
I'm working on a mac in osx on flashCs3 and every looks to be working fine in safari and firefox.
HOWEVER
When I view the movie on a pc in IE7 the jpeg I'm trying to scroll is appearing in it's full length above the intended scrollPan is some instances
Can anyone see where I'm going wrong please
Thanks
Ben :)