I have the usual kind of scrollpane problem - getting rid of the border.
Oldnewbie had a good tip to use the following in the actionscript for the scrollpane movieclip instance:
_level0.scrollpaneinstance.boundingBox_mc._visible = false;
I've also tested this:
myColor = new Color(_level0.OrgChart.boundingBox_mc);
myColor.setRGB(0xFFFFFF);
and this (which I couldn't get to work at all):
this.setStyleProperty("border", false);
The first two solutions work when testing just the scene that the scrollpane belongs to. But when the whole movie gets tested, the border reappears.
A couple questions I keep asking myself are, is the code in the wrong place? do I have the wrong syntax for setStyleProperty border property?
I've read some articles on 're-skinning' components but I'm still very new to Flash so that sort of thing is still scary.
Cheers and thanks,
cyclegeek
Oldnewbie had a good tip to use the following in the actionscript for the scrollpane movieclip instance:
_level0.scrollpaneinstance.boundingBox_mc._visible = false;
I've also tested this:
myColor = new Color(_level0.OrgChart.boundingBox_mc);
myColor.setRGB(0xFFFFFF);
and this (which I couldn't get to work at all):
this.setStyleProperty("border", false);
The first two solutions work when testing just the scene that the scrollpane belongs to. But when the whole movie gets tested, the border reappears.
A couple questions I keep asking myself are, is the code in the wrong place? do I have the wrong syntax for setStyleProperty border property?
I've read some articles on 're-skinning' components but I'm still very new to Flash so that sort of thing is still scary.
Cheers and thanks,
cyclegeek