|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I load an xml text content into a movie clip which is scrolled with the scrollpane component. Iīm using
Code:
this.scroll.setStyle("borderStyle", "none");
to get rid of the borders and it works fine when I publish it. The problem is when I want to load this movie into another one. The load works fine, but when I scroll the text, a green bordered rectangle appears around the text and the scrollbar. How can get this off? Any suggestions?? |
|
#2
|
|||
|
|||
|
Well researching the net, I got the answer to this problem.
Perhaps, someone else will face it later.. The solution is to add this code in the movie clip where the scrollpane exists; Code:
_global.style.themeColor = 0xffffff; Thatīs it! ![]() |
|
#3
|
|||
|
|||
|
Thanks
I was looking for this answer and your's poped up first via google.
Many thanks Alan |
|
#4
|
|||
|
|||
|
Thanks
Thanks so much, this was really helpful. I had the same problem, but now is fixed.
Thanks =) |
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > Green border when loading movie with scrollpane |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|