Quote:
|
Originally Posted by crabcake
If you're using the FlashMX component scrollpane, then it is made up of pieces, just like any object. The bounding box (under Library:GlobalSkins: Component Skins) can be set to transparent. You could also put your image inside the bounding box symbol if you wanted to. With your text set to a transparent background, you should be able to see your image behind the text.
|
Hey, I hope you come back to help me out with this... because This is exactly what I'm trying to do.
First of all, I see the Bounding Box in the compenent Skins folder of my Library. however, I dont clearly understand how To set it, to transparent.
I tried "_root.FBoundingBox._alpha=0" .... that didnt quite work out.
I'm wondering if i'm missing something... in fact, I'm SURE that I am.
**Update **
I kinda figured it out on my own... Here's what I did.
Quote:
|
I was looking through the folders in my Library, I clicked on "boundingBox" in the Core Assets - Developers Only folder. I double clicked on "boundingBox" and in the actionscript panel, i typed "this._alpha=0"
|
When I tested my movie, the White bg was now Gone.
Hope that helps other people looking for a way to do this out. Also if anyone knows of an easier way to do it, Please let me and others know.